Calculator
Formula Used
Minor: Mij is formed by deleting row i and column j.
Cofactor: Cij = (-1)i+j det(Mij)
Adjoint: adj(A) = CT
Inverse relation: A-1 = adj(A) / det(A), when det(A) is not zero.
How to Use This Calculator
- Select the square matrix order.
- Click Update Matrix Size when changing the order.
- Enter each matrix value.
- Use decimals or simple fractions.
- Choose the output precision.
- Click Calculate Adjoint.
- Review the determinant, cofactors, and adjoint.
- Download the CSV or PDF report if needed.
Example Data Table
| Matrix | Determinant | Adjoint Matrix | Note |
|---|---|---|---|
| [[1, 2], [3, 4]] | -2 | [[4, -2], [-3, 1]] | Basic 2 by 2 example. |
| [[2, 1, 3], [0, -1, 4], [5, 2, 0]] | 19 | [[-8, 6, 7], [20, -15, -8], [5, 1, -2]] | Default sample matrix. |
| [[1, 0], [0, 1]] | 1 | [[1, 0], [0, 1]] | Identity matrix. |
What This Calculator Does
An adjoint of a square matrix is the transpose of its cofactor matrix. This calculator builds that result from your entries. It accepts square matrices from order two through order five. It also accepts decimal values and simple fractions. Each value is checked before the math starts.
Why the Adjoint Matters
The adjoint helps connect determinants, cofactors, and inverse matrices. It is often used in algebra courses. It is also useful when checking hand solutions. For a non singular matrix, the inverse equals the adjoint divided by the determinant. That relation makes the adjoint a strong diagnostic tool. If the determinant is zero, the adjoint can still exist. The inverse will not exist.
How the Steps Work
The calculator first reads the matrix. It then removes one row and one column for each position. The determinant of that smaller matrix is called a minor. A sign pattern changes each minor into a cofactor. The signs alternate across rows and columns. Finally, the cofactor matrix is transposed. Rows become columns. Columns become rows. That final transpose is the adjoint.
Helpful Advanced Options
Use the precision field to control rounded output. This is useful when entries include fractions or decimals. The result table shows the determinant, cofactor matrix, and adjoint matrix. When possible, it also shows the inverse relationship. You can export the same result as a spreadsheet file. You can also download a simple report file. These exports help with homework, notes, and record keeping.
Best Use Cases
This tool is best for exact learning, quick verification, and example building. It helps students see each matrix part clearly. Teachers can create practice data fast. Engineers and analysts can check small square systems. Always review entries before exporting. A single wrong sign can change every cofactor. Start with smaller matrices when learning. Then try larger matrices once the pattern feels clear. The calculator is a guide, not a substitute for understanding each cofactor step.
Because matrices can be sensitive, keep notes beside each run. Compare the cofactor table with your class method. Use the determinant line to spot singular cases. Save exports when you need proof of inputs, outputs, and rounded settings. Share them during study sessions too.
FAQs
1. What is the adjoint of a matrix?
The adjoint is the transpose of the cofactor matrix. It is also called the adjugate matrix in many algebra books.
2. Can this calculator handle fractions?
Yes. You can enter values like 1/2, -3/4, or 5/2. The calculator converts them before finding minors and cofactors.
3. Why must the matrix be square?
The adjoint uses cofactors and determinants. Those operations are defined for square matrices, so rectangular matrices are not supported here.
4. Does a zero determinant stop the adjoint?
No. The adjoint can still be calculated. A zero determinant only means the inverse matrix does not exist.
5. What matrix sizes are supported?
This calculator supports 2 by 2 through 5 by 5 matrices. Larger matrices need more server time and longer cofactor expansion.
6. What does decimal precision do?
Decimal precision controls how many digits are shown after rounding. It does not change the internal calculation before display.
7. What is included in the CSV file?
The CSV file includes the input matrix, determinant, rank estimate, cofactor matrix, adjoint matrix, and inverse when available.
8. Can I use this for homework checking?
Yes. It is useful for checking signs, cofactors, and transposes. Still, review each step so you understand the method.