Skip to main content

Section 17 The Determinant

Subsection Application: Area and Volume

Consider the problem of finding the area of a parallelogram determined by two vectors u and v, as illustrated at left in Figure 17.1.

Figure 17.1. A parallelogram and a parallelepiped.

We could calculate this area, for example, by breaking up the parallelogram into two triangles and a rectangle and finding the area of each. Now consider the problem of calculating the volume of the three-dimensional analog (called a parallelepiped) determined by three vectors u, v, and w as illustrated at right in Figure 17.1.

It is quite a bit more difficult to break this parallelepiped into subregions whose volumes are easy to compute. However, all of these computations can be made quickly by using determinants. The details are later in this section.

Subsection Introduction

We know that a non-zero vector x is an eigenvector of an n×n matrix A if Ax=λx for some scalar λ. Note that this equation can be written as (AλIn)x=0. Until now, we were given eigenvalues of matrices and have used the eigenvalues to find the eigenvectors. In this section we will learn an algebraic technique to find the eigenvalues ourselves. We will also be able to justify why an n×n matrix has at most n eigenvalues.

A scalar λ is an eigenvalue of A if (AλIn)x=0 has a non-trivial solution x, which happens if and only if AλIn is not invertible. In this section we will find a scalar whose value will tell us when a matrix is invertible and when it is not, and use this scalar to find the eigenvalues of a matrix.

Preview Activity 17.1.

In this activity, we will focus on 2×2 matrices. Let A=[abcd] be a 2×2 matrix. To see if A is invertible, we row reduce A by replacing row 2 with a(row 2) c(row 1):

[ab0adbc].

So the only way A can be reduced I2 is if adbc0. We call this quantity adbc the determinant of A, and denote the determinant of A as det(A) or |A|. When det(A)0, we know that

A1=1adbc[dbca].

We now consider how we can use the determinant to find eigenvalues and other information about the invertibility of a matrix.

(a)

Let A=[1224]. Find det(A) by hand. What does this mean about the matrix A? Can you confirm this with other methods?

(b)

One of the eigenvalues of A=[1322] is λ=4. Recall that we can rewrite the matrix equation Ax=4x in the form (A4I2)x=0. What must be true about A4I2 in order for 4 to be an eigenvalue of A? How does this relate to det(A4I2)?

(c)

Another eigenvalue of A=[1322] is λ=1. What must be true about A+I2 in order for 1 to be an eigenvalue of A? How does this relate to det(A+I2)?

(d)

To find the eigenvalues of the matrix A=[3226], we rewrite the equation Ax=λx as (AλI2)x=0. The coefficient matrix of this last system has the form AλI2=[3λ226λ]. The determinant of this matrix is a quadratic expression in λ. Since the eigenvalues will occur when the determinant is 0, we need to solve a quadratic equation. Find the resulting eigenvalues. (Note: One of the eigenvalues is 2.)

(e)

Can you explain why a 2×2 matrix can have at most two eigenvalues?

Subsection The Determinant of a Square Matrix

Around 1900 or so determinants were deemed much more important than they are today. In fact, determinants were used even before matrices. According to Tucker 33  determinants (not matrices) developed out of the study of coefficients of systems of linear equations and were used by Leibniz 150 years before the term matrix was coined by J. J. Sylvester in 1848. Even though determinants are not as important as they once were, the determinant of a matrix is still a useful quantity. We saw in Preview Activity 17.1 that the determinant of a matrix tells us if the matrix is invertible and how it can help us find eigenvalues. In this section, we will see how to find the determinant of any size matrix and how to use this determinant to find the eigenvalues.

The determinant of a 2×2 matrix A=[abcd] is det(A)=adbc. The matrix A is invertible if and only if det(A)0. We will use a recursive approach to find the determinants of larger size matrices building from the 2×2 determinants. We present the result in the 3×3 case here — a more detailed analysis can be found at the end of this section.

To find the determinant of a 3×3 matrix A=[a11a12a13a21a22a23a31a32a33], we will use the determinants of three 2×2 matrices. More specifically, the determinant of A, denoted det(A) is the quantity

(17.1)a11det([a22a23a32a33])a12det([a21a23a31a33])+a13det([a21a22a31a32]).

This sum is called a cofactor expansion of the determinant of A. The smaller matrices in this expansion are obtained by deleting certain rows and columns of the matrix A. In general, when finding the determinant of an n×n matrix, we find determinants of (n1)×(n1) matrices, which we can again reduce to smaller matrices to calculate.

We will use the specific matrix

A=[120143221]

as an example in illustrating the cofactor expansion method in general.

  • We first pick a row or column of A. We will pick the first row of A for this example.

  • For each entry in the row (or column) we choose, in this case the first row, we will calculate the determinant of a smaller matrix obtained by removing the row and the column the entry is in. Let Aij be the smaller matrix found by deleting the ith row and jth column of A. For entry a11, we find the matrix A11 obtained by removing first row and first column:

    A11=[4321].

    For entry a12, we find

    A12=[1321].

    Finally, for entry a13, we find

    A13=[1422].
  • Notice that in the 3×3 determinant formula in (17.1) above, the middle term had a (-) sign. The signs of the terms in the cofactor expansion alternate within each row and each column. More specifically, the sign of a term in the ith row and jth column is (1)i+j. We then obtain the following pattern of the signs within each row and column:

    [+++++]

    In particular, the sign factor for a11 is (1)1+1=1, for a12 is (1)1+2=1, and for a13 is (1)1+3=1.

  • For each entry aij in the row (or column) of A we chose, we multiply the entry aij by the determinant of Aij and the sign (1)i+j. In this case, we obtain the following numbers

    a11(1)1+1det(A11)=1det[4321]=1(46)=2
    a12(1)1+2det(A12)=2det[1321]=2(16)=10
    a13(1)1+3det(A13)=0

    Note that in the last calculation, since a13=0, we did not have to evaluate the rest of the terms.

  • Finally, we find the determinant by adding all these values:

    det(A)=a11(1)1+1det(A11)+a12(1)1+2det(A12)+a13(1)1+3det(A13)=8.

Subsection Cofactors

We will now define the determinant of a general n×n matrix A in terms of a cofactor expansion as we did in the 3×3 case. To do so, we need some notation and terminology.

  • We let Aij be the submatrix of A=[aij] found by deleting the ith row and jth column of A. The determinant of Aij is called the ijth minor of A or the minor corresponding to the entry aij.

  • Notice that in the 3×3 case, we used the opposite of the 1,2 minor in the sum. It will be the case that the terms in the cofactor expansion will alternate in sign. We can make the signs in the sum alternate by taking 1 to an appropriate power. As a result, we define the ijth cofactor Cij of A as

    Cij=(1)i+jdet(Aij).
  • Finally, we define the determinant of A.

Definition 17.2.

If A=[aij] is an n×n matrix, the determinant of A is the scalar

det(A)=a11C11+a12C12+a13C13++a1nC1n

where Cij=(1)i+jdet(Aij) is the ij-cofactor of A and Aij is the matrix obtained by removing row i and column j of matrix A.

This method for computing determinants is called the cofactor expansion or Laplace expansion of A along the 1st row. The cofactor expansion reduces the computation of the determinant of an n×n matrix to n computations of determinants of (n1)×(n1) matrices. These smaller matrices can be reduced again using cofactor expansions, so it can be a long and grueling process for large matrices. It turns out that we can actually take this expansion along any row or column of the matrix (a proof of this fact is given in Section 22). For example, the cofactor expansion along the 2nd row is

det(A)=a21C21+a22C22++a2nC2n

and along the 3rd column the formula is

det(A)=a13C13+a23C23++an3Cn3.

Note that when finding a cofactor expansion, choosing a row or column with many zeros makes calculations easier.

Activity 17.2.

(a)

Let A=[121204630]. Use the cofactor expansion along the first row to calculate the determinant of A by hand.

(b)

Calculate det(A) by using a cofactor expansion along the second row where A=[142020253].

(c)

Calculate the determinant of [123043008].

(d)

Which determinant property can be used to calculate the determinant in part (c)? Explain how. (Determinant properties are included below for easy reference.)

(e)

Consider the matrix A=[112021122]. Let B be the matrix which results when c times row 1 is added to row 2 of A. Evaluate the determinant of B by hand to check that it is equal to the determinant of A, which verifies one other determinant property (in a specific case).

As with any new idea, like the determinant, we must ask what properties are satisfied. We state the following theorem without proof for the time being. For the interested reader, the proof of many of these properties is given in Section 22 and others in the exercises.

Note that if we were to find the determinant of a 4×4 matrix using the cofactor method, we will calculate determinants of 4 matrices of size 3×3, each of which will require 3 determinant calculations again. So, we will need a total of 12 calculations of determinants of 2×2 matrices. That is a lot of calculations. There are other, more efficient, methods for calculating determinants. For example, we can row reduce the matrix, keeping track of the effect that each row operation has on the determinant.

