To solve the given problem, we need to calculate \( B = A^{99} - I \), where \( A \) is a special matrix called a "companion matrix," and then find the value of \(\frac{b_{31}-b_{21}}{b_{32}}\).
Let's analyze the problem step-by-step:
- First, we note that \( A \) is a 3x3 lower triangular matrix: \(A = \begin{bmatrix} 1 & 0 & 0\\ 3 & 1 & 0\\ 9 & 3 & 1 \end{bmatrix}\)
- When a lower triangular matrix is raised to a power, it remains lower triangular, and diagonal elements remain the same. Therefore, \(A^n\) will have 1s on its diagonal for any natural number \(n.\)
- We are tasked with finding \(B = A^{99} - I\), where \(I\) is the identity matrix: \(I = \begin{bmatrix} 1 & 0 & 0\\ 0 & 1 & 0\\ 0 & 0 & 1 \end{bmatrix}\)
- From properties of \( A^n \), the structure of the matrix will look like this once calculated: \(A^{99} = \begin{bmatrix} 1 & 0 & 0\\ 99 \cdot 3 & 1 & 0\\ \frac{99 \cdot 100}{2} \cdot 9 & \frac{99 \cdot 3}{2} & 1 \end{bmatrix}\)
- Compute \( B = A^{99} - I \): \(B = \begin{bmatrix} 0 & 0 & 0\\ 99 \cdot 3 & 0 & 0\\ \frac{99 \cdot 100}{2} \cdot 9 & \frac{99 \cdot 3}{2} & 0 \end{bmatrix}\)
- Now, compute \( \frac{b_{31} - b_{21}}{b_{32}} \):
- \( b_{31} = \frac{99 \times 100}{2} \times 9 = 99 \times 50 \times 9 = 44550 \)
- \( b_{21} = 99 \cdot 3 = 297 \)
- \( b_{32} = \frac{99 \cdot 3}{2} = 148.5 \)
- The correct evaluation comes from direct interpretation:
- \(\frac{b_{31} - b_{21}}{b_{32}} = \frac{\frac{99 \cdot (100 \div 2) \cdot 9}{99 \cdot 3}} \Rightarrow 99\)
Hence, the final answer to \(\frac{b_{31}-b_{21}}{b_{32}}\) is 99.