Hello,
if i have polynomials
p(x)=c0+c1x+c2x2+c3x3
p′(x)=0+c1+2c2x+3c3x2
P(x)=c0x+1/2c1x2+1/3c2x3+1/4c3x4
p(x) is polynomial, p'(x) is derivation of p(x) and P(x) is integral of p(x) (c0 ,c1,c2,c3 are coefficients)
Now I have to find matrices A3∈R3x4,B2∈R4x3 so that
c′=A3⋅c where c' is vector of coefficients of p'(x) and c is vector of coefficients of p(x) (in this case c is: (c0,c1,c2,c3)^T)
c∗=B2⋅c where c* is vector of coefficients of P(x) and c is vector of coefficients of p(x) (in this case c is: (c0,c1,c2,c3)^T)
I have to find matrices A3(derivation),B2(integral)
My solution:
A3=⎝⎛000100020003⎠⎞ because
⎝⎛000100020003⎠⎞⋅⎝⎜⎜⎜⎛c0c1c2c3⎠⎟⎟⎟⎞= (c1,2⋅c2,3⋅c3)T
Now how to find B2?
I have
B2=⎝⎜⎜⎜⎛01/200001/300001/4⎠⎟⎟⎟⎞⋅⎝⎛c1c2c3⎠⎞=(0,1/2c1,1/3c2,1/4c3)T
The product of A*B should be identity (from here https://demonstrations.wolfram.com/TheDerivativeAndTheIntegralAsInfiniteMatrices/#more) matrix but in my case it is not. So I assume B is not correct.
Can somebody help please, it should be easy but I dont get it..
if i have polynomials
p(x)=c0+c1x+c2x2+c3x3
p′(x)=0+c1+2c2x+3c3x2
P(x)=c0x+1/2c1x2+1/3c2x3+1/4c3x4
p(x) is polynomial, p'(x) is derivation of p(x) and P(x) is integral of p(x) (c0 ,c1,c2,c3 are coefficients)
Now I have to find matrices A3∈R3x4,B2∈R4x3 so that
c′=A3⋅c where c' is vector of coefficients of p'(x) and c is vector of coefficients of p(x) (in this case c is: (c0,c1,c2,c3)^T)
c∗=B2⋅c where c* is vector of coefficients of P(x) and c is vector of coefficients of p(x) (in this case c is: (c0,c1,c2,c3)^T)
I have to find matrices A3(derivation),B2(integral)
My solution:
A3=⎝⎛000100020003⎠⎞ because
⎝⎛000100020003⎠⎞⋅⎝⎜⎜⎜⎛c0c1c2c3⎠⎟⎟⎟⎞= (c1,2⋅c2,3⋅c3)T
Now how to find B2?
I have
B2=⎝⎜⎜⎜⎛01/200001/300001/4⎠⎟⎟⎟⎞⋅⎝⎛c1c2c3⎠⎞=(0,1/2c1,1/3c2,1/4c3)T
The product of A*B should be identity (from here https://demonstrations.wolfram.com/TheDerivativeAndTheIntegralAsInfiniteMatrices/#more) matrix but in my case it is not. So I assume B is not correct.
Can somebody help please, it should be easy but I dont get it..