Form square matrix out of a non square matrix to calculate determinant

35 Views Asked by At

I have a 4x3 matrix and want to determine if the columns of my matrix are linearly independent. Is there a way to form a square matrix (4x4) in order get the ability to calculate the determinant and see if they are linearly independent?