Simple questions. I have the following matrix:
I have then 12 equations and 10 variables. I want to only keep independent equations. I can use matlab for this assignment.
Is there a way to do it through matlab? I've been trying to play with equations but unable to prove if the 12 are independant.

Use the command Reduced row echelon form in order to identify the pivot rows which correspond to the independent equations.