Find unknown element in a matrix

  • Thread starter Thread starter RedXIII
  • Start date Start date
  • Tags Tags
    Element Matrix
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 8K views
RedXIII
Messages
3
Reaction score
0

Homework Statement


Find all values of a for which the columns of the matrix are linearly dependent.

[tex] \left( {\begin{array}{*{20}c}<br /> 2 & 0 & 8 \\<br /> { - 4} & 7 & a \\<br /> 1 & { - 3} & 4 \\<br /> \end{array}} \right)[/tex]


Homework Equations





The Attempt at a Solution


So I took of rref of the matrix and found

[tex] \left( {\begin{array}{*{20}c}<br /> 1 & 0 & 4 \\<br /> { - 0} & 1 & 0 \\<br /> 0 & { 0} & a+16 \\<br /> \end{array}} \right)[/tex]

So then I have
a+16=0
a = -16


So that gives me 1 value which makes the columns of the matrix linearly dependent, but how do I find the other ones, or even know if more exist?

Thanks
 
Physics news on Phys.org
RedXIII said:

Homework Statement


Find all values of a for which the columns of the matrix are linearly dependent.

[tex] \left( {\begin{array}{*{20}c}<br /> 2 & 0 & 8 \\<br /> { - 4} & 7 & a \\<br /> 1 & { - 3} & 4 \\<br /> \end{array}} \right)[/tex]


Homework Equations





The Attempt at a Solution


So I took of rref of the matrix and found

[tex] \left( {\begin{array}{*{20}c}<br /> 1 & 0 & 4 \\<br /> { - 0} & 1 & 0 \\<br /> 0 & { 0} & a+16 \\<br /> \end{array}} \right)[/tex]

So then I have
a+16=0
a = -16


So that gives me 1 value which makes the columns of the matrix linearly dependent, but how do I find the other ones, or even know if more exist?

Thanks

You've got it. There is just the one value, a=(-16). Otherwise the columns of the reduced matrix are linearly independent.