<?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>triangularization &#8211; Problems in Mathematics</title>
	<atom:link href="https://yutsumura.com/tag/triangularization/feed/" rel="self" type="application/rss+xml" />
	<link>https://yutsumura.com</link>
	<description></description>
	<lastBuildDate>Sat, 12 Aug 2017 02:44:13 +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>triangularization &#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>Find All the Eigenvalues of $A^k$ from Eigenvalues of $A$</title>
		<link>https://yutsumura.com/find-all-the-eigenvalues-of-ak-from-eigenvalues-of-a/</link>
				<comments>https://yutsumura.com/find-all-the-eigenvalues-of-ak-from-eigenvalues-of-a/#comments</comments>
				<pubDate>Mon, 24 Apr 2017 23:56:35 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[characteristic polynomial]]></category>
		<category><![CDATA[eigenvalue]]></category>
		<category><![CDATA[Jordan canonical form]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[nonsingular matrix]]></category>
		<category><![CDATA[triangularization]]></category>
		<category><![CDATA[upper triangular matrix]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=2763</guid>
				<description><![CDATA[<p>Let $A$ be $n\times n$ matrix and let $\lambda_1, \lambda_2, \dots, \lambda_n$ be all the eigenvalues of $A$. (Some of them may be the same.) For each positive integer $k$, prove that $\lambda_1^k, \lambda_2^k,&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/find-all-the-eigenvalues-of-ak-from-eigenvalues-of-a/" target="_blank">Find All the Eigenvalues of $A^k$ from Eigenvalues of $A$</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 388</h2>
<p> Let $A$ be $n\times n$ matrix and let $\lambda_1, \lambda_2, \dots, \lambda_n$ be all the eigenvalues of $A$. (Some of them may be the same.)</p>
<p>	For each positive integer $k$, prove that $\lambda_1^k, \lambda_2^k, \dots, \lambda_n^k$ are all the eigenvalues of $A^k$.</p>
<p>&nbsp;<br />
<span id="more-2763"></span></p>
<h2> Proof. </h2>
<p>		By the triangularization (or Jordan canonical form), there exists a nonsingular matrix $S$ such that<br />
		\[S^{-1}AS=\begin{bmatrix}<br />
  \lambda_1 &#038; * &#038; * &#038;   * &#038;*\\<br />
  0 &#038;\lambda_2 &#038;  * &#038; *  &#038;*\\<br />
  \vdots &#038; \cdots &#038; \ddots &#038; \cdots&#038; \vdots \\<br />
  0 &#038; 0 &#038; 0 &#038; \lambda_{n-1} &#038; *\\<br />
  0 &#038; 0 &#038; 0 &#038; 0&#038; \lambda_n<br />
	\end{bmatrix}.\]
	Here the right matrix is an upper triangular matrix whose diagonal entries are eigenvalues of $A$.</p>
<p>	Then we have<br />
	\begin{align*}<br />
	S^{-1}A^k S=(S^{-1}AS)^k=\begin{bmatrix}<br />
	  \lambda_1^k &#038; * &#038; * &#038;   * &#038;*\\<br />
	  0 &#038;\lambda_2^k &#038;  * &#038; *  &#038;*\\<br />
	  \vdots &#038; \cdots &#038; \ddots &#038; \cdots&#038; \vdots \\<br />
	  0 &#038; 0 &#038; 0 &#038; \lambda_{n-1}^k &#038; *\\<br />
	  0 &#038; 0 &#038; 0 &#038; 0&#038; \lambda_n^k<br />
	\end{bmatrix}.<br />
	\end{align*}</p>
<hr />
<p>	The characteristic polynomial of the matrix $A^k$ is given by<br />
	\begin{align*}<br />
	p(t)&#038;=\det(A^k-tI)\\<br />
	&#038;=\det(S^{-1})\det(A^k-tI)\det(S)\\<br />
	&#038;=\det(S^{-1}(A^k-tI)S)\\<br />
	&#038;=\det(S^{-1}A^kS-tI)\\[6pt]
	&#038;=\begin{vmatrix}<br />
	  \lambda_1^k-t &#038; * &#038; * &#038;   * &#038;*\\<br />
	  0 &#038;\lambda_2^k-t &#038;  * &#038; *  &#038;*\\<br />
	  \vdots &#038; \cdots &#038; \ddots &#038; \cdots&#038; \vdots \\<br />
	  0 &#038; 0 &#038; 0 &#038; \lambda_{n-1}^k-t &#038; *\\<br />
	  0 &#038; 0 &#038; 0 &#038; 0&#038; \lambda_n^k-t<br />
	\end{vmatrix}\\[6pt]
	&#038;=\prod_{i=1}^n(\lambda_i^k-t).<br />
	\end{align*}</p>
<p>	Since the roots of the characteristic polynomial are all the eigenvalues, we see that $\lambda_1^k, \lambda_2^k, \dots, \lambda_n^k$ are all the eigenvalues of $A^k$.</p>
<button class="simplefavorite-button has-count" data-postid="2763" 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/find-all-the-eigenvalues-of-ak-from-eigenvalues-of-a/" target="_blank">Find All the Eigenvalues of $A^k$ from Eigenvalues of $A$</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/find-all-the-eigenvalues-of-ak-from-eigenvalues-of-a/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">2763</post-id>	</item>
	</channel>
</rss>
