<?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 power &#8211; Problems in Mathematics</title>
	<atom:link href="https://yutsumura.com/tag/matrix-power/feed/" rel="self" type="application/rss+xml" />
	<link>https://yutsumura.com</link>
	<description></description>
	<lastBuildDate>Wed, 07 Feb 2018 04:21:36 +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>matrix power &#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>How to Obtain Information of a Vector if Information of Other Vectors are Given</title>
		<link>https://yutsumura.com/how-to-obtain-information-of-a-vector-if-information-of-other-vectors-are-given/</link>
				<comments>https://yutsumura.com/how-to-obtain-information-of-a-vector-if-information-of-other-vectors-are-given/#respond</comments>
				<pubDate>Wed, 07 Feb 2018 04:21:36 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[augmented matrix]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[linear combination]]></category>
		<category><![CDATA[matrix power]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=6827</guid>
				<description><![CDATA[<p>Let $A$ be a $3\times 3$ matrix and let \[\mathbf{v}=\begin{bmatrix} 1 \\ 2 \\ -1 \end{bmatrix} \text{ and } \mathbf{w}=\begin{bmatrix} 2 \\ -1 \\ 3 \end{bmatrix}.\] Suppose that $A\mathbf{v}=-\mathbf{v}$ and $A\mathbf{w}=2\mathbf{w}$. Then find the&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/how-to-obtain-information-of-a-vector-if-information-of-other-vectors-are-given/" target="_blank">How to Obtain Information of a Vector if Information of Other Vectors are Given</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 688</h2>
<p>Let $A$ be a $3\times 3$ matrix and let<br />
	\[\mathbf{v}=\begin{bmatrix}<br />
  1 \\<br />
   2 \\<br />
    -1<br />
  \end{bmatrix} \text{ and } \mathbf{w}=\begin{bmatrix}<br />
  2 \\<br />
   -1 \\<br />
    3<br />
  \end{bmatrix}.\]
  Suppose that $A\mathbf{v}=-\mathbf{v}$ and $A\mathbf{w}=2\mathbf{w}$.<br />
  Then find the vector<br />
  \[A^5\begin{bmatrix}<br />
  -1 \\<br />
   8 \\<br />
    -9<br />
  \end{bmatrix}.\]
<p>&nbsp;<br />
<span id="more-6827"></span></p>
<h2>Solution.</h2>
<p>  	Note that the given information is only about the vectors $\mathbf{v}$ and $\mathbf{w}$.<br />
  	Thus, we first need to relate the vector $\begin{bmatrix}<br />
  -1 \\<br />
   8 \\<br />
    -9<br />
  \end{bmatrix}$ with $\mathbf{v}$ and $\mathbf{w}$.<br />
  So let us find a linear combination:<br />
  \[\begin{bmatrix}<br />
  -1 \\<br />
   8 \\<br />
    -9<br />
  \end{bmatrix}=a\mathbf{v}+b\mathbf{w}.\]
  The augmented matrix for this is<br />
  \begin{align*}<br />
\left[\begin{array}{rr|r}<br />
   1 &#038; 2 &#038; -1 \\<br />
   2 &#038;-1 &#038;8 \\<br />
   -1 &#038; 3 &#038; -9<br />
  \end{array}\right]
  \xrightarrow[R_3+R_1]{R_2-2R_1}<br />
  \left[\begin{array}{rr|r}<br />
   1 &#038; 2 &#038; -1 \\<br />
   0 &#038;-5 &#038;10 \\<br />
   0 &#038; 5 &#038; -10<br />
  \end{array}\right]
  \xrightarrow{-\frac{1}{5}R_2}\\[6pt]
  \left[\begin{array}{rr|r}<br />
   1 &#038; 2 &#038; -1 \\<br />
   0 &#038;1 &#038;-2 \\<br />
   0 &#038; 5 &#038; -10<br />
  \end{array}\right]
  \xrightarrow[R_3-R_2]{R_1-2R_2}<br />
  \left[\begin{array}{rr|r}<br />
   1 &#038; 0 &#038; 3 \\<br />
   0 &#038;1 &#038;-2 \\<br />
   0 &#038; 0 &#038; 0<br />
  \end{array}\right].<br />
\end{align*}<br />
It yields that the solution is $a=3$ and $b=-2$.<br />
Thus, we have<br />
\[\begin{bmatrix}<br />
  -1 \\<br />
   8 \\<br />
    9<br />
  \end{bmatrix}=3\mathbf{v}-2\mathbf{w}.\]
<hr />
<p>  Then, we compute<br />
  \begin{align*}<br />
A^5\begin{bmatrix}<br />
  -1 \\<br />
   8 \\<br />
    9<br />
  \end{bmatrix}&#038;=A^5(3\mathbf{v}-2\mathbf{w})=3A^5\mathbf{v}-2A^5\mathbf{w} \tag{*}<br />
\end{align*}</p>
<hr />
<p>Now, by assumption we have $A\mathbf{v}=-\mathbf{v}$.<br />
Using this repeatedly we see that $A^5\mathbf{v}=(-1)^5\mathbf{v}=-\mathbf{v}$.<br />
Similarly, we have $A^5\mathbf{w}=2^5\mathbf{w}=32\mathbf{w}$ using $A\mathbf{w}=2\mathbf{w}$.<br />
Combining these with (*) yields,<br />
\begin{align*}<br />
A^5\begin{bmatrix}<br />
  -1 \\<br />
   8 \\<br />
    9<br />
  \end{bmatrix}&#038;=3(-\mathbf{v})-2(32\mathbf{w})\\[6pt]
&#038;=-3\begin{bmatrix}<br />
  1 \\<br />
   2 \\<br />
    -1<br />
  \end{bmatrix}-64\begin{bmatrix}<br />
  2 \\<br />
   -1 \\<br />
    3<br />
  \end{bmatrix}\\[6pt]
  &#038;=\begin{bmatrix}<br />
  -3-128 \\<br />
   -6+64 \\<br />
    3-192<br />
  \end{bmatrix}<br />
  =\begin{bmatrix}<br />
  -131 \\<br />
   58 \\<br />
    -189<br />
  \end{bmatrix}.<br />
\end{align*}</p>
<button class="simplefavorite-button has-count" data-postid="6827" data-siteid="1" data-groupid="1" data-favoritecount="19" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">19</span></button><p>The post <a href="https://yutsumura.com/how-to-obtain-information-of-a-vector-if-information-of-other-vectors-are-given/" target="_blank">How to Obtain Information of a Vector if Information of Other Vectors are Given</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/how-to-obtain-information-of-a-vector-if-information-of-other-vectors-are-given/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">6827</post-id>	</item>
	</channel>
</rss>
