Invertible Matrices And Change Of Basis

by Andrew McMorgan 40 views

Hey guys! So, you're diving deep into linear algebra and pondering a question that's super common: is every invertible matrix a change of basis matrix? It's a fantastic question, and the short answer is, well, mostly yes, but with a crucial distinction tied to how we define these matrices in the first place. Let's break it down, because understanding this relationship is key to truly grasping the power of matrices in manipulating vector spaces. We're going to explore this topic in detail, ensuring you get a solid grip on the concepts, just like you'd expect from Plastik Magazine.

The Core Concept: What is a Change of Basis Matrix, Really?

First off, let's get on the same page about what a change of basis matrix actually is. In your course, you're likely treating it as the matrix of the identity operation from one basis to another. This is a super common and practical way to think about it. Imagine you have a vector space, and you're using two different sets of coordinates to describe vectors in that space – let's call them basis S and basis B. A change of basis matrix, often denoted as PSoBP_{S o B} or similar, is the magic tool that allows you to convert the coordinates of a vector expressed in basis S into its equivalent coordinates in basis B. It essentially tells you how the old basis vectors (S) are represented in terms of the new basis vectors (B). If we have a vector vv with coordinates [v]S[v]_S in basis S, and we want to find its coordinates [v]B[v]_B in basis B, the relationship is given by: [v]B=PSoB[v]S[v]_B = P_{S o B} [v]_S. This matrix PSoBP_{S o B} is constructed by taking the coordinate vectors of the basis vectors of S (expressed in basis B) and stacking them up as columns. For example, if S={s1,s2}S = \{s_1, s_2\} and B={b1,b2}B = \{b_1, b_2\}, and we express s1=c11b1+c21b2s_1 = c_{11}b_1 + c_{21}b_2 and s2=c12b1+c22b2s_2 = c_{12}b_1 + c_{22}b_2, then the change of basis matrix from S to B would be PSoB=(c11c12c21c22)P_{S o B} = \begin{pmatrix} c_{11} & c_{12} \\ c_{21} & c_{22} \end{pmatrix}. The columns of this matrix are precisely the coordinates of the old basis vectors in terms of the new basis.

Now, the crucial part here is that for this to be a valid change of basis, the matrix must be invertible. Why? Because you need to be able to go back and forth between bases. If you can convert from S to B, you must be able to convert from B to S. This reversibility is guaranteed by the invertibility of the change of basis matrix. The inverse matrix, PBoSP_{B o S}, performs the conversion in the opposite direction. So, if a matrix represents a change of basis from S to B, it must be invertible. This leads us directly to the instructor's theorem and the heart of your question: if a matrix is invertible, does it always represent a change of basis? Let's dig into that.

The Instructor's Theorem and Its Implications

Your instructor introduced a theorem that likely states something along the lines of: The matrix of the identity operation from basis S to basis B is invertible, and its inverse is the matrix of the identity operation from basis B to basis S. This is a fundamental result in linear algebra. Let I:VoVI: V o V be the identity operation on a vector space VV. If we choose basis S and basis B, the matrix of II with respect to these bases is denoted as [I]SB[I]_{S}^{B} (or often just PSoBP_{S o B}), representing the transformation of coordinates from basis S to basis B. The theorem essentially confirms that if you can express the identity operation as a transformation between two bases, the matrix representing this transformation is indeed invertible. This invertibility is a direct consequence of the fact that you are dealing with legitimate bases for the same vector space. If S and B are bases for the same nn-dimensional vector space, then any change of basis matrix between them will be an nimesnn imes n matrix. The existence of a basis transformation implies that the transformation itself must be bijective (one-to-one and onto), which in turn means its matrix representation must be invertible.

