You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the mistake
In Example 2.17 (Determining a Basis), there is an error at the end of the exercise when doing the calculations for the row-echelon form.
Location
Please provide the
Draft (2024-01-15) of “Mathematics for Machine Learning”
Describe the mistake
In Example 2.17 (Determining a Basis), there is an error at the end of the exercise when doing the calculations for the row-echelon form.
Location
Please provide the
Proposed solution
This is the correct matrix in latex:
[
\begin{bmatrix}
1 & 2 & 3 & -1 \
0 & 1 & 2 & -2 \
0 & 0 & 0 & 0 \
0 & 0 & 0 & 1 \
0 & 0 & 0 & 0 \
\end{bmatrix}
]
The text was updated successfully, but these errors were encountered: