Determinant Calculator
Determinant is evaluated from Matrix Size, Row 1, Col 1 and Row 1, Col 2. The calculation reports Determinant |A|, Trace tr and Singular?.
Results
About the Determinant Calculator
The calculator uses a multi formula configuration. Each reported value is read as a direct evaluation of the stored rules with the declared field formats and units.
Formula basis:
2 x 2: det = ad - bc
Inverse: A⁻¹ = (1/det) x adjugate(A)
Interpret the outputs in the order shown by the result fields. Optional inputs affect only the outputs that depend on those variables.
Formula & How It Works
The calculation applies the following relations exactly as recorded in the metadata: 2 x 2: det = ad - bc Inverse: A⁻¹ = (1/det) x adjugate(A) Each output field is produced by substituting the supplied inputs into the relevant relation and then applying the declared rounding or text format.
Worked Examples
Example 1: 2×2 Determinant — Basic
Inputs
With Matrix Size = 2 x 2, Row 1, Col 1 = 3, Row 1, Col 2 = 2 and Row 2, Col 1 = 1 as the stated inputs, the result is Determinant |A| = 10, Trace tr = 7 and Singular? = No - matrix is invertible. Each value corresponds to the declared output fields.
Example 2: Singular Matrix — No Inverse
Inputs
With Matrix Size = 2 x 2, Row 1, Col 1 = 2, Row 1, Col 2 = 4 and Row 2, Col 1 = 1 as the stated inputs, the result is Determinant |A| = 0, Trace tr = 4 and Singular? = Yes - matrix is singular (no inverse). Each value corresponds to the declared output fields.
Example 3: 3×3 Determinant — Volume
Inputs
With Matrix Size = 3 x 3, Row 1, Col 1 = 1, Row 1, Col 2 = 0 and Row 1, Col 3 = 0 as the stated inputs, the result is Determinant |A| = 6, Trace tr = 6 and Singular? = No - matrix is invertible. Each value corresponds to the declared output fields.
Example 4: Cramer's Rule — Solve 2×2 System
Inputs
With Matrix Size = 2 x 2, Row 1, Col 1 = 2, Row 1, Col 2 = 1 and Row 2, Col 1 = 5 as the stated inputs, the result is Determinant |A| = 1, Trace tr = 5 and Singular? = No - matrix is invertible. Each value corresponds to the declared output fields.
Common Use Cases
- Calculate 2×2 determinant for area of parallelogram
- Find matrix inverse for solving linear systems
- Use Cramer's rule for system of equations
- Check if matrix is singular (det=0)