Consider the identity map. When we apply it to a vector vv, we get vv back. So, [I(v)]B=[v]B[I(v)]_B = [v]_B and [I(v)]S=[v]S[I(v)]_S = [v]_S. The matrix of the identity map from S to B, [I]SB[I]_{S}^{B}, when applied to the coordinate vector [v]S[v]_S, should produce the coordinate vector [v]B[v]_B. That is, [v]B=[I]SB[v]S[v]_B = [I]_{S}^{B} [v]_S. Similarly, the matrix of the identity map from B to S, [I]BS[I]_{B}^{S}, should satisfy [v]S=[I]BS[v]B[v]_S = [I]_{B}^{S} [v]_B. If we substitute the second equation into the first, we get [v]B=[I]SB([I]BS[v]B)=([I]SB[I]BS)[v]B[v]_B = [I]_{S}^{B} ([I]_{B}^{S} [v]_B) = ([I]_{S}^{B} [I]_{B}^{S}) [v]_B. Since this must hold for all vectors vv (and thus for all coordinate vectors [v]B[v]_B), it must be that [I]SB[I]BS=I[I]_{S}^{B} [I]_{B}^{S} = I, the identity matrix. This proves that [I]SB[I]_{S}^{B} is invertible and its inverse is [I]BS[I]_{B}^{S}. The theorem is solid. It guarantees that any matrix that is a change of basis matrix (i.e., represents the identity operation between two bases) is invertible.

The Converse: Is Every Invertible Matrix a Change of Basis?

Now, this is where the nuance comes in, and it's the crux of your question. The theorem states that if a matrix is a change of basis matrix, then it's invertible. The question is, if we have an invertible matrix, does it automatically mean it is a change of basis matrix? The answer is yes, provided we can establish the context of two bases for the same vector space.

Let's say you have an nimesnn imes n invertible matrix AA. We are working in an nn-dimensional vector space VV. Let B={b1,b2,...,bn}B = \{b_1, b_2, ..., b_n\} be any chosen basis for VV. We can use the invertible matrix AA to define a new set of vectors, let's call them c1,c2,...,cnc_1, c_2, ..., c_n, such that the coordinate vectors of these new vectors in basis B are the columns of A. Specifically, let [ci]B[c_i]_B be the ii-th column of AA. Since AA is invertible, its columns are linearly independent. Therefore, the set of vectors C={c1,c2,...,cn}C = \{c_1, c_2, ..., c_n\} forms a linearly independent set of nn vectors in an nn-dimensional space. This means CC is also a basis for VV. Now, the matrix AA can be interpreted as the change of basis matrix from basis CC to basis BB. That is, A=PCoBA = P_{C o B}. Why? Because the definition of PCoBP_{C o B} is the matrix whose columns are the coordinate vectors of the old basis vectors (C) expressed in terms of the new basis (B). And that's exactly how we constructed it: the columns of AA are the coordinate vectors of cic_i in basis B.

So, given any invertible nimesnn imes n matrix AA and any basis BB for an nn-dimensional vector space VV, we can construct a new basis CC such that AA becomes the change of basis matrix from CC to BB. Alternatively, we could fix one basis, say SS, and use the invertible matrix AA to define a linear transformation TT such that [T]S=A[T]_S = A. If AA is invertible, then TT is an isomorphism. We can then consider the transformation of basis. If we have a standard basis EE, and an invertible matrix AA, we can define a new basis BB such that AA is the change of basis matrix from the standard basis EE to the new basis BB. The columns of AA would be the vectors of the new basis BB expressed in the standard basis EE. So, [v]B=A[v]E[v]_B = A [v]_E is not quite right. It's [v]E=A[v]B[v]_E = A [v]_B. This means AA is the change of basis matrix from BB to EE, i.e., A=PBoEA = P_{B o E}. The columns of AA are the vectors of the basis BB (expressed in the standard basis EE). Yes, that's it!

The Crucial Caveat: Context is Everything!

The key takeaway here, guys, is that the interpretation of an invertible matrix as a change of basis matrix depends on the context. An invertible matrix AA doesn't inherently contain information about two specific bases. Rather, it enables a change of basis between some pair of bases. If you are given an invertible matrix AA, you can always find two bases, say BB and CC, for the same vector space such that AA is the change of basis matrix from CC to BB (or BB to CC, depending on convention). However, an arbitrary invertible matrix AA doesn't automatically come paired with two pre-existing bases for which it serves as the bridge. The mathematician's perspective is that an invertible nimesnn imes n matrix represents an isomorphism from an nn-dimensional vector space to itself. This isomorphism can always be realized as a change of basis between some pair of bases.

Let's re-iterate the instructor's definition: