Basis of a matrix.

Dodi

New member
Joined
Nov 15, 2011
Messages
1
Hello!

I have got question about how to determine a two different basis for this matrix.
a11a12a13
0a22a23
00a33


For my point of view is that for the solution of a first basis can have all real numbers like this
a11*
327
0-18
004
+a12*
615
024
0712 12
+...

Is my soultion correct?

For example I know that the standard basis for a matrix
a11a12a13
a21a22a23
a31a32a33


can be consisted of

a11*
100
000
000
+a12*
010
000
000
+...

Thank you for your answer.
 
I'm not too sure what your question is.

A basis of a matrix is the rows or columns that are linearly independent.

That is,

\(\displaystyle c1[\vec{v1}]+c2[\vec{v2}]+...+cn[\vec{vn}] = \vec{0}\) only has the trivial solution.

If you want to determine two different basis for the matrix A, you could find the basis for the sub-spaces row(A) and col(A).

Take your matrix and put it in RREF is the first step.

You can also do a check, rank(A) = dim(row(A)) = dim(col(A)).

And for a m x n matrix, nullity(A) + rank(A) = n
 
Top