f:R2∗R2→Ris given byf((x1x2),(y1y2))=3x1y1−2x1y2+4x2y1−x2y2
Let us write the matrix of f in the standard basis.
f(e1,e1)=3, f(e1,e2)=−2, f(e2,e1)=4, f(e2,e2)=−1
hence the matrix in the standard basis is
A=(34−2−1)
Now for B={b1,...,bn} and U={u1,...,un} are two bases for V . We may write one basis in terms of the other: ui=∑j=1nλj,ibj. Where coefficients λj,i form the transition matrix M from B to C. To found matrix A in new basis [A]u used change of basis formula : [A]u=MT[A]bM
In this case we want to write this matrix i basis
(11) ,(12)
The transition matrix is :
M=(1112)
it’s transpose is the same. The matrix of f in the new basis is
[A]u=(1112)(34−2−1)(1112)=(4713)
Comments