Subsection The Determinant of a 3×3 Matrix

Earlier we defined the determinant of a 3×3 matrix. In this section we endeavor to understand the motivation behind that definition.

We will repeat the process we went through in the 2×2 case to see how to define the determinant of a 3×3 matrix. Let

A=[a11a12a13a21a22a23a31a32a33].

To find the inverse of A we augment A by the 3×3 identity matrix

[A | I3]=[a11a12a13100a21a22a23010a31a32a33001]

and row reduce the matrix (using appropriate technology) to obtain

[100a33a22a32a23da33a12a32a13da13a22+a12a23d010a33a21a31a23da33a11a31a13da23a11a21a13d001a31a22+a32a21da32a11a31a12da22a11a21a12d],

where

(17.2)d=a33a11a22a33a21a12a31a13a22a32a11a23+a32a21a13+a31a12a23.

In this case, we can see that the inverse of the 3×3 matrix A will be defined if and only if d0. So, in the 3×3 case the determinant of A will be given by the value of d in Equation (17.2). What remains is for us to see how this is related to determinants of 2×2 sub-matrices of A.

To start, we collect all terms involving a11 in d. A little algebra shows that

det(A)=a11(a33a22a32a23)a33a21a12a31a13a22+a32a21a13+a31a12a23.

Now let's collect the remaining terms involving a12:

det(A)=a11(a33a22a32a23)a12(a33a21a31a23)a31a13a22+a32a21a13.

Finally, we collect the terms involving a13:

det(A)=a11(a33a22a32a23)a12(a33a21a31a23)+a13(a32a21a31a22).

Now we can connect the determinant of A to determinants of 2×2 sub-matrices of A.

  • Notice that

    a33a22a32a23

    is the determinant of the 2×2 matrix [a22a23a32a33] obtained from A by deleting the first row and first column.

  • Similarly, the expression

    a33a21a31a23

    is the determinant of the 2×2 matrix [a21a23a31a33] obtained from A by deleting the first row and second column.

  • Finally, the expression

    a32a21a31a22

    is the determinant of the 2×2 matrix [a21a22a31a32] obtained from A by deleting the first row and third column.

Putting this all together gives us formula (17.1) for the determinant of a 3×3 matrix as we defined earlier.

Subsection Two Devices for Remembering Determinants

There are useful ways to remember how to calculate the formulas for determinants of 2×2 and 3×3 matrices. In the 2×2 case of A=[a11a12a21a22], we saw that

|A|=a11a22a21a22.

This makes |A| the product of the diagonal elements a11 and a22 minus the product of the off-diagonal elements a12 and a21. We can visualize this in an array by drawing arrows across the diagonal and off-diagonal, with a plus sign on the diagonal arrow indicting that we add the product of the diagonal elements and a minus sign on the off-diagonal arrow indicating that we subtract the product of the off-diagonal elements as shown in Figure 17.4.

Figure 17.4. A diagram to remember the 2×2 determinant.

We can do a similar thing for the determinant of a 3×3 matrix. In this case, we extend the 3×3 array to a 3×5 array by adjoining the first two columns onto the matrix. We then add the products along the diagonals going from left to right and subtract the products along the diagonals going from right to left as indicated in Figure 17.5.

Figure 17.5. A diagram to remember the 3×3 determinant.

Subsection Examples

What follows are worked examples that use the concepts from this section.

Example 17.6.

For each of the following

  • Identify the sub-matrices A1,j

  • Determine the cofactors C1,j.

  • Use the cofactor expansion to calculate the determinant.

(a)

A=[362041501]

Solution.

With a 3×3 matrix, we will find the sub-matrices A11, A12, and A13. Recall that Aij is the sub-matrix of A obtained by deleting the ith row and jth column of A. Thus,

A11=[4101] A12=[0151]  and A13=[0450].

The ijth cofactor is Cij=(1)i+jdet(Aij), so

C11=(1)2[4101]=4C12=(1)3[0151]=5C13=(1)4[0450]=20.

Then

det(A)=a11C11+a12C12+a13C13=(3)(4)+(6)(5)+(2)(20)=58.
(b)

A=[3011212112213231]

Solution.

With a 4×4 matrix, we will find the sub-matrices A11, A12, A13, and A14. We see that

A11=[121221231]A12=[221121331]A13=[211121321]A14=[212122323].

