Only problem is, the method most people are taught for finding determinants isn't at all quick - it's O(n!). I'd say you're generally better off using Gaussian Elimination / row reduction. (In fact, this is one way of calculating large determinants reasonably quickly - see http://www-gatago.com/sci/math/num-analysis/35699235.html, for example).Duff-Man said:The quick and easy way to show this, for larger systems, is to use the vectors as columns (or equivalently rows) of a matrix, and find the determinant.