Geometry of DeterminantThe geometrical interpretation of determinant leads to another interpretation as the ratio for the change of volume under the transformation corresponding to the matrix. A detailed explaination for the fact can be found here.
Let A be an n by n matrix. Let R be a region in Rn, and AR be the image under the transformation given by A. Then
(volume of AR) = |detA| (volume of R).

The relation between the determinant and the change of volume is the reason behind the use of Jacobian (which is the absolute value of the determinant of the first order derivative matrix) in the change of variable formula in multivariable integration.
Example In an earlier example, we computed the area of the triangle R with vertices (1, 2), (7, 1), (3, 5). The conclusion was area(R) = 10. If we apply the linear transformation by the matrix
| A = [ | 2 | -1 | ], |
| 1 | 1 |
then the image AR is a triangle with vertices (0, 3), (13, 8), (1, 8).

As in the earlier example, we have
| area(AR) = (1/2)| det[ | 13 - 0 | 1 - 0 | ] | = 30. |
| 8 - 3 | 8 - 3 |
On the other hand, we have detA = 3, and the equality area(AR) = |detA| area(R) indeed holds.
Example We would like to compute the area of the ellipse 9x2 + 6xy + 5y2 ≤ 36. The inequality is the same as (3x + y)2 + (2y)2 ≤ 62. Thus the ellipse becomes the unit disk w2 + z2 ≤ 1 under the transformation (x, y) ↔ (w, z) given by w = (3x + y)/6, z = 2y/6.

Alternatively, we may consider the ellipse as the image of the unit disk under the transformation (w, z) → (x, y) = (2w - z, 3z). Thus
| area(ellipse) = | det[ | 2 | -1 | ] | area(unit disk) = 6π. |
| 0 | 3 |
The sign of the determinant also has interpretation in terms of linear transformations. For a 2 by 2 matrix A, we say
A preserves orientation if u to v is clockwise (counterclockwise) ⇒ Au to Av is clockwise (counterclockwise);
A reverses orientation if u to v is clockwise (counterclockwise) ⇒ Au to Av is counterclockwise (clockwise).
Then we have (see here for explanation)
A preserves orientation ⇔ detA ≥ 0;
A reverses orientation ⇔ detA ≤ 0.

The similar discussion applies to 3 dimensional case. A 3 by 3 matrix preserves orientation if it takes left (right) hand arrangement to left (right) hand arrangement. In this case the determinant is ≥ 0. The matrix reverses orientation if it takes left (right) hand arrangement to right (left) hand arrangement. In this case the determinant is ≤ 0.