| Line 57: |
Line 57: |
| | \end{vmatrix} \\ | | \end{vmatrix} \\ |
| | \end{pmatrix}</math> | | \end{pmatrix}</math> |
| | + | |
| | + | ==Examples== |
| | + | 1. MATRIXADJOINT([4]) = 1 |
| | + | 2. MATRIXADJOINT([2,3;7,8]) |
| | + | {| class="wikitable" |
| | + | |- |
| | + | | 8 ||-3 |
| | + | |- |
| | + | | -7|| 2 |
| | + | |} |
| | + | 3.MATRIXADJOINT([-6,12,5;3,-2,9;8,3,3]) |
| | + | {| class="wikitable" |
| | + | |- |
| | + | | -33 ||-21 || 118 |
| | + | |- |
| | + | | 63 || -58 || 69 |
| | + | |- |
| | + | | 24.999999999999996|| 114 || -24 |
| | + | |} |
| | + | |
| | + | ==See Also== |
| | + | *[[Manuals/calci/ADJ | ADJ]] |
| | + | *[[Manuals/calci/MINVERSE | MINVERSE ]] |
| | + | *[[Manuals/calci/MMULT | MMULT ]] |
| | + | |
| | + | ==References== |
| | + | *[https://en.wikipedia.org/wiki/Adjugate_matrix Adjugate matrix] |
| | + | |
| | + | *[[Z_API_Functions | List of Main Z Functions]] |
| | + | |
| | + | *[[ Z3 | Z3 home ]] |