Homework Statement
Let X be the vector space of polynomial of order less than or equal to M
a) Show that the set B={1,x,...,x^M} is a basis vector
b) Consider the mapping T from X to X defined as:
f(x)= Tg(x) = d/dx g(x)
i) Show T is linear
ii) derive a matrix...
Homework Statement
Given matrix,
A= (-1 0 2;2 -1 0)
and
B=(-3 4;2 1)
Find SVD using matlab.
Homework Equations
The Attempt at a Solution
matlab code for svd;
[d,e,f]= svd(c)
c= A*B (but i got an error in MATLAB when i tried this)
thanks