Saturday, September 10, 2016

Cramer's Rule

Here's a significantly more useful result from Linear Algebra:

Let A be a non-singular n x n matrix and b an n-dimensional real vector.

Let Ai be A with the ith column replaced with b.

If x is a unique solution to Ax = b, then xi = |Ai| / |A|

Well, useful in the Q-question world where n < 4. After that, taking the determinants gets to be an awful lot of work and you're back to busting out a numerical package.

No comments:

Post a Comment