Tagged: induction

Solve a System by the Inverse Matrix and Compute $A^{2017}\mathbf{x}$

Problem 300

Let $A$ be the coefficient matrix of the system of linear equations
\begin{align*}
-x_1-2x_2&=1\\
2x_1+3x_2&=-1.
\end{align*}

(a) Solve the system by finding the inverse matrix $A^{-1}$.

(b) Let $\mathbf{x}=\begin{bmatrix}
x_1 \\
x_2
\end{bmatrix}$ be the solution of the system obtained in part (a).
Calculate and simplify
\[A^{2017}\mathbf{x}.\]

(The Ohio State University, Linear Algebra Midterm Exam Problem)
 
Read solution

LoadingAdd to solve later

Powers of a Diagonal Matrix

Problem 7

Let $A=\begin{bmatrix}
a & 0\\
0& b
\end{bmatrix}$.
Show that

(1) $A^n=\begin{bmatrix}
a^n & 0\\
0& b^n
\end{bmatrix}$ for any $n \in \N$.

(2) Let $B=S^{-1}AS$, where $S$ be an invertible $2 \times 2$ matrix.
Show that $B^n=S^{-1}A^n S$ for any $n \in \N$

Read solution

LoadingAdd to solve later