0

What is the determinant of a column matrix? I figured it would not exist, or equal 0, knowing only the method for solving square matrices, but is there a different method for finding such a determinant?

1 Answers1

1

Determinant is defined only for square matrices. Determinant of a non-square matrix is not zero. It is just not defined.

Your problem can be thought of like finding square root of -9 or maybe arcsin(1.5) both of which are not defined (or do not exist).

So, the determinant of a column matrix is defined only when it is a 1x1 matrix, which equals the lone element.