<?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>matrix exponential of a diagonal matrix &#8211; Problems in Mathematics</title>
	<atom:link href="https://yutsumura.com/tag/matrix-exponential-of-a-diagonal-matrix/feed/" rel="self" type="application/rss+xml" />
	<link>https://yutsumura.com</link>
	<description></description>
	<lastBuildDate>Wed, 24 Jan 2018 14:23:14 +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>matrix exponential of a diagonal 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 Matrix Exponential of a Diagonal Matrix</title>
		<link>https://yutsumura.com/the-matrix-exponential-of-a-diagonal-matrix/</link>
				<comments>https://yutsumura.com/the-matrix-exponential-of-a-diagonal-matrix/#respond</comments>
				<pubDate>Wed, 24 Jan 2018 14:23:14 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[diagonal matrix]]></category>
		<category><![CDATA[exponential function]]></category>
		<category><![CDATA[infinite series]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[matrix exponential]]></category>
		<category><![CDATA[matrix exponential of a diagonal matrix]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=6769</guid>
				<description><![CDATA[<p>For a square matrix $M$, its matrix exponential is defined by \[e^M = \sum_{i=0}^\infty \frac{M^k}{k!}.\] Suppose that $M$ is a diagonal matrix \[ M = \begin{bmatrix} m_{1 1} &#038; 0 &#038; 0 &#038; \cdots&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/the-matrix-exponential-of-a-diagonal-matrix/" target="_blank">The Matrix Exponential of a Diagonal Matrix</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 681</h2>
<p>For a square matrix $M$, its <strong>matrix exponential</strong> is defined by<br />
\[e^M = \sum_{i=0}^\infty \frac{M^k}{k!}.\]
<p>Suppose that $M$ is a diagonal matrix<br />
\[ M = \begin{bmatrix} m_{1 1} &#038; 0 &#038; 0 &#038; \cdots &#038; 0 \\ 0 &#038; m_{2 2} &#038; 0 &#038; \cdots &#038; 0 \\ 0 &#038; 0 &#038; m_{3 3} &#038; \cdots &#038; 0 \\ \vdots &#038; \vdots &#038; \vdots &#038; \vdots &#038; \vdots \\ 0 &#038; 0 &#038; 0 &#038; \cdots &#038; m_{n n} \end{bmatrix}.\]
<p>Find the matrix exponential $e^M$.</p>
<p>&nbsp;<br />
<span id="more-6769"></span></p>
<h2>Solution.</h2>
<p>First, we find $M^k$ for each integer $k \geq 0$.  The first couple powers can be calculated directly,<br />
\[M^0 = \begin{bmatrix} 1 &#038; 0 &#038; 0 &#038; \cdots &#038; 0 \\ 0 &#038; 1 &#038; 0 &#038; \cdots &#038; 0 \\ 0 &#038; 0 &#038; 1 &#038; \cdots &#038; 0 \\ \vdots &#038; \vdots &#038; \vdots &#038; \vdots &#038; \vdots \\ 0 &#038; 0 &#038; 0 &#038; \cdots &#038; 1 \end{bmatrix} , \quad M = \begin{bmatrix} m_{1 1} &#038; 0 &#038; 0 &#038; \cdots &#038; 0 \\ 0 &#038; m_{2 2} &#038; 0 &#038; \cdots &#038; 0 \\ 0 &#038; 0 &#038; m_{3 3} &#038; \cdots &#038; 0 \\ \vdots &#038; \vdots &#038; \vdots &#038; \vdots &#038; \vdots \\ 0 &#038; 0 &#038; 0 &#038; \cdots &#038; m_{n n} \end{bmatrix},\]
\[M^2 = \begin{bmatrix} m^2_{1 1} &#038; 0 &#038; 0 &#038; \cdots &#038; 0 \\ 0 &#038; m^2_{2 2} &#038; 0 &#038; \cdots &#038; 0 \\ 0 &#038; 0 &#038; m^2_{3 3} &#038; \cdots &#038; 0 \\ \vdots &#038; \vdots &#038; \vdots &#038; \vdots &#038; \vdots \\ 0 &#038; 0 &#038; 0 &#038; \cdots &#038; m^2_{n n} \end{bmatrix} , \quad M^3 = \begin{bmatrix} m^3_{1 1} &#038; 0 &#038; 0 &#038; \cdots &#038; 0 \\ 0 &#038; m^3_{2 2} &#038; 0 &#038; \cdots &#038; 0 \\ 0 &#038; 0 &#038; m^3_{3 3} &#038; \cdots &#038; 0 \\ \vdots &#038; \vdots &#038; \vdots &#038; \vdots &#038; \vdots \\ 0 &#038; 0 &#038; 0 &#038; \cdots &#038; m^3_{n n} \end{bmatrix}.\]
<p>The general pattern can now be seen:<br />
\[M^k = \begin{bmatrix} m^k_{1 1} &#038; 0 &#038; 0 &#038; \cdots &#038; 0 \\ 0 &#038; m^k_{2 2} &#038; 0 &#038; \cdots &#038; 0 \\ 0 &#038; 0 &#038; m^k_{3 3} &#038; \cdots &#038; 0 \\ \vdots &#038; \vdots &#038; \vdots &#038; \vdots &#038; \vdots \\ 0 &#038; 0 &#038; 0 &#038; \cdots &#038; m^k_{n n} \end{bmatrix}.\]
<hr />
<p>Now, we can calculate the infinite series $e^M$:<br />
\begin{align*}<br />
e^M &#038;= \sum_{k=0}^{\infty} \frac{ M^k }{k!} \\<br />
&#038;= \sum_{k=0}^\infty \frac{1}{k!} \begin{bmatrix} m^k_{1, 1} &#038; 0 &#038; 0 &#038; \cdots &#038; 0 \\ 0 &#038; m^k_{2, 2} &#038; 0 &#038; \cdots &#038; 0 \\ 0 &#038; 0 &#038; m^k_{3, 3} &#038; \cdots &#038; 0 \\ \vdots &#038; \vdots &#038; \vdots &#038; \vdots &#038; \vdots \\ 0 &#038; 0 &#038; 0 &#038; \cdots &#038; m^k_{n, n} \end{bmatrix} \\<br />
&#038;= \begin{bmatrix} \sum_{k=0}^\infty \frac{ m^k_{1 1} }{k!} &#038; 0 &#038; 0 &#038; \cdots &#038; 0 \\ 0 &#038; \sum_{k=0}^\infty \frac{ m^k_{2 2} }{k!} &#038; 0 &#038; \cdots &#038; 0 \\ 0 &#038; 0 &#038; \sum_{k=0}^\infty \frac{ m^k_{3 3} }{k!} &#038; \cdots &#038; 0 \\ \vdots &#038; \vdots &#038; \vdots &#038; \vdots &#038; \vdots \\ 0 &#038; 0 &#038; 0 &#038; \cdots &#038; \sum_{k=0}^\infty  \frac{ m^k_{n n} }{k!} \end{bmatrix} . \end{align*} </p>
<hr />
<p>Now, for any real number $c$ we can write $e^c$ as the series<br />
\[e^c = \sum_{k=0}^\infty \frac{ c^k }{k!}.\]
<p>Thus, the matrix exponential $e^M$ is<br />
\[e^M = \begin{bmatrix} e^{ m_{1 1} } &#038; 0 &#038; 0 &#038; \cdots &#038; 0 \\ 0 &#038; e^{ m_{2 2} } &#038; 0 &#038; \cdots &#038; 0 \\ 0 &#038; 0 &#038; e^{ m_{3 3} } &#038; \cdots &#038; 0 \\ \vdots &#038; \vdots &#038; \vdots &#038; \vdots &#038; \vdots \\ 0 &#038; 0 &#038; 0 &#038; \cdots &#038; e^{ m_{n n} } \end{bmatrix}.\]
<button class="simplefavorite-button has-count" data-postid="6769" data-siteid="1" data-groupid="1" data-favoritecount="35" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">35</span></button><p>The post <a href="https://yutsumura.com/the-matrix-exponential-of-a-diagonal-matrix/" target="_blank">The Matrix Exponential of a Diagonal Matrix</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/the-matrix-exponential-of-a-diagonal-matrix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">6769</post-id>	</item>
	</channel>
</rss>
