- #1
princy
- 14
- 0
hi.. can anyone say what is the concept behind change of basis.. y do we change a vector of one basis to another?
A change of basis in vector spaces refers to the process of representing a given vector in terms of a different set of basis vectors. Basis vectors are a set of vectors that span a vector space and any vector in that space can be expressed as a linear combination of these basis vectors. By changing the basis vectors, we are essentially changing the coordinate system used to represent the vector.
Understanding change of basis is important in vector spaces because it allows us to easily transform vectors between different coordinate systems. This is particularly useful in applications such as computer graphics, where vectors are often represented in different coordinate systems and need to be transformed to be used in different calculations.
A transformation matrix is used to transform a vector from one coordinate system to another. It is a square matrix whose columns are made up of the new basis vectors. Multiplying a vector by this matrix gives us the new coordinates of the vector in the new basis.
To find the transformation matrix for a change of basis, we first need to determine the coordinates of the new basis vectors in terms of the old basis vectors. Then, we can arrange these coordinates as columns in a matrix to create the transformation matrix. To transform a vector to the new basis, we simply multiply it by this transformation matrix.
Yes, a vector can have different representations in different bases. This is because the coordinates of a vector depend on the basis used to represent it. A vector may have different magnitudes and directions when expressed in different bases, but it still represents the same physical quantity or object.