Applied Linear Algebra |

181 Views Asked by At

Question: Determine whether or not any column in the matrix is a linear combination of other columns. Provide a general method for answering the same question for any n x n matrix A.

enter image description here

My response:

enter image description here

Am I am in the right path or completely inaccurate?

2

There are 2 best solutions below

0
On

This is good. When at least, one row or column is linear dependent, the matrix determinant is zero. In other words, when dimension is greater than the range of the matrix.

0
On

Almost correct. You say:

If $|A| = 0$, then each column is a linear combination of the other.

You should say:

If $|A| = 0$, then some column is a linear combination of some others.