How do I determine the dimension of a space in linear algebra?

mattmns
Messages
1,121
Reaction score
5
There are these questions in the book that ask us to find the Dimension of a particular space. Do I just find a basis for the space, and then the number of elements in that basis is the dimension for the space? Or is there some trick to finding the dimension? Thanks!-----------
For example, the first one the book asks is: Find the dimension of 2x2 matricies. So a basis for 2x2 matricies is the following set:

\left\{\left(\begin{array}{cc}1&0\\0&0\end{array}\right), \left(\begin{array}{cc}0&1\\0&0\end{array}\right), \left(\begin{array}{cc}0&0\\1&0\end{array}\right), \left(\begin{array}{cc}0&0\\0&1\end{array}\right)\right\}

And this basis has 4 elements, so the dimension of 2x2 matricies is 4.
---------

Is that basically how these problems go? Thanks.
 
Last edited:
Physics news on Phys.org
mattmns said:
Do I just find a basis for the space, and then the number of elements in that basis is the dimension for the space?

Dimension if the number of element in a basis whose elements are linearly independent. So find a basis, check for linear dependancy. If it is lin. dep., trash the "spare" elements of your basis.
 
Point of order: a basis is by definition linearly independent. You cannot 'find a basis then check for linear dependency'. Find a spanning set then find the maximal number of linearly independent elements in it, either by inspection or by turning it into a matrix question and using row reductions to put it in echelon form.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top