Are there any pivot columns in this matrix?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 15K views
flyingpig
Messages
2,574
Reaction score
1

Homework Statement




Just need help identifying pivots columns

[tex]\begin{bmatrix}<br /> 1 & 1 & 1 &1 &1\\ <br /> 0& 0& 0& 0&0\\ <br /> 0& 0& 0& 0&9<br /> \end{bmatrix}[/tex]

From my understanding, any column with 1s and everything below it 0s are all pivot columns right?

Is the above all pivot columns? Also for a 3 x 5 coefficient matrix that has three pivot columns, is the system consistent?

The book says it is not, but why? The one above is a counterargument given by me. Does anyone know the LaTeX code to make an augmented matrix? Like put a bar before the constants
 
Physics news on Phys.org
The last column number should be a 0 not 9
 
remember, the definition of a pivot column is essentially that the column contains a pivot position in reduced echelon form. a pivot is the first nonzero term in the row (which needs to be a 1 for it to be reduced echelon form). how many of your rows in that matrix have a pivot in them?
 
Last edited:
There can only be one pivot column in every row?
 
There can only be one pivot position in each row. Notice that there is a subtle difference between a pivot column and a pivot itself.