Difference between revisions of "Manuals/calci/MATRIXADJOINT"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div style="font-size:30px">'''MATRIXADJOINT (a)'''</div><br/> *<math>a</math> is any set of values. ==Description== *This function shows the Adjoint of a given matrix. *In <...")
 
Line 5: Line 5:
 
*This function shows the Adjoint of a given matrix.
 
*This function shows the Adjoint of a given matrix.
 
*In <math>MATRIXADJOINT (a)</math>,<math>a</math> is the set of matrix values.
 
*In <math>MATRIXADJOINT (a)</math>,<math>a</math> 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 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 <math>adj A</math>.
 
*Adjoint of matrix A is written by <math>adj A</math>.
 
*The adjugate of A is the transpose of the cofactor matrix C of A, <math>adj(A)= C^T</math>.
 
*The adjugate of A is the transpose of the cofactor matrix C of A, <math>adj(A)= C^T</math>.

Revision as of 12:01, 13 June 2017

MATRIXADJOINT (a)


  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle a} is any set of values.

Description

  • This function shows the Adjoint of a given matrix.
  • In Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle MATRIXADJOINT (a)} ,Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle a} 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 Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle adj A} .
  • The adjugate of A is the transpose of the cofactor matrix C of A, .
  • Also adjoint of a matrix is defined by Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle adj(A)= det(A).A^{-1}} .
  • The adjugate of 1x1 matrix is Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle I=(1)} .
  • The adjugate of 2x2 matrix Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle :A= \begin{pmatrix} a & b \\ c & d \end{pmatrix} } is Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle adj(A)=\begin{pmatrix} d & -b \\ -c & a \end{pmatrix}} .
  • Consider3x3 matrix Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle A=\begin{pmatrix} a_{11} & a_{12} & a_{13} \\ a_{21} & a_{22} & a_{23} \\ a_{31} & a_{32} & a_{33} \end{pmatrix} } .
  • Its adjugate is the transpose of its cofactor matrix:Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle adj(A)=C^{T} = \begin{pmatrix} +\begin{vmatrix} a_ {22}& a_{23} \\ a_ {32}& a_{33} \end{vmatrix} & - \begin{vmatrix} a_ {12}& a_{13} \\ a_ {32}& a_{33} \end{vmatrix} & +\begin{vmatrix} a_ {12}& a_{13} \\ a_ {22}& a_{23} \end{vmatrix} \\ +\begin{vmatrix} a_ {21}& a_{23} \\ a_ {31}& a_{33} \end{vmatrix} & - \begin{vmatrix} a_ {11}& a_{13} \\ a_ {31}& a_{33} \end{vmatrix} & +\begin{vmatrix} a_ {11}& a_{13} \\ a_ {21}& a_{23} \end{vmatrix} \\ +\begin{vmatrix} a_ {21}& a_{22} \\ a_ {31}& a_{32} \end{vmatrix} & - \begin{vmatrix} a_ {11}& a_{12} \\ a_ {31}& a_{32} \end{vmatrix} & +\begin{vmatrix} a_ {11}& a_{12} \\ a_ {21}& a_{22} \end{vmatrix} \\ \end{pmatrix}}