You are on page 1of 1

syms L

A=[1 0 0 0;0 1 0 0;1 L L^2 L^3;0 1 2*L 3*L^2];


D=det(A)
a=inv(A)
syms x y
X=[1 x x^2 x^3];
N=X*a

You might also like