To calculate the ijth cofactor Cij=(1)i+jdet(Aij), we need to calculate the determinants of the A1j. Using the device for calculating the determinant of a 3×3 matrix we have that

det(A11)=det([121221231])=(1)(2)(1)+(2)(1)(2)+(1)(2)(3)(1)(2)(2)(1)(1)(3)(2)(2)(1)=5,
det(A12)=det([221121331])=(2)(2)(1)+(2)(1)(3)+(1)(1)(3)(1)(2)(3)(2)(1)(3)(2)(1)(1)=23,
det(A13)=det([211121321])=(2)(2)(1)+(1)(1)(3)+(1)(1)(2)(1)(2)(3)(2)(1)(2)(1)(1)(1)=2,

and

det(A14)=det([212122323])=(2)(2)(3)+(1)(2)(3)+(2)(1)(2)(2)(2)(3)(2)(2)(2)(1)(1)(3)=37.

Then

C11=(1)2det(A11)=5C12=(1)3det(A12)=23C13=(1)4det(A13)=2C14=(1)5det(A13)=37

and so

det(B)=b11C11+b12C12+b13C13+b14C14=(3)(5)+(0)(23)+(1)(2)+(1)(37)=20.

Example 17.7.

Show that for any 2×2 matrices A and B,

det(AB)=det(A)det(B).

Solution.

Let A=[a11a12a21a22] and B=[b11b12b21b22]. Then

AB=[a11b11+a12b21a11b12+a12b22a21b11+a22b21a21b12+a22b22].

So

det(AB)=(a11b11+a12b21)(a21b12+a22b22)(a11b12+a12b22)(a21b11+a22b21)=(a11b11a21b12+a11b11a22b22+a12b21a21b12+a12b21a22b22)(a11b12a21b11+a11b12a22b21+a12b22a21b11+a12b22a22b21)=a11b11a22b22+a12b21a21b12a11b12a22b21a12b22a21b11.

Also,

det(A)det(B)=(a11a22a12a21)(b11b22b12b21)=a11a22b11b22a11a22b12b21a12a21b11b22+a12a21b12b21.

We conclude that det(AB)=det(A)det(B) if A and B are 2×2 matrices.

Subsection Summary

  • The determinant of an n×n matrix A=[aij] is found by taking the cofactor expansion of A along the first row. That is

    det(A)=a11C11+a12C12+a13C13++a1nC1n,

    where

    • Aij is the sub-matrix of A found by deleting the ith row and jth column of A.

    • Cij=(1)i+jdet(Aij) is the ijth cofactor of A.

  • The matrix A is invertible if and only if det(A)0.

Exercises Exercises

1.

Use the cofactor expansion to explain why multiplying each of the entries of a 3×3 matrix A by 2 multiplies the determinant of A by 8.

2.

Use the determinant criterion to determine for which c the matrix A=[11210c212] is invertible.

3.

Let A be a square matrix.

(a)

Explain why det(A2)=[det(A)]2

(b)

Expand on the argument from (a) to explain why det(Ak)=[det(A)]k for any positive integer k.

(c)

Suppose that A is an invertible matrix and k is a positive integer. Must Ak be an invertible matrix? Why or why not?

4.

Let A be an invertible matrix. Explain why det(A1)=1det(A) using determinant properties.

5.

Simplify the following determinant expression using determinant properties:

det(PA4P1AT(A1)3)

6.

Find the eigenvalues of the following matrices. Find a basis for and the dimension of each eigenspace.

(a)

A=[111111111]

(b)

A=[203010012]

7.

Label each of the following statements as True or False. Provide justification for your response.

(a) True/False.

For any two n×n matrices A and B, det(A+B)=detA+detB.

(b) True/False.

For any square matrix A, det(A)=det(A).

(c) True/False.

For any square matrix A, det(A)=det(A).

(d) True/False.

The determinant of a square matrix with all non-zero entries is non-zero.

(e) True/False.

If the determinant of A is non-zero, then so is the determinant of A2.

(f) True/False.

If the determinant of a matrix A is 0, then one of the rows of A is a linear combination of the other rows.

(g) True/False.

For any square matrix A, det(A2)>det(A).

(h) True/False.

If A and B are n×n matrices and AB is invertible, then A and B are invertible.

(i) True/False.

If A2 is the zero matrix, then the only eigenvalue of A is 0.

(j) True/False.

If 0 is an eigenvalue of A, then 0 is an eigenvalue of AB for any B of the same size as A.

(k) True/False.

