Letand
For which values of the parameter a is,
and
a basis for
?
Printable View
Letand
For which values of the parameter a is,
and
a basis for
?
Hint : evaluate the determinant of the matrix whose columns are those three vectors. Solve for the values offor which this determinant is nonzero. (Do you see why?)
Bruno, I found the determinant of the matrix to beand the values of a that make it nonzero are
and
Is this right? And could you explain why this works (I am used to row reducing from class)? Thanks
How can you possibly getin there? You should get a second degree polynomial in
.
This works, because for the three vectors to be a basis ofthey should form the sides of a parallelepiped having nonzero volume, and the determinant is that volume. Or, more abstractly put, if
is a basis, then the change of basis transformation from
to the standard basis is invertible; its matrix representation is the one whose determinant you evaluated (with a small mistake).
Determinant is easy method. But when dimension is high, it's difficult to solve equation.
I suggest processing by rref
if three vectors span a basis, then rank(A)=3,
thank you