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)$.]
Arnomk
44
Answer
Answers can only be viewed under the following conditions:
- The questioner was satisfied with and accepted the answer, or
- The answer was evaluated as being 100% correct by the judge.
1 Attachment
Erdos
4.7K
The answer is accepted.
Join Matchmaticians Affiliate Marketing
Program to earn up to a 50% commission on every question that your affiliated users ask or answer.
- answered
- 724 views
- $35.00
Related Questions
- Find the general solution of the system of ODE $X'=\begin{bmatrix} 1 & 3 \\ -3 & 1 \end{bmatrix} X$
- Frontal solver by Bruce Irons? Am I using the right Algorithm here?
- Linear Algebra - Matrices (Multiple Choice Question) (1st Year College)
- Diagonalization of linear transformations
- Show that $tr(\sqrt{\sqrt A B \sqrt A})\leq 1$ , where both $A$ and $B$ are positive semidefinite with $tr(A)=tr(B)=1.$
- Find an invertable matrix P such that $P^{-1} $ is diagonal.
- [Rotations in R^3 ] Consider R∶ R^3 → R^3 the linear transformation that rotates π/3 around the z-axis
- Decide if the following representations are linear representations.