Manuals/calci/MATRIXINVERSE
MATRIXINVERSE (a)
- is any matrix.
Description
- This function shows the inverse value of the 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 MATRIXINVERSE (a)} , is any square matrix.
- Inverse of a square matrix is also called reciprocal of a matrix and it is denoted by .
- Consider the square matrix A has an inverse which should satisfies the following condition
- Also (Identity matrix).
- Consider 2x2 matrix:A=[a b;c d].
- The inverse of matrix A is calculated by
= =
- Consider 3x3 matrix A and its inverse is calculated by
= =
where A=(ei-fh); B=-(di-fg);C=(dh-eg); D=-(bi-ch); E=(ai-cg); F=-(ah-bg); G=(bf-ce) H=-(af-cd);I=(ae-bd)