Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in obtaining the row-echelon form in calculations #792

Open
FabianMenekshi opened this issue Jan 27, 2025 · 0 comments
Open

Error in obtaining the row-echelon form in calculations #792

FabianMenekshi opened this issue Jan 27, 2025 · 0 comments

Comments

@FabianMenekshi
Copy link

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

  1. Draft (2024-01-15) of “Mathematics for Machine Learning”
  2. Chapter 2.6.1
  3. page 46
  4. Equation number: Right after 2.83

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}
]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant