<?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>real matrix &#8211; Problems in Mathematics</title>
	<atom:link href="https://yutsumura.com/tag/real-matrix/feed/" rel="self" type="application/rss+xml" />
	<link>https://yutsumura.com</link>
	<description></description>
	<lastBuildDate>Wed, 01 Nov 2017 03:22:49 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.3.6</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>real 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>An Example of a Real Matrix that Does Not Have Real Eigenvalues</title>
		<link>https://yutsumura.com/an-example-of-a-real-matrix-that-does-not-have-real-eigenvalues/</link>
				<comments>https://yutsumura.com/an-example-of-a-real-matrix-that-does-not-have-real-eigenvalues/#respond</comments>
				<pubDate>Wed, 01 Nov 2017 03:22:49 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[complex eigenvalue]]></category>
		<category><![CDATA[determinant]]></category>
		<category><![CDATA[eigenvalue]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[real matrix]]></category>
		<category><![CDATA[singular matrix]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=5208</guid>
				<description><![CDATA[<p>Let \[A=\begin{bmatrix} a &#038; b\\ -b&#038; a \end{bmatrix}\] be a $2\times 2$ matrix, where $a, b$ are real numbers. Suppose that $b\neq 0$. Prove that the matrix $A$ does not have real eigenvalues. &#160;&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/an-example-of-a-real-matrix-that-does-not-have-real-eigenvalues/" target="_blank">An Example of a Real Matrix that Does Not Have Real Eigenvalues</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 596</h2>
<p>	Let<br />
	\[A=\begin{bmatrix}<br />
  a &#038; b\\<br />
  -b&#038; a<br />
	\end{bmatrix}\]
	be a $2\times 2$ matrix, where $a, b$ are real numbers.<br />
	Suppose that $b\neq 0$.</p>
<p>	Prove that the matrix $A$ does not have real eigenvalues.</p>
<p>&nbsp;<br />
<span id="more-5208"></span></p>
<h2> Proof. </h2>
<p>		Let $\lambda$ be an arbitrary eigenvalue of $A$.<br />
		Then the matrix $A-\lambda I$ is singular, where $I$ is the $2\times 2$ identity matrix.<br />
		This is equivalent to having $\det(A-\lambda I)=0$.</p>
<p>		We compute the determinant as follows.<br />
		We have<br />
		\begin{align*}<br />
	\det(A-\lambda I)&#038;=\begin{vmatrix}<br />
	  a-\lambda &#038; b\\<br />
	  -b&#038; a-\lambda<br />
	\end{vmatrix}\\[6pt]
	&#038;=(a-\lambda)^2-b(-b)\\<br />
	&#038;=a^2-2a\lambda+\lambda^2+b^2\\<br />
	&#038;=\lambda^2-2a\lambda+a^2+b^2.<br />
	\end{align*}</p>
<p>	We solve the equation $\lambda^2-2a\lambda+a^2+b^2=0$ by the quadratic formula and obtain<br />
	\begin{align*}<br />
	\lambda &#038;=\frac{2a\pm\sqrt{4a^2-4(a^2+b^2)}}{2}=\frac{2a\pm\sqrt{-4b^2}}{2}\\[6pt]
	&#038;=a\pm |b|i.<br />
	\end{align*}</p>
<p>	Since $b\neq 0$ by assumption, the eigenvalue $\lambda=a\pm|b|i$ is not a real number.<br />
	As $\lambda$ is an arbitrary eigenvalue of $A$, we conclude that all eigenvalues of $A$ are not real numbers.</p>
<button class="simplefavorite-button has-count" data-postid="5208" data-siteid="1" data-groupid="1" data-favoritecount="87" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">87</span></button><p>The post <a href="https://yutsumura.com/an-example-of-a-real-matrix-that-does-not-have-real-eigenvalues/" target="_blank">An Example of a Real Matrix that Does Not Have Real Eigenvalues</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/an-example-of-a-real-matrix-that-does-not-have-real-eigenvalues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">5208</post-id>	</item>
		<item>
		<title>There is at Least One Real Eigenvalue of an Odd Real Matrix</title>
		<link>https://yutsumura.com/there-is-at-least-one-real-eigenvalue-of-an-odd-real-matrix/</link>
				<comments>https://yutsumura.com/there-is-at-least-one-real-eigenvalue-of-an-odd-real-matrix/#respond</comments>
				<pubDate>Fri, 12 May 2017 00:49:12 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[algebraic multiplicity]]></category>
		<category><![CDATA[characteristic polynomial]]></category>
		<category><![CDATA[eigenvalue]]></category>
		<category><![CDATA[eigenvector]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[real eigenvalue]]></category>
		<category><![CDATA[real matrix]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=2868</guid>
				<description><![CDATA[<p>Let $n$ be an odd integer and let $A$ be an $n\times n$ real matrix. Prove that the matrix $A$ has at least one real eigenvalue. &#160; We give two proofs. Proof 1. Let&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/there-is-at-least-one-real-eigenvalue-of-an-odd-real-matrix/" target="_blank">There is at Least One Real Eigenvalue of an Odd Real Matrix</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 407</h2>
<p> Let $n$ be an odd integer and let $A$ be an $n\times n$ real matrix.<br />
	Prove that the matrix $A$ has at least one real eigenvalue.</p>
<p>&nbsp;<br />
<span id="more-2868"></span><br />

We give two proofs.</p>
<h2> Proof 1. </h2>
<p>		Let $p(t)=\det(A-tI)$ be the characteristic polynomial of the matrix $A$.<br />
		It is a degree $n$ polynomial and the coefficients are real numbers since $A$ is a real matrix. Since $n$ is odd, the leading term of $p(t)$ is $-t^n$. That is, we have<br />
		\[p(t)=-t^n+\text{lower terms}.\]
		(Note: if you use the alternative definition of characteristic polynomial $p(t)=\det(tI-A)$, then the leading term is $t^n$. You can easily modify the proof for this case.)</p>
<p>		Therefore, as $t$ increases the polynomial $p(t)$ tends to $-\infty$:<br />
		\[\lim_{t\to \infty}=-\infty.\]
		Similarly, we have<br />
		\[\lim_{t \to -\infty}=\infty.\]
		By the intermediate value theorem, there is $-\infty < \lambda < \infty$ such that$p(\lambda)=0$.
		Since a root of $p(t)$ is an eigenvalue of $A$, we have obtained a real eigenvalue $\lambda$ of $A$.
	






<h2> Proof 2.</h2>
<p>		Let $p(t)=\det(A-tI)$ be the characteristic polynomial of the matrix $A$ and write it as<br />
		\[p(t)=\prod_{i=1}^k(\lambda_i-t)^{n_i},\]
		where $\lambda_i$ are distinct eigenvalues of $A$ and $n_i$ is the algebraic multiplicity of $\lambda_i$.</p>
<p>		Since $A$ is a real matrix, the coefficients of $p(t)$ are real numbers. So we have<br />
		\[\overline{p(t)}=p(\,\bar{t}\,).\]
		Thus, we have<br />
		\begin{align*}<br />
	p(\bar{t})&#038;=\overline{p(t)}=\prod_{i=1}^k(\,\bar{\lambda}_i-\bar{t}\,)^{n_i}.<br />
	\end{align*}<br />
	Replacing $\bar{t}$ by $t$, we obtain<br />
	\begin{align*}<br />
	p(t)=\prod_{i=1}^k(\bar{\lambda}_i-t)^{n_i}.<br />
	\end{align*}<br />
	This yields that the complex conjugate $\bar{\lambda}_i$ is an eigenvalue with algebraic multiplicity $n_i$.<br />
	Hence each non-real eigenvalue $\lambda$ appears as a pair $(\lambda, \bar{\lambda})$ counting multiplicity.<br />
	Thus, there are even number of non-real eigenvalues of $A$.</p>
<p>	The number of all eigenvalues of $A$ counting multiplicities is $n$.<br />
	Since $n$ is odd, there must be at least one real eigenvalue of $A$.</p>
<button class="simplefavorite-button has-count" data-postid="2868" 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/there-is-at-least-one-real-eigenvalue-of-an-odd-real-matrix/" target="_blank">There is at Least One Real Eigenvalue of an Odd Real Matrix</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/there-is-at-least-one-real-eigenvalue-of-an-odd-real-matrix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">2868</post-id>	</item>
		<item>
		<title>Express a Hermitian Matrix as a Sum of Real Symmetric Matrix and a Real Skew-Symmetric Matrix</title>
		<link>https://yutsumura.com/express-a-hermitian-matrix-as-a-sum-of-real-symmetric-matrix-and-a-real-skew-symmetric-matrix/</link>
				<comments>https://yutsumura.com/express-a-hermitian-matrix-as-a-sum-of-real-symmetric-matrix-and-a-real-skew-symmetric-matrix/#comments</comments>
				<pubDate>Thu, 11 May 2017 04:43:48 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[complex conjugate]]></category>
		<category><![CDATA[complex matrix]]></category>
		<category><![CDATA[hermitian matrix]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[real matrix]]></category>
		<category><![CDATA[skew-symmetric matrix]]></category>
		<category><![CDATA[symmetric matrix]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=2862</guid>
				<description><![CDATA[<p>Recall that a complex matrix is called Hermitian if $A^*=A$, where $A^*=\bar{A}^{\trans}$. Prove that every Hermitian matrix $A$ can be written as the sum \[A=B+iC,\] where $B$ is a real symmetric matrix and $C$&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/express-a-hermitian-matrix-as-a-sum-of-real-symmetric-matrix-and-a-real-skew-symmetric-matrix/" target="_blank">Express a Hermitian Matrix as a Sum of Real Symmetric Matrix and a Real Skew-Symmetric Matrix</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 405</h2>
<p> Recall that a complex matrix is called <strong>Hermitian</strong> if $A^*=A$, where $A^*=\bar{A}^{\trans}$.<br />
	Prove that every Hermitian matrix $A$ can be written as the sum<br />
	\[A=B+iC,\]
	where $B$ is a real symmetric matrix and $C$ is a real skew-symmetric matrix.</p>
<p>&nbsp;<br />
<span id="more-2862"></span></p>
<h2> Proof. </h2>
<p>	Since $A$ is Hermitian, we have<br />
	\[\bar{A}^{\trans}=A.\]
	Taking the conjugate of this identity, we also have<br />
	\[A^{\trans}=\bar{A}. \tag{*}\]
<p>			Let<br />
			\[B=\frac{1}{2}(A+\bar{A})\]
			and<br />
			\[C=\frac{1}{2i}(A-\bar{A}).\]
			We claim that $B$ is a real symmetric matrix and $C$ is a real skew-symmetric matrix.</p>
<p>			We have<br />
			\begin{align*}<br />
	\bar{B}=\frac{1}{2}\overline{(A+\bar{A})}=\frac{1}{2}(\bar{A}+\bar{\bar{A}})=\frac{1}{2}(\bar{A}+A)=B.<br />
	\end{align*}<br />
	Thus, the matrix $B$ is real. To prove $B$ is symmetric, we compute<br />
	\begin{align*}<br />
	&#038;B^{\trans}=\frac{1}{2}(A+\bar{A})^{\trans}\\<br />
	&#038;=\frac{1}{2}(A^{\trans}+\bar{A}^{\trans})\\<br />
	&#038;=\frac{1}{2}(\bar{A}+A) &#038;&#038; \text{by (*) and $A$ is Hermitian}\\<br />
	&#038;=B.<br />
	\end{align*}<br />
	This proves that $B$ is symmetric.</p>
<p>	The matrix $C$ is real because we have<br />
	\begin{align*}<br />
	\bar{C}=\frac{1}{-2i}(\bar{A}-\bar{\bar{A}})=\frac{1}{2i}(A-\bar{A})=C.<br />
	\end{align*}<br />
	We also have<br />
	\begin{align*}<br />
	&#038;C^{\trans}=\frac{1}{2i}(A^{\trans}-\bar{A}^{\trans})\\<br />
	&#038;=\frac{1}{2i}(\bar{A}-A)&#038;&#038; \text{by (*) and $A$ is Hermitian}\\<br />
	&#038;=-\frac{1}{2i}(A-\bar{A})=-C.<br />
	\end{align*}<br />
	Hence $C$ is a skew-symmetric matrix.</p>
<p>	Finally, we compute<br />
	\begin{align*}<br />
	B+iC&#038;=\frac{1}{2}(A+\bar{A})+i\cdot \frac{1}{2i}(A-\bar{A})\\<br />
	&#038;=\frac{1}{2}(A+\bar{A})+\frac{1}{2}(A-\bar{A})\\<br />
	&#038;=A.<br />
	\end{align*}<br />
	Therefore, we have obtained the sum as described in the problem.</p>
<h2> Related Question. </h2>
<div style="padding: 16px; border: none 3px #4169e1; border-radius: 10px; background-color: #f0f8ff; margin-top: 30px; margin-bottom: 30px;">Prove that each complex $n\times n$ matrix $A$ can be written as<br />
	\[A=B+iC,\]
	where $B$ and $C$ are Hermitian matrices.</div>
<p>For a proof of this problem, see the post &#8220;<a href="//yutsumura.com/every-complex-matrix-can-be-written-as-abic-where-b-c-are-hermitian-matrices/" target="_blank">Every complex matrix can be written as $A=B+iC$, where $B, C$ are Hermitian matrices</a>&#8220;.</p>
<button class="simplefavorite-button has-count" data-postid="2862" data-siteid="1" data-groupid="1" data-favoritecount="59" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">59</span></button><p>The post <a href="https://yutsumura.com/express-a-hermitian-matrix-as-a-sum-of-real-symmetric-matrix-and-a-real-skew-symmetric-matrix/" target="_blank">Express a Hermitian Matrix as a Sum of Real Symmetric Matrix and a Real Skew-Symmetric Matrix</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/express-a-hermitian-matrix-as-a-sum-of-real-symmetric-matrix-and-a-real-skew-symmetric-matrix/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">2862</post-id>	</item>
		<item>
		<title>Complex Conjugates of Eigenvalues of a Real Matrix are Eigenvalues</title>
		<link>https://yutsumura.com/complex-conjugates-of-eigenvalues-of-a-real-matrix-are-eigenvalues/</link>
				<comments>https://yutsumura.com/complex-conjugates-of-eigenvalues-of-a-real-matrix-are-eigenvalues/#respond</comments>
				<pubDate>Wed, 10 May 2017 03:39:06 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[characteristic polynomial]]></category>
		<category><![CDATA[complex conjugate]]></category>
		<category><![CDATA[eigenvalue]]></category>
		<category><![CDATA[eigenvector]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[real matrix]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=2856</guid>
				<description><![CDATA[<p>Let $A$ be an $n\times n$ real matrix. Prove that if $\lambda$ is an eigenvalue of $A$, then its complex conjugate $\bar{\lambda}$ is also an eigenvalue of $A$. &#160; We give two proofs. Proof&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/complex-conjugates-of-eigenvalues-of-a-real-matrix-are-eigenvalues/" target="_blank">Complex Conjugates of Eigenvalues of a Real Matrix are Eigenvalues</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 404</h2>
<p> Let $A$ be an $n\times n$ real matrix.</p>
<p> Prove that if $\lambda$ is an eigenvalue of $A$, then its complex conjugate $\bar{\lambda}$ is also an eigenvalue of $A$.</p>
<p>&nbsp;<br />
<span id="more-2856"></span><br />

We give two proofs.</p>
<h2> Proof 1. </h2>
<p>		Let $\mathbf{x}$ be an eigenvector corresponding to the eigenvalue $\lambda$. Then we have<br />
		\[A\mathbf{x}=\lambda \mathbf{x}.\]
		Taking the conjugate of both sides, we have<br />
		\[\overline{A\mathbf{x}}=\overline{\lambda \mathbf{x}}.\]
<p>		Since $A$ is a real matrix, it yields that<br />
		\[A\bar{\mathbf{x}}=\bar{\lambda}\bar{\mathbf{x}}. \tag{*}\]
Note that $\mathbf{x}$ is a nonzero vector as it is an eigenvector. Then the complex conjugate $\bar{\mathbf{x}}$ is a nonzero vector as well.<br />
	Thus the equality (*) implies that the complex conjugate $\bar{\lambda}$ is an eigenvalue of $A$ with corresponding eigenvector $\bar{\mathbf{x}}$.</p>
<h2> Proof 2. </h2>
<p>			Let $p(t)$ be the characteristic polynomial of $A$.<br />
			Recall that the roots of the characteristic polynomial $p(t)$ are the eigenvalues of $A$.<br />
			Thus, we have<br />
			\[p(\lambda)=0.\]
<p>			As $A$ is a real matrix, the characteristic polynomial $p(t)$ has real coefficients.<br />
			It follows that<br />
			\[\overline{p(t)}=p(\,\bar{t}\,).\]
			The previous two identities yield that<br />
			\begin{align*}<br />
	p(\bar{\lambda})=\overline{p(\lambda)}=\bar{0}=0,<br />
	\end{align*}<br />
	 and the complex conjugate $\bar{\lambda}$ is a root of $p(t)$, and hence $\bar{\lambda}$ is an eigenvalue of $A$.</p>
<button class="simplefavorite-button has-count" data-postid="2856" data-siteid="1" data-groupid="1" data-favoritecount="24" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">24</span></button><p>The post <a href="https://yutsumura.com/complex-conjugates-of-eigenvalues-of-a-real-matrix-are-eigenvalues/" target="_blank">Complex Conjugates of Eigenvalues of a Real Matrix are Eigenvalues</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/complex-conjugates-of-eigenvalues-of-a-real-matrix-are-eigenvalues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">2856</post-id>	</item>
	</channel>
</rss>
