Elementary column operations and change-of-basis

  • B
  • Thread starter Stephen Tashi
  • Start date
  • Tags
    Matrix
In summary: The example in the blog post uses a matrix to depict a linear map between two modules. The map T can be thought of as a matrix "for the standard bases of the two modules". The article says that any valid pre-multiplication of the matrix by an invertible matrix A and valid post-multiplication by an invertible matrix B gives a matrix that represents T in terms of two new bases. The column operation in the example swaps the bases for the domain and range of the map. The row operation in the example swaps the bases for the domain and range of the map.
  • #1
Stephen Tashi
Science Advisor
7,861
1,598
TL;DR Summary
Does performing an elementary column (or row) operations count as a change of basis? Perhaps this is merely a vocabulary question about how people use the phrase "change of basis".
A blog post by Evan Chen https://blog.evanchen.cc/2016/07/12/the-structure-theorem-over-pids/ says that elementary row and column operations on a matrix can be interpreted as a change-of-basis.
ChenBlog.jpg


I assume this use of the phrase "change of-basis" refers to creating a matrix that uses a different basis for a vector in its domain (as a linear tranformation) than in its range. Is that correct?
 
Physics news on Phys.org
  • #2
The linked post introduces a linear map T between modules, say from M1 to M2 . It says the map T can be "thought of" as a matrix (which it depicts) "for the standard bases of the two modules". This assumes such standard bases have already been agreed.
I feel it clearer to say that the matrix, which we should call something other than T, eg ##M_T##, "represents the map T in terms of the standard bases".
Given that, any valid pre-multiplication of the matrix by an invertible matrix A and valid post-multiplication by an invertible matrix B gives a matrix that represents T in terms of two new bases:
- for M1, represented in terms of the standard basis of M1 by the rows of A (k-th basis element represented by k-th row)
- for M2, represented in terms of the standard basis of M2 by the columns of B
I may have gotten my rows and columns mixed up. I often do. I can sort them out when important. It often isn't, when doing purely theoretical work.

Re your exact question. No, the bases are already different, as the domain and range modules are assumed . There are already two bases in play - one for domain an d one for range. The "change of basis" discussion is about changing one or both of those bases used to define the representation matrix, by the pre- and post-multiplication.
 
  • Like
Likes Stephen Tashi
  • #3
From what you said (just as a point of vocabulary) there is a familiar result that states that the determinant of a linear transformation on a vector space is unique because it is the same in any basis - i.e. the determinant is invariant under a "change of basis". With that vocabulary , "a matrix for a linear transformation on a vector space" must be a matrix that uses the same basis for both the domain and range of the transformation. With that interpretation, an elementary column operation on such a matrix, results in a change of the linear transformation that is represented by the matrix, not merely a "change of basis" that represents the same transformation.
 
  • #4
That's correct for the case where domain and range are the same. The change of basis referred to in that theorem you mention involves pre and post-multiplying the matrix, ie ##M\to A^{-1}MA##. A single row or column operation is either a pre or post multiplication, but not both, and so cannot be treated as just a change of basis. If we matched the elementary row (column) operation with the corresponding column (row) operation, the two effects on determinant would offset, satisfying the determinant theorem, and allowing it to be treated as a change of basis.
The determinant theorem would not apply to the general case that the blog post handles, because it only applies to square matrices and the matrix considered in the post need not be square. The transformation's representation matrix has no determinant to change or preserve when we change the bases of the domain and range.
 
  • #5
andrewkirk said:
If we matched the elementary row (column) operation with the corresponding column (row) operation, the two effects on determinant would offset, satisfying the determinant theorem, and allowing it to be treated as a change of basis.
I'll have to think about that one - how to interpret "corresponding". It looks like the order would matter. Do we perform the column operation first and then a row operation - or vice versa?
 
  • #6
