Review Note

Last Update: 07/25/2023 09:25 PM

Current Deck: Strang, Gilbert; Introduction to Linear Algebra (2016)

Published

Currently Published Content


Front
Back

No published tags.

Pending Suggestions


Field Change Suggestions:
\(Ax = \)\(\begin{bmatrix} 1 & 0 & 0\\ -1 & 1 & 0\\ 0 &-1 &1\end{bmatrix}\)\(\begin{bmatrix} x_1\\ x_2\\ x_3\end{bmatrix}\)= \(\begin{bmatrix} x_1\\ x_2 - x_1\\x_3-x_2 \end{bmatrix}\)= \(\begin{bmatrix} b_1\\ b_2\\ b_3\end{bmatrix}\)= \(b\)

The input is \(x\) and the output is \(b = Ax\). This \(A\) is a "difference matrix" because \(b\)
contains differences of the input vector \(x\).