First you need a boring digression into determinants. Not only can one covert an equation into a determinants, it is possible to convert a determinants into an equation (the technical term is "expansion"). When one has finished converting a determinants into Basic Nomographic Form, one should convert the determinants into an equation and ensure that it matches your original equation. Just to be sure you didn't make a slight mistake along the line.
Here is a determinant of the second order:
A1 | B1 |
A2 | B2 |
To expand it, one cross multiplies the elements, and subtracts the results. The determinant expands to (A1B2) - (A2B1)
Here is a determinant of the third order:
A1 | B1 | C1 |
A2 | B2 | C2 |
A3 | B3 | C3 |
To expand it, one first has to convert it into an expression composed of 2nd order matrices:
A1 |
|
- B1 |
|
+ C1 |
|
If you don't care how this was done, just skip the rest of this paragraph. The first 2nd order determinant was made by suppressing the first row and column of the original 3rd order determinant. The second 2nd order determinant is by suppressing the first row and second column and the third 2nd order determinant is by suppressing the first row and third column.
To complete the expansion, expand each 2nd order determinant. The final result is:
A1(B2C3-B3C2) - B1(A2C3-A3C2) + C1(A2B3-A3B2)which reduces to:
A1B2C3 + A3B1C2 + A2B3C1 - A3B2C1 - A1B3C2 - A2B1C3Armed with this knowledge you can now tackle the intricate task of actual insertion.