document.write( "Question 8896: 1; let v be the space of all polynomials over a field F of degree less or equal to 3
\n" );
document.write( " let D be a diff. operator from v to v
\n" );
document.write( " 1; find the matrix A of D with respect to the basis {1,,x,x.x,x.x.x} of v . \n" );
document.write( "
Algebra.Com's Answer #4855 by khwang(438)![]() ![]() ![]() You can put this solution on YOUR website! With your level,it seems that you should know how to type \n" ); document.write( " {1,x,x^2,x^3} instead of the ugly form you have given. \n" ); document.write( " \n" ); document.write( " Let D: V-->V (capital in general. It is important to follow some convention \n" ); document.write( " in math.)\r \n" ); document.write( "\n" ); document.write( " Any linear transformation is unquely determined by its values on the \n" ); document.write( " basis.\r \n" ); document.write( "\n" ); document.write( " Now, D(1) =0, (corresponding to the 1st column of A) \n" ); document.write( " D(x) = 1 , (the 2nd column of A) \n" ); document.write( " D(x^2) = 2x = 2 * x, (the 3rd column of A) and \n" ); document.write( " D(x^3) = 3x^2 = 3* x^2. (the 4th column of A) \n" ); document.write( " \n" ); document.write( "Hence, the matrix A od D wrtto the basis {1,x,x^2,x^3} \n" ); document.write( " is \n" ); document.write( " [0 1 0 0 \n" ); document.write( " 0 0 2 0 \n" ); document.write( " 0 0 0 3 \n" ); document.write( " 0 0 0 0 ]\r \n" ); document.write( "\n" ); document.write( " Note: D(xi) = E Aik xk (E means summation k from 1 to 3 \n" ); document.write( " {xi} is a basis)\r \n" ); document.write( "\n" ); document.write( " If you have trouble understanding,try to review the def. about \n" ); document.write( " the matrix representaion for a linear transformation carefully.\r \n" ); document.write( "\n" ); document.write( " After all, this is a very basic problem in linear algebra.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " Kenny \n" ); document.write( " \n" ); document.write( " |