Answer on Question #40120, Math, Linear Algebra
Find out basis vector for V= matrix of 2×2 of complex numbers (C) over the field of real numbers (R). What is dimension of matrix of 2×2 of complex numbers (C) over real numbers (R)?
Solution
The basis of the vector space
Mat2(R)=(a11a21a12a22)
over R is
e={(1000),(0100),(0010),(0001)}.
We want elements such that you can write matrix of the form
Mat2(C)=(a11+b11ia21+b21ia12+b12ia22+b22i).
But we can only multiply the elements with real numbers. Therefore we need two elements for every position in the matrix. One element takes care of the complex part, one element for the real part.
So basis of the vector space Mat2(C)=(a11+b11ia21+b21ia12+b12ia22+b22i) over R is
ec={(1000),(0100),(0010),(0001),(i000),(0i00),(00i0),(0i0)}.
The dimension of matrix of 2×2 of real numbers (R) over real numbers (R) is 4. The change from the real numbers to the complex numbers has the effect of doubling the dimensions of the transformation. Indeed, a 2×2 complex matrix has eight "parameters" not four. That's why dimension of matrix of 2×2 of complex numbers (C) over real numbers (R) is 8.
Comments