|
In linear algebra, we may consider some finite-dimensional vector space, which can have associated with it some basis with which we can work with respect to. Normally, the standard basis suffices, but it may assist us to change basis in order to transform certain problems to simpler ones. Linear algebra is the branch of mathematics concerned with the study of vectors, vector spaces (also called linear spaces), linear transformations, and systems of linear equations in finite dimensions. ...
A vector space (or linear space) is the basic object of study in the branch of mathematics called linear algebra. ...
In linear algebra, a basis is a minimum set of vectors that, when combined, can address every vector in a given space. ...
Ideas Say we have a finite-dimensional vector space V with dim V = n. Then suppose there are bases B1 = {e1, ..., en}, B2 = {f1, ...., fn} Now, we have - f1 = a11e1+a12e2+...+a1nen
- f2 = a21e1+a22e2+...+a2nen
- :
- fn = an1e1+an2e2+...+annen
Clearly, we can create a matrix from these equations: This is known as a change-of-basis matrix. If we have a vector v with coordinates in B1, we can change the vector to have coordinates in B2 by multiplication with M, ie, M v. We can see that this is the case in seeing that [v]B1=b1e1+...+bnen and the change-of-basis matrix is clearly linear. |