Elementary row reduction for an $n\times n$ matrix
Let $A$ be the $n × n$ matrix
$$A= \begin{bmatrix} 1 & 1 & 1 & ... & 1 \\ 1 & 3 & 3 & ... & 3 \\ 1 & 3 & 6 & ... & 6 \\ \vdots & \vdots & \vdots & \ddots & \vdots \\ 1 & 3 & 6 & ... & 3(n-1) \end{bmatrix}$$
(a) Use the appropriate row replacement operations to zero out the first pivot then use the appropriate row replacement operations to zero out the second pivot column.
(b) Observe the resulting matrix from (a) is a block matrix of the form:
$$A = \begin{bmatrix} X & Y \\ 0 & Z \end{bmatrix}$$
State your resulting matrix for X, Y, and Z.
(c) Based on your result from (b), give a detailed set of steps to find $det(Z)$. [HINT: Take out a scaling factor for Z first then find $det(Z)$.]
Answer
Answers can be viewed only if
- The questioner was satisfied and accepted the answer, or
- The answer was disputed, but the judge evaluated it as 100% correct.
1 Attachment
The answer is accepted.
Join Matchmaticians Affiliate Marketing
Program to earn up to 50% commission on every question your affiliated users ask or answer.
- answered
- 271 views
- $35.00
Related Questions
- [ eigenvalues and eigenvectors] Prove that (v1, v2, v3) is a basis of R^3
- Show that the $5\times 5$ matrix is not invertable
- Get area of rotated polygon knowing all coordinates and angle.
- Closest Points on Two Lines: How to use algebra on equations to isolate unknowns?
- Consider the function, prove that it's bilinear, symmetric, and positive definite
- Frontal solver by Bruce Irons? Am I using the right Algorithm here?
- Find the eigenvalues of $\begin{pmatrix} -1 & 1 & 0 \\ 1 & 2 & 1 \\ 0 & 3 & -1 \end{pmatrix} $
- Find eigenvalues and eigenvectors of $\begin{pmatrix} -3 & 0 & 2 \\ 1 &-1 &0\\ -2 & -1& 0 \end{pmatrix} $