Calculate transformation matrices between different bases of vector spaces. Supports complex numbers, up to 10 dimensions, and customizable precision.
In linear algebra, a change of basis is the process of expressing vectors in a vector space with respect to a different basis. The change of basis matrix allows us to convert coordinates from one basis to another.
Mathematical Definition:
Let B = {b₁, b₂, ..., bₙ} and B' = {b'₁, b'₂, ..., b'ₙ} be two bases for the same vector space V.
The change of basis matrix P from B to B' is defined by:
[v]_{B'} = P [v]_B
where [v]_B and [v]_{B'} are the coordinate vectors of v with respect to bases B and B' respectively.
Form basis matrices: Create matrices B and B' whose columns are the basis vectors of B and B' respectively.
Compute the transformation matrix: The change of basis matrix from B to B' is P = (B')⁻¹B.
Inverse transformation: The change of basis matrix from B' to B is the inverse: Q = B⁻¹B' = P⁻¹.
Calculator Features:
3+4i
3 + 4i
2-5i
2 - 5i
i
0 + 1i
-i
0 - 1i
5
5 + 0i
3i
0 + 3i
1+i
1 + i