<?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/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>triangular matrix &#8211; Problems in Mathematics</title>
	<atom:link href="https://yutsumura.com/tag/triangular-matrix/feed/" rel="self" type="application/rss+xml" />
	<link>https://yutsumura.com</link>
	<description></description>
	<lastBuildDate>Sat, 18 Nov 2017 15:54:07 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.3.4</generator>

<image>
	<url>https://i2.wp.com/yutsumura.com/wp-content/uploads/2016/12/cropped-question-logo.jpg?fit=32%2C32&#038;ssl=1</url>
	<title>triangular matrix &#8211; Problems in Mathematics</title>
	<link>https://yutsumura.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">114989322</site>	<item>
		<title>The Inverse Matrix of an Upper Triangular Matrix with Variables</title>
		<link>https://yutsumura.com/the-inverse-matrix-of-an-upper-triangular-matrix-with-variables/</link>
				<comments>https://yutsumura.com/the-inverse-matrix-of-an-upper-triangular-matrix-with-variables/#comments</comments>
				<pubDate>Fri, 27 Jan 2017 05:45:01 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[augmented matrix]]></category>
		<category><![CDATA[elementary row operations]]></category>
		<category><![CDATA[inverse matrix]]></category>
		<category><![CDATA[invertible matrix]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[matrix]]></category>
		<category><![CDATA[triangular matrix]]></category>
		<category><![CDATA[upper triangular matrix]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=2061</guid>
				<description><![CDATA[<p>Let $A$ be the following $3\times 3$ upper triangular matrix. \[A=\begin{bmatrix} 1 &#038; x &#038; y \\ 0 &#038;1 &#038;z \\ 0 &#038; 0 &#038; 1 \end{bmatrix},\] where $x, y, z$ are some real&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/the-inverse-matrix-of-an-upper-triangular-matrix-with-variables/" target="_blank">The Inverse Matrix of an Upper Triangular Matrix with Variables</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 275</h2>
<p> Let $A$ be the following $3\times 3$ upper triangular matrix.<br />
		\[A=\begin{bmatrix}<br />
	  1 &#038; x &#038; y \\<br />
	   0 &#038;1 &#038;z \\<br />
	   0 &#038; 0 &#038; 1<br />
	\end{bmatrix},\]
	where $x, y, z$ are some real numbers.</p>
<p>	Determine whether the matrix $A$ is invertible or not. If it is invertible, then find the inverse matrix $A^{-1}$.</p>
<p>&nbsp;<br />
<span id="more-2061"></span></p>
<h2>Solution.</h2>
<p>		We form the augmented matrix<br />
		\[[A\mid I]= \left[\begin{array}{rrr|rrr}<br />
	 1 &#038; x &#038; y &#038; 1 &#038;0 &#038; 0 \\<br />
	   0 &#038; 1 &#038; z &#038; 0 &#038; 1 &#038; 0 \\<br />
	   0 &#038; 0 &#038; 1 &#038; 0 &#038; 0 &#038; 1 \\<br />
	  \end{array} \right]\]
	  and apply elementary row operations as follows.<br />
	  \begin{align*}<br />
	 \left[\begin{array}{rrr|rrr}<br />
	 1 &#038; x &#038; y &#038; 1 &#038;0 &#038; 0 \\<br />
	   0 &#038; 1 &#038; z &#038; 0 &#038; 1 &#038; 0 \\<br />
	   0 &#038; 0 &#038; 1 &#038; 0 &#038; 0 &#038; 1 \\<br />
	  \end{array} \right]
	  \xrightarrow{R_1-xR_2}<br />
	   \left[\begin{array}{rrr|rrr}<br />
	 1 &#038; 0 &#038; y-xz &#038; 1 &#038; -x &#038; 0 \\<br />
	   0 &#038; 1 &#038; z &#038; 0 &#038; 1 &#038; 0 \\<br />
	   0 &#038; 0 &#038; 1 &#038; 0 &#038; 0 &#038; 1 \\<br />
	  \end{array} \right]\\[10pt]
	  \xrightarrow{\substack{R_1-(y-xz)R_3\\ R_2-zR_3}}<br />
	   \left[\begin{array}{rrr|rrr}<br />
	 1 &#038; 0 &#038; 0 &#038; 1 &#038; -x &#038; xz-y \\<br />
	   0 &#038; 1 &#038; 0 &#038; 0 &#038; 1 &#038; -z \\<br />
	   0 &#038; 0 &#038; 1 &#038; 0 &#038; 0 &#038; 1 \\<br />
	  \end{array} \right].<br />
	\end{align*}<br />
	We could reduce the matrix $A$ into the identity matrix $I$.<br />
	Thus, the matrix $A$ is invertible and the right $3\times 3$ matrix is the inverse matrix of $A^{-1}$.<br />
	Hence,<br />
	\[A^{-1}=\begin{bmatrix}<br />
		 1 &#038; -x &#038; xz-y \\<br />
	     0 &#038; 1 &#038; -z \\<br />
	   0 &#038; 0 &#038; 1<br />
	\end{bmatrix}.\]
<button class="simplefavorite-button has-count" data-postid="2061" data-siteid="1" data-groupid="1" data-favoritecount="38" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">38</span></button><p>The post <a href="https://yutsumura.com/the-inverse-matrix-of-an-upper-triangular-matrix-with-variables/" target="_blank">The Inverse Matrix of an Upper Triangular Matrix with Variables</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/the-inverse-matrix-of-an-upper-triangular-matrix-with-variables/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">2061</post-id>	</item>
		<item>
		<title>Eigenvalues of Squared Matrix and Upper Triangular Matrix</title>
		<link>https://yutsumura.com/eigenvalues-of-squared-matrix-and-upper-triangular-matrix/</link>
				<comments>https://yutsumura.com/eigenvalues-of-squared-matrix-and-upper-triangular-matrix/#respond</comments>
				<pubDate>Thu, 17 Nov 2016 05:02:21 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[characteristic polynomial]]></category>
		<category><![CDATA[eigenvalue]]></category>
		<category><![CDATA[eigenvector]]></category>
		<category><![CDATA[invertible matrix]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[matrix]]></category>
		<category><![CDATA[triangular matrix]]></category>
		<category><![CDATA[upper triangular matrix]]></category>
		<category><![CDATA[vector]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=1396</guid>
				<description><![CDATA[<p>Suppose that $A$ and $P$ are $3 \times 3$ matrices and $P$ is invertible matrix. If \[P^{-1}AP=\begin{bmatrix} 1 &#038; 2 &#038; 3 \\ 0 &#038;4 &#038;5 \\ 0 &#038; 0 &#038; 6 \end{bmatrix},\] then&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/eigenvalues-of-squared-matrix-and-upper-triangular-matrix/" target="_blank">Eigenvalues of Squared Matrix and Upper Triangular Matrix</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 184</h2>
<p> Suppose that $A$ and $P$ are $3 \times 3$ matrices and $P$ is invertible matrix.<br />
If<br />
\[P^{-1}AP=\begin{bmatrix}<br />
  1 &#038; 2 &#038; 3 \\<br />
   0 &#038;4 &#038;5 \\<br />
   0 &#038; 0 &#038; 6<br />
\end{bmatrix},\]
then find all the eigenvalues of the matrix $A^2$.<br />
&nbsp;<br />
<span id="more-1396"></span><br />

We give two proofs. The first version is a short proof and uses some facts without proving.<br />
The second proof explains more details and give proofs of the facts which are not proved in the first proof.</p>
<h2>Proof (short version).</h2>
<p>Let $B=P^{-1}AP$. Since $B$ is an upper triangular matrix, its eigenvalues are diagonal entries $1, 4, 6$.</p>
<p>Since $A$ and $B=P^{-1}AP$ have the same eigenvalues, the eigenvalues of $A$ are $1, 4, 6$. Note that these are all the eigenvalues of $A$ since $A$ is a $3\times 3$ matrix.</p>
<p>It follows that all the eigenvalues of $A^2$ are $1, 4^2, 6^2$, that is, $1, 16, 36$.</p>
<h2>Proof (long version.)  </h2>
<p>Let us put $B:=P^{-1}AP$.<br />
The eigenvalues of $B$ are $1, 4, 6$ since $B$ is an upper triangular matrix and eigenvalues of an upper triangular matrix are diagonal entries.<br />
We claim that the eigenvalues of $A$ and $B$ are the same.</p>
<hr />
<p>To prove this claim, we show that their characteristic polynomials are equal.<br />
Let $p_A(t), p_B(t)$ be the characteristic polynomials of $A, B$, respectively.<br />
Then we have<br />
\begin{align*}<br />
p_B(t)&#038;=\det(B-tI)=\det(P^{-1}AP-tI)\\<br />
&#038;= \det(P^{-1}(A-tI)P)\\<br />
&#038;=\det(P^{-1})\det(A-tI)\det(P)\\<br />
&#038;=\det(P)^{-1}p_A(t)\det(P)\\<br />
&#038;=p_A(t).<br />
\end{align*}</p>
<hr />
<p>Therefore, the characteristic polynomials of $A$ and $B$ are the same, and hence the matrices $A$ and $B$ have the same eigenvalues.<br />
Thus $1, 4, 6$ are eigenvalues of the matrix $A$ and these are all the eigenvalues of $A$ since a $3\times 3$ matrix has at most three eigenvalues. </p>
<hr />
<p>Now we claim that in general if $\lambda$ is an eigenvalue of $A$, then $\lambda^2$ is an eigenvalue of $A^2$. We prove this statement below. Assuming this claim for the moment, we finish the problem.<br />
By the claim, the matrix $A^2$ has eigenvalues $1^2, 4^2, 6^2$. Thus all the eigenvalues of $A^2$ are<br />
\[1, 16, 36.\]
<hr />
<p>To complete the solution, let us prove the last claim.<br />
Since $\lambda$ is an eigenvalue of $A$, we have an eigenvector $\mathbf{x}$ such that<br />
\[A\mathbf{x}=\lambda \mathbf{x}.\]
<p>Multiplying by $A$ we obtain<br />
\begin{align*}<br />
A^2T\mathbf{x}&#038;=\lambda (A\mathbf{x})\\<br />
&#038;=\lambda (\lambda \mathbf{x})\\<br />
&#038;=\lambda^2 \mathbf{x}<br />
\end{align*}<br />
and thus $\lambda^2$ is an eigenvalue of $A^2$.</p>
<button class="simplefavorite-button has-count" data-postid="1396" data-siteid="1" data-groupid="1" data-favoritecount="20" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">20</span></button><p>The post <a href="https://yutsumura.com/eigenvalues-of-squared-matrix-and-upper-triangular-matrix/" target="_blank">Eigenvalues of Squared Matrix and Upper Triangular Matrix</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/eigenvalues-of-squared-matrix-and-upper-triangular-matrix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">1396</post-id>	</item>
		<item>
		<title>Square Root of an Upper Triangular Matrix. How Many Square Roots Exist?</title>
		<link>https://yutsumura.com/square-root-of-a-diagonal-matrix-how-many-square-roots-exist/</link>
				<comments>https://yutsumura.com/square-root-of-a-diagonal-matrix-how-many-square-roots-exist/#respond</comments>
				<pubDate>Wed, 05 Oct 2016 02:59:51 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[Berkeley]]></category>
		<category><![CDATA[Berkeley.LA]]></category>
		<category><![CDATA[diagonal matrix]]></category>
		<category><![CDATA[diagonalization]]></category>
		<category><![CDATA[eigenvalue]]></category>
		<category><![CDATA[eigenvector]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[matrix]]></category>
		<category><![CDATA[square root]]></category>
		<category><![CDATA[square root matrix]]></category>
		<category><![CDATA[triangular matrix]]></category>
		<category><![CDATA[upper triangular matrix]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=1107</guid>
				<description><![CDATA[<p>Find a square root of the matrix \[A=\begin{bmatrix} 1 &#038; 3 &#038; -3 \\ 0 &#038;4 &#038;5 \\ 0 &#038; 0 &#038; 9 \end{bmatrix}.\] How many square roots does this matrix have? (University of&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/square-root-of-a-diagonal-matrix-how-many-square-roots-exist/" target="_blank">Square Root of an Upper Triangular Matrix. How Many Square Roots Exist?</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 133</h2>
<p>Find <strong>a square root</strong> of the matrix<br />
\[A=\begin{bmatrix}<br />
  1 &#038; 3 &#038; -3 \\<br />
   0 &#038;4 &#038;5 \\<br />
   0 &#038; 0 &#038; 9<br />
\end{bmatrix}.\]
<p>How many square roots does this matrix have?</p>
<p>(<em>University of California, Berkeley Qualifying Exam</em>)<br />
&nbsp;<br />
<span id="more-1107"></span></p>
<h2> Proof. </h2>
<p>	We will find all matrices $B$ such that $B^2=A$. Such matrices $B$ are square roots of the matrix $A$.</p>
<p>	Note that since $A$ is a diagonal matrix, the eigenvalues of $A$ are diagonal entries $1, 4, 9$. Since $A$ has three distinct eigenvalues, it is diagonalizable.<br />
	Solving $(A-\lambda I)\mathbf{x}=\mathbf{0}$ for $\lambda=1,4,9$, we find eigenvectors corresponding to eigenvalues $1, 4, 9$ are respectively</p>
<p>\[ \begin{bmatrix}<br />
  1 \\<br />
   0 \\<br />
    0<br />
  \end{bmatrix}, \quad<br />
   \begin{bmatrix}<br />
  1 \\<br />
   1 \\<br />
    0<br />
  \end{bmatrix} , \quad<br />
  \begin{bmatrix}<br />
  0 \\<br />
   1 \\<br />
    1<br />
  \end{bmatrix}.\]
<p>  Thus the invertible matrix<br />
  \[P=\begin{bmatrix}<br />
  1 &#038; 1 &#038; 0 \\<br />
   0 &#038;1 &#038;1 \\<br />
   0 &#038; 0 &#038; 1<br />
\end{bmatrix}\]
diagonalizes the matrix $A$, that is, we have<br />
\[P^{-1} AP=\begin{bmatrix}<br />
  1 &#038; 0 &#038; 0 \\<br />
   0 &#038;4 &#038;0 \\<br />
   0 &#038; 0 &#038; 9<br />
\end{bmatrix}.\]
<hr />
<p>Then if $B^2=A$, then we have $(P^{-1}BP)(P^{-1}B)=P^{-1}AP$.<br />
Let $A&#8217;=P^{-1}AP$ and $B&#8217;=P^{-1}BP$. </p>
<p>Since we have $B&#8217;^2=A&#8217;$, we have $B&#8217;A&#8217;=B&#8217;^3=A&#8217;B&#8217;$.<br />
 Since $A&#8217;$ is diagonal with distinct diagonal entries, this implies that $B&#8217;$ is also a diagonal matrix.</p>
<p>A diagonal matrix $B&#8217;$ satisfying $B&#8217;^2=A&#8217;=\begin{bmatrix}<br />
  1 &#038; 0 &#038; 0 \\<br />
   0 &#038;4 &#038;0 \\<br />
   0 &#038; 0 &#038; 9<br />
\end{bmatrix}$ is one of<br />
\[\begin{bmatrix}<br />
  \pm 1 &#038; 0 &#038; 0 \\<br />
   0 &#038;\pm 2 &#038;0 \\<br />
   0 &#038; 0 &#038; \pm 3<br />
\end{bmatrix}.\]
Hence $B$ must be one of<br />
\[P\begin{bmatrix}<br />
  \pm 1 &#038; 0 &#038; 0 \\<br />
   0 &#038;\pm 2 &#038;0 \\<br />
   0 &#038; 0 &#038; \pm 3<br />
\end{bmatrix}P^{-1}.\]
The inverse matrix of $P$ can be calculated as<br />
\[P^{-1}=\begin{bmatrix}<br />
  1 &#038; -1 &#038; 1 \\<br />
   0 &#038;1 &#038;-1 \\<br />
   0 &#038; 0 &#038; 1<br />
\end{bmatrix}.\]
Therefore, all the square roots of the matrix $A$ are<br />
\[\begin{bmatrix}<br />
  1 &#038; 1 &#038; 0 \\<br />
   0 &#038;1 &#038;1 \\<br />
   0 &#038; 0 &#038; 1<br />
\end{bmatrix}\begin{bmatrix}<br />
  \pm 1 &#038; 0 &#038; 0 \\<br />
   0 &#038;\pm 2 &#038;0 \\<br />
   0 &#038; 0 &#038; \pm 3<br />
\end{bmatrix}\begin{bmatrix}<br />
  1 &#038; -1 &#038; 1 \\<br />
   0 &#038;1 &#038;-1 \\<br />
   0 &#038; 0 &#038; 1<br />
\end{bmatrix}\]
and we have $8$ square root matrices.</p>
<hr />
<p>For example, when the diagonal matrix has all positive entries, then one of the square roots is<br />
\[\begin{bmatrix}<br />
  1 &#038; 1 &#038; 0 \\<br />
   0 &#038;1 &#038;1 \\<br />
   0 &#038; 0 &#038; 1<br />
\end{bmatrix}\begin{bmatrix}<br />
   1 &#038; 0 &#038; 0 \\<br />
   0 &#038; 2 &#038;0 \\<br />
   0 &#038; 0 &#038; 3<br />
\end{bmatrix}\begin{bmatrix}<br />
  1 &#038; -1 &#038; 1 \\<br />
   0 &#038;1 &#038;-1 \\<br />
   0 &#038; 0 &#038; 1<br />
\end{bmatrix}=\begin{bmatrix}<br />
  1 &#038; 1 &#038; -1 \\<br />
   0 &#038;2 &#038;1 \\<br />
   0 &#038; 0 &#038; 3<br />
\end{bmatrix}.\]
<h2> Related Question. </h2>
<div style="padding: 16px; border: none 3px #4169e1; border-radius: 10px; background-color: #f0f8ff; margin-top: 30px; margin-bottom: 30px;">
<strong>Problem</strong>.<br />
Prove that a positive definite matrix has a unique positive definite square root.
</div>
<p>For a solution of this problem, see the post<br />
<a href="//yutsumura.com/a-positive-definite-matrix-has-a-unique-positive-definite-square-root/" target="_blank">A Positive Definite Matrix Has a Unique Positive Definite Square Root</a></p>
<button class="simplefavorite-button has-count" data-postid="1107" data-siteid="1" data-groupid="1" data-favoritecount="17" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">17</span></button><p>The post <a href="https://yutsumura.com/square-root-of-a-diagonal-matrix-how-many-square-roots-exist/" target="_blank">Square Root of an Upper Triangular Matrix. How Many Square Roots Exist?</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/square-root-of-a-diagonal-matrix-how-many-square-roots-exist/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">1107</post-id>	</item>
		<item>
		<title>Calculate Determinants of Matrices</title>
		<link>https://yutsumura.com/calculate-determinants-of-matrices/</link>
				<comments>https://yutsumura.com/calculate-determinants-of-matrices/#comments</comments>
				<pubDate>Wed, 03 Aug 2016 21:34:10 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[cofactor expansion]]></category>
		<category><![CDATA[determinant]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[matrix]]></category>
		<category><![CDATA[minor matrix]]></category>
		<category><![CDATA[triangular matrix]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=290</guid>
				<description><![CDATA[<p>Calculate the determinants of the following $n\times n$ matrices. \[A=\begin{bmatrix} 1 &#38; 0 &#38; 0 &#38; \dots &#38; 0 &#38; 0 &#38;1 \\ 1 &#38; 1 &#38; 0 &#38; \dots &#38; 0 &#38; 0&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/calculate-determinants-of-matrices/" target="_blank">Calculate Determinants of Matrices</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 45</h2>
<p>Calculate the determinants of the following $n\times n$ matrices.<br />
\[A=\begin{bmatrix}<br />
1 &amp; 0 &amp; 0 &amp; \dots &amp; 0 &amp; 0 &amp;1 \\<br />
1 &amp; 1 &amp; 0 &amp; \dots &amp; 0 &amp; 0 &amp; 0 \\<br />
0 &amp; 1 &amp; 1 &amp; \dots &amp; 0 &amp; 0 &amp; 0 \\<br />
\vdots &amp; \vdots &amp; \vdots &amp; \dots &amp; \dots &amp; \ddots &amp; \vdots \\<br />
0 &amp; 0 &amp; 0 &amp;\dots &amp; 1 &amp; 1 &amp; 0\\<br />
0 &amp; 0 &amp; 0 &amp;\dots &amp; 0 &amp; 1 &amp; 1<br />
\end{bmatrix}\]
<p>The entries of $A$ is $1$ at the diagonal entries, entries below the diagonal, and $(1, n)$-entry.<br />
The other entries are zero.<br />
\[B=\begin{bmatrix}<br />
1 &amp; 0 &amp; 0 &amp; \dots &amp; 0 &amp; 0 &amp; -1 \\<br />
-1 &amp; 1 &amp; 0 &amp; \dots &amp; 0 &amp; 0 &amp; 0 \\<br />
0 &amp; -1 &amp; 1 &amp; \dots &amp; 0 &amp; 0 &amp; 0 \\<br />
\vdots &amp; \vdots &amp; \vdots &amp; \dots &amp; \dots &amp; \ddots &amp; \vdots \\<br />
0 &amp; 0 &amp; 0 &amp;\dots &amp; -1 &amp; 1 &amp; 0\\<br />
0 &amp; 0 &amp; 0 &amp;\dots &amp; 0 &amp; -1 &amp; 1<br />
\end{bmatrix}.\]
<p>The entries of $B$ is $1$ at the diagonal entries.<br />
The entries below the diagonal and $(1,n)$-entry are $-1$.<br />
The other entries are zero.</p>
<p><span id="more-290"></span></p>
<h2>Hint.</h2>
<ol>
<li>Calculate the first row cofactor expansion.</li>
<li>The determinant of a triangular matrix is the product of its diagonal entries.</li>
</ol>
<h2>Solution.</h2>
<p>Apply the cofactor expansion corresponding to the first row. We obtain<br />
\begin{align*}<br />
\det(A)&amp;=<br />
\begin{vmatrix}<br />
1 &amp; 0 &amp; \dots &amp; 0 &amp; 0 &amp; 0 \\<br />
1 &amp; 1 &amp; \dots &amp; 0 &amp; 0 &amp; 0 \\<br />
\vdots &amp; \vdots &amp; \dots &amp; \ddots &amp; \vdots &amp; \vdots \\<br />
0 &amp; 0 &amp;\dots &amp; 1 &amp; 1 &amp; 0\\<br />
0 &amp; 0 &amp;\dots &amp; 0 &amp; 1 &amp; 1<br />
\end{vmatrix}<br />
+(-1)^{n+1}<br />
\begin{vmatrix}<br />
1 &amp; 1 &amp; 0 &amp; \dots &amp; 0 &amp; 0 \\<br />
0 &amp; 1 &amp; 1 &amp; \dots &amp; 0 &amp; 0 \\<br />
\vdots &amp; \vdots &amp; \vdots &amp; \ddots &amp; \vdots &amp; \vdots \\<br />
0 &amp; 0 &amp; 0 &amp;\dots &amp; 1 &amp; 1 \\<br />
0 &amp; 0 &amp; 0 &amp;\dots &amp; 0 &amp; 1<br />
\end{vmatrix}<br />
\end{align*}<br />
The two smaller (minor) $n-1 \times n-1$ matrices are both triangular.<br />
The determinant of a triangular matrix is the product of its diagonal entries.<br />
Thus we see that<br />
\begin{align*}<br />
\det(A)&amp;=1+(-1)^{n+1} \\<br />
&amp;= \begin{cases}<br />
2 &amp; \text{ if } n \text{ is odd}\\<br />
0 &amp; \text{ if } n \text{ is even}.<br />
\end{cases}<br />
\end{align*}<br />
Next we calculate $\det(B)$. By the first row cofactor expansion , we obtain<br />
\begin{align*}<br />
\det(B)&amp;=\\<br />
&amp;\begin{vmatrix}<br />
1 &amp; 0 &amp; \dots &amp; 0 &amp; 0 &amp; 0 \\<br />
-1 &amp; 1 &amp; \dots &amp; 0 &amp; 0 &amp; 0 \\<br />
\vdots &amp; \vdots &amp; \dots &amp; \ddots &amp; \vdots &amp; \vdots \\<br />
0 &amp; 0 &amp;\dots &amp; -1 &amp; 1 &amp; 0\\<br />
0 &amp; 0 &amp;\dots &amp; 0 &amp; -1 &amp; 1<br />
\end{vmatrix}<br />
+(-1)^{n+1}(-1)<br />
\begin{vmatrix}<br />
-1 &amp; 1 &amp; 0 &amp; \dots &amp; 0 &amp; 0 \\<br />
0 &amp; -1 &amp; 1 &amp; \dots &amp; 0 &amp; 0 \\<br />
\vdots &amp; \vdots &amp; \vdots &amp; \ddots &amp; \vdots &amp; \vdots \\<br />
0 &amp; 0 &amp; 0 &amp;\dots &amp; -1 &amp; 1 \\<br />
0 &amp; 0 &amp; 0 &amp;\dots &amp; 0 &amp; -1<br />
\end{vmatrix}.<br />
\end{align*}<br />
The two minor matrices are both triangular.<br />
All the diagonal entries of the first minor matrix are $1$ and those of the second minor matrix are $-1$.<br />
Thus we have<br />
\begin{align*}<br />
\det(B)&amp;=1+(-1)^{n}(-1)^{n-1}=0.<br />
\end{align*}</p>
<button class="simplefavorite-button has-count" data-postid="290" data-siteid="1" data-groupid="1" data-favoritecount="7" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">7</span></button><p>The post <a href="https://yutsumura.com/calculate-determinants-of-matrices/" target="_blank">Calculate Determinants of Matrices</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/calculate-determinants-of-matrices/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">290</post-id>	</item>
	</channel>
</rss>
