Editing
Vector and Matrix Operators
(section)
From FusionGirl Wiki
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== Inverse (β»ΒΉ) == ** Matrix that, when multiplied by the original matrix, results in the identity matrix. *** Solving systems of linear equations, finding inverses. Additional Information: The inverse of a square matrix <math>A</math> is denoted by <math>A^{-1}</math> and is defined such that <math>A^{-1}A = AA^{-1} = I</math>, where <math>I</math> is the identity matrix. Examples: 1. If <math>A = \begin{bmatrix} 2 & 1 \\ 3 & 4 \end{bmatrix}</math>, then its inverse is: <math>A^{-1} = \frac{1}{ad-bc} \begin{bmatrix} d & -b \\ -c & a \end{bmatrix} = \frac{1}{8} \begin{bmatrix} 4 & -1 \\ -3 & 2 \end{bmatrix}</math> 2. The inverse of a matrix can be used to solve systems of linear equations of the form <math>AX = B</math>, where <math>X</math> is the unknown matrix.
Summary:
Please note that all contributions to FusionGirl Wiki are considered to be released under the Creative Commons Attribution (see
FusionGirl Wiki:Copyrights
for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource.
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Page actions
Page
Discussion
Read
Edit
Edit source
History
Page actions
Page
Discussion
More
Tools
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Search
Tools
What links here
Related changes
Special pages
Page information