Change of basis application

  • #1
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!
 
  • #2
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.
 
  • #3
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.
 

Suggested for: Change of basis application

Back
Top