Stephen Tashi said:
I'll have to think about that one - how to interpret "corresponding". It looks like the order would matter. Do we perform the column operation first and then a row operation - or vice versa?
I think the order doesn't matter because of the associative rule of multiplication. Let A be a n x n matrix such that MA for any n x n matrix gives M with columns 2 and 3 swapped. Then pre-multiplying by ##A^{-1}## swaps rows 2 and 3. the associative rule gives us:
$$A^{-1}MA = (A^{-1}M)A = A^{-1}(MA)$$
so it doesn't matter whether we do the pre- or the post-multiplication first. It follows that it makes no difference whether we swap cols 2 and 3 or rows 2 and 3 first.
 
  • Like
Likes Stephen Tashi
  • #7
What confuses me is how to visualize the row-column pair of operations as changing the basis of the domain of the transformation with the column operation and changing the basis of the range of the transformation with the row operation. Using the example in the article, suppose my basis is ##B = \{e_1,e_2,e_3\}## and I want to change basis to ##C = \{e_1, e_2 + 3e_1, e_3\}##. The matrix for the column operation to change the basis in the domain is:

##A = \begin{pmatrix} 1&3&0\\0&1&0\\0&0&1 \end{pmatrix}##

So ##A^{-1} = \begin{pmatrix} 1&-3&0\\0&1&0\\0&0&1 \end{pmatrix}##

Is it supposed to be obvious that ##A^{-1}## changes basis ##B## to basis ##C## for the range of the transformation?
 
Last edited:
  • #8
More analysis of language explains it.

The matrix of the linear transformation is ##M## assuming the domain and range of the transformation are expressed in ##B## coordinates. Saying that I want to change the basis used in the domain from basis ##B## to basis ##C##, means that I want to create a matrix computation that assumes a vector in the domain has been expressed in basis ##C##.

Let ##A## be the matrix that changes a vector in basis ##C## to a vector in basis ##B##. The product ##MAv## can be viewed as changing the vector ##v## as expressed in ##C## coordinates to a vector expressed in ##B## coordinates and then performing the operation ##M## (as it was orginally intended) on a vector in ##B## coordinates.

If I want the final output of the computation to be in ##C## coordinates, I need to apply the transformation from ##B## coordinates back to ##C## coordinates. So I use ##A^{-1}( M A v)## to accomplish that.

So I should direct my attention to how ##A## and its inverse affect the components of a vector instead of focusing on how they change rows and columns of a matrix.
 
  • Like
Likes andrewkirk

1. What are elementary column operations?

Elementary column operations are a set of mathematical operations that can be performed on the columns of a matrix. These operations include swapping two columns, multiplying a column by a constant, and adding a multiple of one column to another column.

2. How are elementary column operations used in matrix manipulation?

Elementary column operations are used to simplify and manipulate matrices in order to solve systems of equations, find inverses, and perform other operations in linear algebra. They allow us to transform a matrix into a simpler form without changing the solutions to the equations it represents.

3. What is the purpose of change-of-basis?

Change-of-basis is used to transform a vector or a matrix from one coordinate system to another. This is especially useful in linear algebra when working with different bases, such as standard basis and eigenbasis, and allows us to simplify calculations and understand the behavior of linear transformations.

4. How is change-of-basis related to elementary column operations?

Change-of-basis can be achieved by performing elementary column operations on the standard basis vectors. By representing the new basis vectors as columns of a matrix and performing the same operations on the identity matrix, we can transform any vector or matrix from the standard basis to the new basis.

5. Can elementary column operations and change-of-basis be applied to non-square matrices?

Yes, elementary column operations and change-of-basis can be applied to non-square matrices as long as the operations are performed on the columns of the matrix. However, the resulting matrix may not be invertible if the matrix is not square.

Similar threads

  • Linear and Abstract Algebra
Replies
12
Views
1K
Replies
12
Views
3K
  • Linear and Abstract Algebra
Replies
2
Views
319
  • Linear and Abstract Algebra
2
Replies
43
Views
5K
  • Linear and Abstract Algebra
2
Replies
48
Views
5K
  • Linear and Abstract Algebra
Replies
4
Views
1K
Replies
1
Views
964
  • Linear and Abstract Algebra
Replies
11
Views
6K
  • Linear and Abstract Algebra
Replies
4
Views
5K
Replies
1
Views
2K
Back
Top