<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>what is an inverse matrix Archives - Epsilonify</title>
	<atom:link href="https://www.epsilonify.com/tag/what-is-an-inverse-matrix/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>Best solutions on internet!</description>
	<lastBuildDate>Sat, 26 Aug 2023 22:50:20 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.5</generator>

<image>
	<url>https://www.epsilonify.com/wp-content/uploads/2022/09/cropped-E-M7-32x32.png</url>
	<title>what is an inverse matrix Archives - Epsilonify</title>
	<link></link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to find the inverse of a matrix</title>
		<link>https://www.epsilonify.com/mathematics/linear-algebra/how-to-find-the-inverse-of-a-matrix/</link>
		
		<dc:creator><![CDATA[The Mathematician]]></dc:creator>
		<pubDate>Wed, 22 Jul 2020 13:16:55 +0000</pubDate>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[Mathematics]]></category>
		<category><![CDATA[gauss-jordan method]]></category>
		<category><![CDATA[how to calculate the inverse of a matrix]]></category>
		<category><![CDATA[inverse of a matrix]]></category>
		<category><![CDATA[invertible matrix]]></category>
		<category><![CDATA[what is an inverse matrix]]></category>
		<category><![CDATA[what is an invertible matrix]]></category>
		<guid isPermaLink="false">https://www.epsilonify.com/?p=10</guid>

					<description><![CDATA[<p>What is the inverse of a matrix? Let be a matrix. We define the inverse matrix of if there exists a matrix such that . Then we write the inverse of as . We also say that is invertible if an inverse matrix of exists. Note that not every matrix has an inverse. Theorem 1. [&#8230;]</p>
<p>The post <a href="https://www.epsilonify.com/mathematics/linear-algebra/how-to-find-the-inverse-of-a-matrix/">How to find the inverse of a matrix</a> appeared first on <a href="https://www.epsilonify.com">Epsilonify</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h2> What is the inverse of a matrix?</h2>
<p> Let <span class="katex-eq" data-katex-display="false">A</span> be a <span class="katex-eq" data-katex-display="false">n \times n</span> matrix. We define the inverse matrix of <span class="katex-eq" data-katex-display="false">A</span> if there exists a <span class="katex-eq" data-katex-display="false">n \times n</span> matrix <span class="katex-eq" data-katex-display="false">B</span> such that <span class="katex-eq" data-katex-display="false">AB = I = BA</span>. Then we write the inverse <span class="katex-eq" data-katex-display="false">B</span> of <span class="katex-eq" data-katex-display="false">A</span> as <span class="katex-eq" data-katex-display="false">A^{-1}</span>. We also say that <span class="katex-eq" data-katex-display="false">A</span> is invertible if an inverse matrix of <span class="katex-eq" data-katex-display="false">A</span> exists. Note that not every matrix has an inverse.
<br>
<br>
<strong>Theorem 1.</strong> Let <span class="katex-eq" data-katex-display="false">A</span> be <span class="katex-eq" data-katex-display="false">n \times n</span> matrix. The matrix <span class="katex-eq" data-katex-display="false">A</span> has an inverse if and only if it has <span class="katex-eq" data-katex-display="false">n</span> pivots.
<br>
<br>
This theorem is possible the easiest one. It is also quite clear why the matrix needs <span class="katex-eq" data-katex-display="false">n</span> pivots. Take the assumption that this is not true. Then we have at least one zero row, without loss of generality, and take the last row as the zero row. Then it implies that multiplying two matrices will also contain at least one zero row. That is in contradiction with the definition of an inverse because we need <span class="katex-eq" data-katex-display="false">AA^{-1} = A^{-1}A = I</span>. 

Another way to check if the matrix <span class="katex-eq" data-katex-display="false">A</span> has an inverse is by checking its determinant.
<br>
<br>
<strong>Theorem 2.</strong> Let <span class="katex-eq" data-katex-display="false">A</span> be <span class="katex-eq" data-katex-display="false">n \times n</span> matrix. <span class="katex-eq" data-katex-display="false">A</span> has an inverse if and only if <span class="katex-eq" data-katex-display="false">\det(A) \neq 0</span>.

Few notes to end this part. Let <span class="katex-eq" data-katex-display="false">A</span> be an invertible matrix. <span class="katex-eq" data-katex-display="false">A</span> has only one inverse (so it is unique). Let <span class="katex-eq" data-katex-display="false">\vec{x},\vec{b} \in V</span>, where <span class="katex-eq" data-katex-display="false">V</span> is a vector space, and <span class="katex-eq" data-katex-display="false">A\vec{x} = \vec{b}</span>. Then <span class="katex-eq" data-katex-display="false">A\vec{x} = \vec{b}</span> if and only if <span class="katex-eq" data-katex-display="false">\vec{x} = A^{-1}\vec{b}</span>. 

<h2> The Gauss-Jordan Method</h2>
The Gauss-Jordan Method is the same as Gaus elimination, but then finding the inverse of that specific matrix. To perform the Gaus-Jordan, we need to follow the next steps:

<strong>Algorithm.</strong> Algorithm to find the inverse:
<ol>
  <li>Put the <span class="katex-eq" data-katex-display="false">A</span> in an <span class="katex-eq" data-katex-display="false">n \times 2n</span> block matrix <span class="katex-eq" data-katex-display="false">[A | I]</span>.</li>
  <li>Now perform the Gaus elimination till you get <span class="katex-eq" data-katex-display="false">[I | A^{-1}]</span>. If that fails, then <span class="katex-eq" data-katex-display="false">A</span> has no inverse as it doesn&#8217;t have <span class="katex-eq" data-katex-display="false">n</span> pivots.</li>
</ol> 

We will end this by giving an example of performing the Gauss-Jordan Method. 

<span class="katex-eq" data-katex-display="false">[A | I] =</span> 
<div class="wp-block-katex-display-block katex-eq" data-katex-display="true"><pre>\begin{bmatrix}\begin{array}{cc|cc}
1 &amp; 2 &amp;  1 &amp; 0 \\
2 &amp; 1 &amp;  0 &amp; 1
\end{array}
\end{bmatrix}</pre></div>
 
<span class="katex-eq" data-katex-display="false">\sim</span>

<div class="wp-block-katex-display-block katex-eq" data-katex-display="true"><pre>\begin{bmatrix}\begin{array}{cc|cc}
1 &amp; 2 &amp;  1 &amp; 0 \\
0 &amp; 3 &amp;  2 &amp; -1
\end{array}
\end{bmatrix}</pre></div>
 
<span class="katex-eq" data-katex-display="false">\sim</span>

<div class="wp-block-katex-display-block katex-eq" data-katex-display="true"><pre>\begin{bmatrix}\begin{array}{cc|cc}
1 &amp; 2 &amp;  1 &amp; 0 \\
0 &amp; 1 &amp;  \frac{2}{3} &amp; -\frac{1}{3}
\end{array}
\end{bmatrix}</pre></div>

<span class="katex-eq" data-katex-display="false">\sim</span>

<div class="wp-block-katex-display-block katex-eq" data-katex-display="true"><pre>\begin{bmatrix}\begin{array}{cc|cc}
1 &amp; 0 &amp;  -\frac{1}{3} &amp; \frac{2}{3} \\
0 &amp; 1 &amp;  \frac{2}{3} &amp; -\frac{1}{3}
\end{array}
\end{bmatrix}</pre></div>

<span class="katex-eq" data-katex-display="false">= [I | A^{-1}]</span>
<br>
<br>
When matrices are getting bigger, mistakes can be easily made. But after the calculation with the Gauss-Jordan method, the reader can check if the answer is correct by applying <span class="katex-eq" data-katex-display="false">AA^{-1} = A^{-1}A = I</span>. There is a more simple way to find the inverse matrix by using <a href="https://www.epsilonify.com/mathematics/find-the-inverse-of-nxn-matrix-by-using-minors-cofactors-and-adjugate/"> minors, cofactors, and adjugate</a>.<p>The post <a href="https://www.epsilonify.com/mathematics/linear-algebra/how-to-find-the-inverse-of-a-matrix/">How to find the inverse of a matrix</a> appeared first on <a href="https://www.epsilonify.com">Epsilonify</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
