If A = diag(a, b, c), show that A^n = diag(a^n, b^n, c^n) for all positive integer n.
Power of Diagonal Matrix Question If \[ A = \text{diag}(a, b, c) = \begin{bmatrix} a & 0 & 0 \\ 0 & b & 0 \\ 0 & 0 & c \end{bmatrix} \] show that \[ A^n = \text{diag}(a^n, b^n, c^n) \] for all positive integers \(n\). Solution (Mathematical Induction) Step 1: Base Case (n […]
If A = diag(a, b, c), show that A^n = diag(a^n, b^n, c^n) for all positive integer n. Read More »