Suppose A is a 3×3 matrix. Then any three eigenvectors of A will form a basis of R3.

Subsection Project: Area and Volume Using Determinants

The approach we will take to connecting area (volume) to the determinant will help shed light on properties of the determinant that we will discuss from an algebraic perspective in a later section. First, we mention some basic properties of area (we focus on area for now, but these same properties are valid for volumes as well). volume). As a shorthand, we denote the area of a region R by Area(R).

  • Area cannot be negative.

  • If two regions R1 and R2 don't overlap, then the area of the union of the regions is equal to the sum of the areas of the regions. That is, if R1R2=, then Area(R1R2)=Area(R1)+Area(R2).

  • Area is invariant under translation. That is, if we move a geometric region by the same amount uniformly in a given direction, the area of the original region and the area of the transformed region are the same. A translation of a region is done by just adding a fixed vector to each vector in the region. That is, a translation by a vector v is a function Tv such that the image Tv(R) of a region R is defined as

    Tv(R)={r+v:rR}.

    Since area is translation invariant, Area(Tv(R))=Area(R).

  • The area of a one-dimensional object like a line segment is 0.

Now we turn our attention to areas of parallelograms. Let u and v be vectors in R2. The parallelogram P(u,v) defined by u and v with point Q as basepoint is the set

P(u,v)={OQ+ru+sv:0r,s1}.

An illustration of such a parallelogram is shown at left in Figure 17.8.

Figure 17.8. A parallelogram and a translated, rotated parallelogram.

If u=[u1 u2]T and v=[v1 v2]T, then we will also represent P(u,v) as P([u1u2v1v2]).

Since area is translation and rotation invariant, we can translate our parallelogram by OQ to place its basepoint at the origin, then rotate by an angle θ (as shown at left in Figure 17.8. This transforms the vector v to a vector v and the vector u to a vector u as shown at right in Figure 17.8. With this in mind we can always assume that our parallelograms have one vertex at the origin, with u along the x-axis, and v in standard position. Now we can investigate how to calculate the area of a parallelogram.

Project Activity 17.3.

There are two situations to consider when we want to find the area of a parallelogram determined by vectors u and v, both shown in Figure 17.9. The parallelogram will be determined by the lengths of these vectors.

Figure 17.9. Parallelograms formed by u and v
(a)

In the situation depicted at left in Figure 17.9, use geometry to explain why Area(P(u,v))=h|u|.

Hint.

What can we say about the triangles ODB and EAC?

(b)

In the situation depicted at right in Figure 17.9, use geometry to again explain why Area(P(u,v))=h|u|. (Hint: What can we say about Area(AEC) and Area(ODB)?)

The result of Project Activity 17.3 is that the area of P(u,v) is given by h|u|, where h is the height of the parallelogram determined by dropping a perpendicular from the terminal point of v to the line determined by the vector u.

Now we turn to the question of how the determinant is related to area of a parallelogram. Our approach will use some properties of the area of P(u,v).

Project Activity 17.4.

Let u and v be vectors that determine a parallelogram in R2.

Figure 17.10. Parallelograms formed by ku and v and by u and v+ku.
(a)

Explain why

(17.3)Area(P(u,v))=Area(P(v,u))
(b)

If k is any scalar, then ku either stretches or compresses u. Use this idea, and the result of Project Activity 17.3, to explain why

(17.4)Area(P(ku,v))=Area(P(u,kv))=|k|Area(P(u,v))

for any real number k. A representative picture of this situation is shown at left in Figure 17.9 for a value of k>1. You will also need to consider what happens when k<0.

(c)

Finally, use the result of Project Activity 17.3 to explain why

(17.5)Area(P(u+kv,v))=Area(P(u,v+ku))=Area(P(u,v))

for any real number k. A representative picture is shown at right in Figure 17.10.

Properties (17.4) and (17.5) will allow us to calculate the area of the parallelogram determined by vectors u and v.

Project Activity 17.5.

Let u=[u1 u2]T and v=[v1 v2]T. We will now demonstrate that

Area(P(u,v))=|det(|u1u2v1v2])|.

Before we begin, note that if both u1 and v1 are 0, then u and v are parallel. This makes P(u,v) a line segment and so Area(P(u,v))=0. But if u1=v1=0, it is also the case that

det(|u1u2v1v2])=u1v2u2v1=0

as well. So we can assume that at least one of u1, v1 is not 0. Since P(u,v)=P(v,u), we can assume without loss of generality that u10.

(a)

Explain using properties (17.4) and (17.5) as appropriate why

