Can a Change of Basis Simplify Linear Problems?

Click For Summary
SUMMARY

The discussion focuses on the application of changing the basis in linear algebra to simplify solving linear problems, specifically differential equations. By transforming a symmetric matrix A into an orthonormal basis using its eigenvectors, the linear map represented by A becomes a diagonal matrix, making the equation dy_i/dt = λ_i*y trivial to solve. This method not only aids in solving differential equations but also enhances the understanding of linear maps through simpler matrix representations, such as diagonal and Jordan forms. The change of basis is a fundamental technique in computational linear algebra, exemplified by Gaussian elimination.

PREREQUISITES
  • Understanding of symmetric matrices and eigenvalues
  • Familiarity with differential equations and their solutions
  • Knowledge of linear transformations and matrix representations
  • Basic concepts of computational linear algebra, including Gaussian elimination
NEXT STEPS
  • Explore the implications of the Cayley-Hamilton theorem in linear algebra
  • Study the properties and applications of diagonal matrices in solving linear problems
  • Learn about Jordan forms and rational canonical forms in matrix theory
  • Investigate the role of change of basis in numerical methods for differential equations
USEFUL FOR

Mathematicians, engineers, and students in linear algebra or applied mathematics who are looking to simplify complex linear problems and enhance their understanding of matrix theory.

computerages
Messages
3
Reaction score
0
Hello!

I was wondering if someone can tell me about any application to change of basis... The application can be of any sort, though.

Thanks!
 
Physics news on Phys.org
Here's one from Lang's linear algebra that's pretty nice.

A is a nxn symmetric matrix
X(t) is given in terms of coordinates which are functions of t (x1(t),x2(t),...,xn(t))

We want to find all the solutions to dX(t)/dt = AX(t)
We change our basis to an orthonormal basis with eigenvectors from A. Let this new coordinates be represented by y1,y2,...yn. Thus the linear map represented by A in the first basis is now a diagonal matrix where the entries are the eigenvalues of A.
Thus with respect to the new coordinates the general equation is dy_i/dt = lamda_i*y
y_i = c*e^lamda_i

In short, changing the basis made solving the diff eq trivial.
 
a linear map can usually be represented by infinitely many different matrices, i.e. those matrices form an "orbit" under the action of the group of all invertible matrices, by conjugation.now in that huge array of matrices, it is quite likely there are some which are simpler than others, and thus which reveal more clearly the behavior of the map, and its suitability for the problem you have at hand.

in the example above the problem was to solve a differential equation, but it could be to solve any other linear problem.

the first skill often learned in computational linear algebra courses, gaussian elimination, is a change of basis operation designed to produce from an arbitrary matrix of equations, a matrix whose solutions are readily visible.one version of the implicit function theorem in calculus says that after a change of variables, essentially a non linear change of basis, every smooth function with surjective derivative becomes a linear projection.

interesting theorems like the cayley hamilton theorem, which are true for all linear maps, are more easily proved for special matrix representations like diagonal matrices. the density of such matrices then implies the result for all matrices.

the point is that anything you want to prove is probably easier for a diagonal matrix than an arbitrary one. then you can use density or else try to se if your result is also clear for jordan matrices, or rational canonical ones.
 

Similar threads

  • · Replies 12 ·
Replies
12
Views
5K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 9 ·
Replies
9
Views
4K
  • · Replies 9 ·
Replies
9
Views
4K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 20 ·
Replies
20
Views
3K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 43 ·
2
Replies
43
Views
8K
  • · Replies 12 ·
Replies
12
Views
2K