How can I check the linear independence of my variables?
I have this system $Ax=b$ where $A$ is a $N \times 4$ matrix.
I want to check the linear independence between the 4 variables in matrix $A$.
How can I check the linear independence of my variables?
I have this system $Ax=b$ where $A$ is a $N \times 4$ matrix.
I want to check the linear independence between the 4 variables in matrix $A$.
Copyright © 2021 JogjaFile Inc.
It is not clear what you mean by "linear independence between the 4 variables". If you want the solution to be unique, the rank of both $A$ and $[A|b]$ needs to be $4$.