Linear Algebra/OLD/Change of Basis

From testwiki
Jump to navigation Jump to search

Template:Wikipedia

Change of Basis

It was shown earlier that a square matrix can represent a linear transformation of a vector space into itself, and that this matrix is dependent on the basis chosen for the vector space. We will now show how to change the basis of a given vector space

Suppose we have some vector space whose basis is given by the set A=a1,a2,,an and we would like to change it to the set B=b1,b2,,bn. The basis B still belongs to vector space aforementioned, so its vectors can be expressed as a linear combination [Eq. 1]

b1=p11a1+p12a2++p1nan,

b2=p21a1+p22a2++p2nan,

bn=pn1a1+pn2a2++pnnan

Each vector of the set B has a coordinate matrix with respect to the basis we started off with, namely the set designated as A. We represent this as

[b1]A=[p11p12p1n][b2]A=[p21p22p2n][bn]A=[pn1pn2pnn]

Setting these coordinate matrices as the columns of a matrix P gives us a transition matrix. This transition matrix transforms the original basis A to a new basis B of some vector space. The transition matrix is actually the transpose of [Eq. 1] that we saw earlier

P=[[b1]A[b2]A[bn]A]=[p11pn1p12pn2p1npnn]

To summarize, in order to find the transition matrix from some basis F to some basis G, we must compute the coordinate vector for each element of our original basis F with respect to the other basis G. The matrix whose columns are formed by the coordinate vectors is the transition matrix.

Proof

Theorem 1

If P is the transition matrix from the basis A to the basis Z, and β is an element of the vector space, then it follows that

P[β]Z=[β]A

Proof

β=b1z1+b2z2++bnzn =b1(p11a1++p1nan)++bn(pn1a1++pnnan)

=(b1p11++bnpn1)a1++(b1p1n++bnpnn)an

[β]A=[(b1p11++bnpn1)(b1p1n++bnpnn)]

=[p11pn1p1npnn][b1b2bn]=P[β]Z

Template:BookCat