<?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>how to find the minors of a nxn matrix Archives - Epsilonify</title>
	<atom:link href="https://www.epsilonify.com/tag/how-to-find-the-minors-of-a-nxn-matrix/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>Best solutions on internet!</description>
	<lastBuildDate>Sun, 17 Sep 2023 21:53:27 +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>how to find the minors of a nxn matrix Archives - Epsilonify</title>
	<link></link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to find the minors of a nxn matrix?</title>
		<link>https://www.epsilonify.com/mathematics/linear-algebra/how-to-find-the-minors-of-a-nxn-matrix/</link>
		
		<dc:creator><![CDATA[The Mathematician]]></dc:creator>
		<pubDate>Sat, 25 Jul 2020 10:58:49 +0000</pubDate>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[Mathematics]]></category>
		<category><![CDATA[example minor of a 2x2 matrix]]></category>
		<category><![CDATA[example minor of a 3x3 matrix]]></category>
		<category><![CDATA[example minor of a 4x4 matrix]]></category>
		<category><![CDATA[how to find the minors of a 2x2 matrix]]></category>
		<category><![CDATA[how to find the minors of a 3x3 matrix]]></category>
		<category><![CDATA[how to find the minors of a 4x4 matrix]]></category>
		<category><![CDATA[how to find the minors of a nxn matrix]]></category>
		<category><![CDATA[minors of a matrix]]></category>
		<category><![CDATA[what is a minor of a matrix]]></category>
		<guid isPermaLink="false">https://www.epsilonify.com/?p=61</guid>

					<description><![CDATA[<p>Finding a minor of a matrix is easy, and the steps are almost the same like finding a determinant. It is the first step to find a cofactor matrix. We will start in this article with the general form of finding a minor, how to find a minor of a , , and matrix, where [&#8230;]</p>
<p>The post <a href="https://www.epsilonify.com/mathematics/linear-algebra/how-to-find-the-minors-of-a-nxn-matrix/">How to find the minors of a nxn matrix?</a> appeared first on <a href="https://www.epsilonify.com">Epsilonify</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Finding a minor of a <span class="katex-eq" data-katex-display="false">n \times n</span> matrix is easy, and the steps are almost the same like finding a determinant. It is the first step to find a <a href="https://www.epsilonify.com/mathematics/find-the-inverse-of-nxn-matrix-by-using-minors-cofactors-and-adjugate/"> cofactor matrix</a>. We will start in this article with the general form of finding a minor, how to find a minor of a <span class="katex-eq" data-katex-display="false">2 \times 2</span>, <span class="katex-eq" data-katex-display="false">3 \times 3</span>, and <span class="katex-eq" data-katex-display="false">4\times 4</span> matrix, where each section ends with an example.</p>

<h2>What are the minors 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. Specifically:</p>

 <div class="wp-block-katex-display-block katex-eq" data-katex-display="true"><pre> A = \begin{bmatrix}\begin{array}{cccc} a_{1,1} &amp; a_{1,2} &amp; \cdots &amp; a_{1,n} \\ a_{2,1} &amp; a_{2,2} &amp; \cdots &amp; a_{2,n} \\ \vdots &amp; \vdots &amp; \ddots &amp; \vdots \\ a_{n,1} &amp; a_{n,2} &amp; \cdots &amp; a_{n,n} \end{array}\end{bmatrix} </pre></div>

<p>The minor <span class="katex-eq" data-katex-display="false">M_{i,j}</span> of <span class="katex-eq" data-katex-display="false">A</span> is the determinant of <span class="katex-eq" data-katex-display="false">n-1 \times n-1</span> submatrix <span class="katex-eq" data-katex-display="false">A</span>, where the <span class="katex-eq" data-katex-display="false">i</span>th row and <span class="katex-eq" data-katex-display="false">j</span>th column are deleted. In mathematical notation, we will get</p>

 <div class="wp-block-katex-display-block katex-eq" data-katex-display="true"><pre> M_{i,j} = \begin{vmatrix} a_{1,1} &amp; a_{1,2} &amp; \cdots &amp; a_{1,j-1} &amp; a_{1,j+1} &amp; \cdots &amp; a_{1,n} \\ a_{2,1} &amp; a_{2,2} &amp; \cdots &amp; a_{2,j-1} &amp; a_{2,j+1} &amp; \cdots &amp; a_{2,n} \\ \vdots &amp; \vdots &amp; \ddots &amp; \vdots &amp; \vdots &amp; \cdots &amp; \vdots \\ a_{i-1,1} &amp; a_{i-1,2} &amp; \cdots &amp; a_{i-1,j-1} &amp; a_{i-1,j+1} &amp; \cdots &amp; a_{i-1,n} \\ a_{i+1,1} &amp; a_{i+1,2} &amp; \cdots &amp; a_{i+1,j-1} &amp; a_{i+1,j+1} &amp; \cdots &amp; a_{i+1,n} \\ \vdots &amp; \vdots &amp; \cdots &amp; \vdots &amp; \vdots &amp; \ddots &amp; \vdots \\ a_{n,1} &amp; a_{n,2} &amp; \cdots &amp; a_{n,j-1} &amp; a_{n,j+1} &amp; \cdots &amp; a_{n,n} \end{vmatrix} </pre></div>

<p>Finding all minors of a matrix <span class="katex-eq" data-katex-display="false">A</span>, and plugging them together in a new matrix is called the <strong>matrix of minors</strong>, which we will denote as <span class="katex-eq" data-katex-display="false">M</span>:</p>

 <div class="wp-block-katex-display-block katex-eq" data-katex-display="true"><pre> M = \begin{bmatrix}\begin{array}{cccc} M_{1,1} &amp; M_{1,2} &amp; \cdots &amp; M_{1,n} \\ M_{2,1} &amp; M_{2,2} &amp; \cdots &amp; M_{2,n} \\ \vdots &amp; \vdots &amp; \ddots &amp; \vdots \\ M_{n,1} &amp; M_{n,2} &amp; \cdots &amp; M_{n,n} \end{array}\end{bmatrix} </pre></div>

<p>In the end, it is almost the same as calculating the determinant. The only difference is that we need to delete one row and one column. We will do some examples in the next sections for more clearness.</p>

<h2>How to find the minors of a 2&#215;2 matrix?</h2>

<p>We will be starting by finding minors of a <span class="katex-eq" data-katex-display="false">2\times 2</span> matrix. So let <span class="katex-eq" data-katex-display="false">A</span> be <span class="katex-eq" data-katex-display="false">2\times 2</span> matrix. Specifically:</p>

 <div class="wp-block-katex-display-block katex-eq" data-katex-display="true"><pre> A = \begin{bmatrix}\begin{array}{cc} a_{1,1} &amp; a_{1,2} \\ a_{2,1} &amp; a_{2,2} \end{array}\end{bmatrix}  </pre></div>


<p>For each minor <span class="katex-eq" data-katex-display="false">M_{1,1}</span>, <span class="katex-eq" data-katex-display="false">M_{1,2}</span>, <span class="katex-eq" data-katex-display="false">M_{2,1}</span> and <span class="katex-eq" data-katex-display="false">M_{2,2}</span>, we need to find it&#8217;s determinant of the <span class="katex-eq" data-katex-display="false">1\times 1</span> submatrix of <span class="katex-eq" data-katex-display="false">A</span>. But <span class="katex-eq" data-katex-display="false">1\times 1</span> matrix is one element. Therefore, we can rewrite the minors as:</p>

<p> <div class="wp-block-katex-display-block katex-eq" data-katex-display="true"><pre> \begin{equation*} M_{1,1} = a_{2,2}, \quad M_{1,2} = a_{2,1}, \quad M_{2,1} = a_{1,2}, \quad \text{and} \quad M_{2,2} = a_{1,1} \end{equation*}  </pre></div>
 and this results in the next matrix of minors <span class="katex-eq" data-katex-display="false">M</span></p>

 <div class="wp-block-katex-display-block katex-eq" data-katex-display="true"><pre> M = \begin{bmatrix}\begin{array}{cc} M_{1,1} &amp; M_{1,2} \\ M_{2,1} &amp; M_{2,2} \end{array}\end{bmatrix} = \begin{bmatrix}\begin{array}{cc} a_{2,2} &amp; a_{2,1} \\ a_{1,2} &amp; a_{1,1} \end{array}\end{bmatrix} </pre></div>

<b>Example</b>. <div class="wp-block-katex-display-block katex-eq" data-katex-display="true"><pre> A = \begin{bmatrix}\begin{array}{cc} 5 &amp; -2 \\ 7 &amp; 3 \end{array}\end{bmatrix} \ \Rightarrow \ M = \begin{bmatrix}\begin{array}{cc} 3 &amp; 7 \\ -2 &amp; 5 \end{array}\end{bmatrix} </pre></div>

<h2>How to find the minors of a 3&#215;3 matrix?</h2>

<p>Now we need to perform more calculations since we have 9 determinants. Concretely, let <span class="katex-eq" data-katex-display="false">A</span> be the matrix </p>

 <div class="wp-block-katex-display-block katex-eq" data-katex-display="true"><pre> A = \begin{bmatrix}\begin{array}{ccc} a_{1,1} &amp; a_{1,2} &amp; a_{1,3} \\ a_{2,1} &amp; a_{2,2} &amp; a_{2,3} \\ a_{3,1} &amp; a_{3,2} &amp; a_{3,3} \end{array}\end{bmatrix}</pre></div>

<p>Then the matrix of minors of <span class="katex-eq" data-katex-display="false">A</span> is</p>

<p> <div class="wp-block-katex-display-block katex-eq" data-katex-display="true"><pre> M = \begin{bmatrix}\begin{array}{ccc} M_{1,1} &amp; M_{1,2} &amp; M_{1,3} \\ M_{2,1} &amp; M_{2,2} &amp; M_{2,3} \\ M_{3,1} &amp; M_{3,2} &amp; M_{3,3} \end{array} \end{bmatrix} </pre></div>  <div class="wp-block-katex-display-block katex-eq" data-katex-display="true"><pre> \quad = \begin{bmatrix}\begin{array}{ccc} \begin{vmatrix} a_{2,2} &amp; a_{2,3}\\ a_{3,2} &amp; a_{3,3}\\ \end{vmatrix} &amp; \begin{vmatrix} a_{2,1} &amp; a_{2,3}\\ a_{3,1} &amp; a_{3,3}\\ \end{vmatrix} &amp; \begin{vmatrix} a_{2,1} &amp; a_{2,2}\\ a_{3,1} &amp; a_{3,2}\\ \end{vmatrix} \\\\ \begin{vmatrix} a_{1,2} &amp; a_{1,3}\\ a_{3,2}&amp; a_{3,3}\\ \end{vmatrix} &amp; \begin{vmatrix} a_{1,1} &amp; a_{1,3}\\ a_{3,1}&amp; a_{3,3}\\ \end{vmatrix} &amp; \begin{vmatrix} a_{1,1} &amp; a_{1,2}\\ a_{3,1}&amp; a_{3,2}\\ \end{vmatrix} \\\\ \begin{vmatrix} a_{1,2} &amp; a_{1,3}\\ a_{2,2}&amp; a_{2,3}\\ \end{vmatrix} &amp; \begin{vmatrix} a_{1,1} &amp; a_{1,3}\\ a_{2,1}&amp; a_{2,3}\\ \end{vmatrix} &amp; \begin{vmatrix} a_{1,1} &amp; a_{1,2}\\ a_{2,1} &amp; a_{2,2}\\ \end{vmatrix} \end{array} \end{bmatrix} </pre></div> </p>

<b>Example.</b>  <div class="wp-block-katex-display-block katex-eq" data-katex-display="true"><pre> A = \begin{bmatrix}\begin{array}{ccc} 3 &amp; -1 &amp; 6 \\ 2 &amp; 5 &amp; 7 \\ 1 &amp; -3 &amp; 1 \end{array} \end{bmatrix} \ \Rightarrow \ M = \begin{bmatrix}\begin{array}{ccc} 26 &amp; -5 &amp; -11 \\ 17 &amp; -3 &amp; -8 \\ -37 &amp; 9 &amp; 17 \end{array}\end{bmatrix} </pre></div>

<h2>How to find the minors of a 4&#215;4 matrix?</h2>

<p>We saw in the previous sections that finding a minor is quite an easy and straightforward calculation. To tackle the <span class="katex-eq" data-katex-display="false">4 \times 4</span> matrix, we need to calculate 16 determinants of <span class="katex-eq" data-katex-display="false">3\times 3</span> submatrices. That is a lot of calculations! Normally, that would be done by computers, but here, we will give a few calculations how to find minors of a <span class="katex-eq" data-katex-display="false">4 \times 4</span> matrix.</p>

<p> <div class="wp-block-katex-display-block katex-eq" data-katex-display="true"><pre> A = \begin{bmatrix}\begin{array}{cccc} 3 &amp; -1 &amp; 6 &amp; 2 \\ 2 &amp; 5 &amp; 7 &amp; 4 \\ 1 &amp; -3 &amp; 1 &amp; 9 \\ 4 &amp; 1 &amp; 3 &amp; 7 \end{array}\end{bmatrix} </pre></div> We will give an example for calculating the minors <span class="katex-eq" data-katex-display="false">M_{1,1}</span> and <span class="katex-eq" data-katex-display="false">M_{4,2}</span>.  <div class="wp-block-katex-display-block katex-eq" data-katex-display="true"><pre> M_{1,1} = \begin{vmatrix} 5 &amp; 7 &amp; 4\\ -3 &amp; 1 &amp; 9\\ 1 &amp; 3 &amp; 7 \end{vmatrix} = 5 \cdot \begin{vmatrix} 1 &amp; 9\\ 3 &amp; 7 \end{vmatrix} + 3 \cdot \begin{vmatrix} 7 &amp; 4\\ 3 &amp; 7 \end{vmatrix} + 1 \cdot \begin{vmatrix} 7 &amp; 4\\ 1 &amp; 9 \end{vmatrix} </pre></div>  <div class="wp-block-katex-display-block katex-eq" data-katex-display="true"><pre> = 5 \cdot (-20) + 3 \cdot 37 + 1 \cdot 59 = 70 </pre></div>  <div class="wp-block-katex-display-block katex-eq" data-katex-display="true"><pre> M_{4,2} = \begin{vmatrix} 3 &amp; 6 &amp; 2 \\ 2 &amp; 7 &amp; 4 \\ 1 &amp; 1 &amp; 9 \\ \end{vmatrix} = 3 \cdot \begin{vmatrix} 7 &amp; 4 \\ 1 &amp; 9 \\ \end{vmatrix} - 2 \cdot \begin{vmatrix} 6 &amp; 2 \\ 1 &amp; 9 \\ \end{vmatrix} + 1 \cdot \begin{vmatrix} 6 &amp; 2 \\ 7 &amp; 4 \\ \end{vmatrix} </pre></div>   <div class="wp-block-katex-display-block katex-eq" data-katex-display="true"><pre> = 3\cdot 59 - 2 \cdot 52 + 1 \cdot 14 = 83 </pre></div></p>
<h2>Conclusion</h2>

<p>Finding minors of a matrix can be done easily and quickly for matrices of <span class="katex-eq" data-katex-display="false">2 \times 2</span> and <span class="katex-eq" data-katex-display="false">3 \times 3</span>, but bigger than that will increase the complexity of calculations. In the end, minors can be quite handy to find the <a href="https://www.epsilonify.com/mathematics/find-the-inverse-of-nxn-matrix-by-using-minors-cofactors-and-adjugate/"> inverse matrix</a>.</p><p>The post <a href="https://www.epsilonify.com/mathematics/linear-algebra/how-to-find-the-minors-of-a-nxn-matrix/">How to find the minors of a nxn matrix?</a> appeared first on <a href="https://www.epsilonify.com">Epsilonify</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