Area(P(u,v))=Area(P(u,[0 v2v1u1u2])).
(b)

Let v1=[0 v2v1u1u2]T. Recall that our alternate representation of P(u,v)) allows us to write

Area(P(u,v1))=Area(P([u1u20v2v1u1u2])).

This should seem very suggestive. We are essentially applying the process of Gaussian elimination to our parallelogram matrix to reduce it to a diagonal matrix. From there, we can calculate the area. The matrix form should indicate the next step — applying an operation to eliminate the entry in the first row and second column. To do this, we need to consider what happens if v2v1u1u2=0 and if v2v1u1u20.

(i)

Assume that v2v1u1u2=0. Explain why Area(P(u,v))=0. Then explain why Area(P(u,v))=0=det([u1u2v1v2]).

(ii)

Now we consider the case when v2v1u1u20. Complete the process as in part (a), using properties (17.4) and (17.5) (compare to Gaussian elimination) to continue to reduce the problem of calculating Area(P(u,v)) to one of calculating Area(P(e1,e2)). Use this process to conclude that

Area(P(u,v))=|det([u1u2v1v2])|.

We can apply the same arguments as above using rotations, translations, shearings, and scalings to show that the properties of area given above work in any dimension. Given vectors u1, u2, , un in Rn, we let

P(u1,u2,,un)={OQ+x1u1+x2u2++xnun:0xi1 for each i}.

If n=2, then P(u1,u2) is the parallelogram determined by u1 and u2 with basepoint Q. If n=3, then P(u1,u2,u3) is the parallelepiped with basepoint Q determined by u1, u2, and u3. In higher dimensions the sets P(u1,u2,,un) are called parallelotopes, and we use the notation Vol(P(u1,u2,,un)) for their volume. The n-dimensional volumes of these paralleotopes satisfy the following properties:

Vol(P(u1,u2,,ui1,ui,ui+1,,uj1,uj,uj+1,,un))(17.6)=Vol(P(u1,u2,,ui1,uj,ui+1,,uj1,ui,uj+1,,un))

for any i and j.

(17.7)Vol(P(u1,u2,,ui1,kui,ui+1,,un))=|k|Vol(P(u1,u2,,un))

for any real number k and any i.

(17.8)Vol(P(u1,u2,,ui1,ui+kuj,ui+1,,un))=Vol(P(u1,u2,,un))

for any real number k and any distinct i and j.

Project Activity 17.6.

We now show that Vol(P(u1,u2,u3)) is the absolute value of the determinant of [u1u2u3]. For easier notation, let u=[u1 u2 u3]T, v=[v1 v2 v3]T, and w=[w1 w2 w3]T. As we argued in the 2-dimensional case, we can assume that all terms that we need to be nonzero are nonzero, and we can do so without verification.

(a)

Explain how property (17.7) shows that Vol(P(u,v,w)) is equal to

Vol(P([u1u2u301u1(v2u1v1u2)1u1(v3u1v1u3)01u1(w2u1w1u2)1u1(w3u1w1u3)])).
Hint.

Think about how these properties are related to row operations.

(b)

Now let

v1=[0 1u1(v2u1v1u2) 1u1(v3u1v1u3)]T

and

w1=[0 1u1(w2u1w1u2) 1u1(w3u1w1u3)]T.

Explain how property (17.7) shows that Vol(P(u,v,w)) is equal to

Vol(P([u1u2u301u1(v2u1v1u2)1u1(v3u1v1u3)00d])),

where

d=1u1v2u2v1(u1(v2w3v3w2)u2(v1w3v3w1)+u3(v1w2v2w1)).
(c)

Just as we saw in the 2-dimensional case, we can proceed to use the diagonal entries to eliminate the entries above the diagonal without changing the volume to see that

Vol(P(u,v,w))=Vol(P([u10001u1(v2u1v1u2)000d])).

Complete the process, applying appropriate properties to explain why

Vol(P(u,v,w))=xVol(P(e1,e2,e3))

for some constant x. Find the constant and, as a result, find a specific expression for Vol(P(u,v,w)) involving a determinant.

Properties (17.6), (17.7), and (17.8) involve the analogs of row operations on matrices, and we will prove algebraically that the determinant exhibits the same properties. In fact, the determinant can be uniquely defined by these properties. So in a sense, the determinant is an area or volume function.

Tucker, Alan. (1993). The Growing Importance of Linear Algebra in Undergraduate Mathematics. The College Mathematics Journal, 1, 3-9.