Difference between revisions of "Manuals/calci/MATRIXADJOINT"

From ZCubes Wiki
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 60: Line 60:
 
==Examples==
 
==Examples==
 
1. MATRIXADJOINT([4]) = 1
 
1. MATRIXADJOINT([4]) = 1
2. MATRIXADJOINT([2,3;7,8])
+
 
 +
2.MATRIXADJOINT([2,3;7,8])
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
Line 76: Line 77:
 
| 24.999999999999996|| 114 || -24
 
| 24.999999999999996|| 114 || -24
 
|}
 
|}
 +
 +
 +
==Related Videos==
 +
 +
{{#ev:youtube|v=oHzpMgKuI9Q&t=7s|280|center|Matrix Adjoint}}
  
 
==See Also==
 
==See Also==

Latest revision as of 14:26, 12 April 2019

MATRIXADJOINT (a)


  • is any set of values.

Description

  • This function shows the Adjoint of a given matrix.
  • In , is the set of matrix values.
  • Adjoint of a matrix is called adjugate, classical adjoint, or adjunct.
  • Adjoint of a matrix formed by taking the transpose of the cofactor matrix of a given original Square matrix.
  • Adjoint of matrix A is written by .
  • The adjugate of A is the transpose of the cofactor matrix C of A, .
  • Also adjoint of a matrix is defined by .
  • The adjugate of 1x1 matrix is .
  • The adjugate of 2x2 matrix is .
  • Consider3x3 matrix .
  • Its adjugate is the transpose of its cofactor matrix:

Examples

1. MATRIXADJOINT([4]) = 1

2.MATRIXADJOINT([2,3;7,8])

8 -3
-7 2

3.MATRIXADJOINT([-6,12,5;3,-2,9;8,3,3])

-33 -21 118
63 -58 69
24.999999999999996 114 -24


Related Videos

Matrix Adjoint

See Also

References