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

Typo: SympyIntro: <Descriptive title here> #144

Open
KadenParker1 opened this issue Jan 3, 2025 · 0 comments
Open

Typo: SympyIntro: <Descriptive title here> #144

KadenParker1 opened this issue Jan 3, 2025 · 0 comments
Labels
Typo Meaning is clear (to someone who's on the team), but there is a spelling/symbolic error

Comments

@KadenParker1
Copy link

Typo Details:

Docstring has us calculating the eigenvalues and vectors of a 3x3 matrix, it appears as a 3x4 here and we need a square matrix to find eigenvalues and vectors.

Suggested Fix:

[x-y,   x,   0]
    A = [  x, x-y,   x]
        [  0,   x, x-y] add parenthesis to the latex around the x-y's so it follows the matrix there.

Source Lines

Relevant segments in `/PythonEssentials/SympyIntro/SympyIntro.md`:
- Approximate line: 298:
  - Section: Problem 5:
    - TeX: $\begin{split}
A =
\left[\begin{array}{cccc}
x & -y & x  & 0  \\
x & x  & -y & x  \\
0 & x  & x  & -y \\
\end{array}\right]
\end{split}$ (`\begin{split}
A =
\left[\begin{array}{cccc}
x & -y & x  & 0  \\
x & x  & -y & x  \\
0 & x  & x  & -y \\
\end{array}\right]
\end{split}`)
- Approximate line: 298:
  - Section: Problem 5:
    - TeX: $\begin{split}
A =
\left[\begin{array}{cccc}
x & -y & x  & 0  \\
x & x  & -y & x  \\
0 & x  & x  & -y \\
\end{array}\right]
\end{split}$ (`\begin{split}
A =
\left[\begin{array}{cccc}
x & -y & x  & 0  \\
x & x  & -y & x  \\
0 & x  & x  & -y \\
\end{array}\right]
\end{split}`)
@KadenParker1 KadenParker1 added the Typo Meaning is clear (to someone who's on the team), but there is a spelling/symbolic error label Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Typo Meaning is clear (to someone who's on the team), but there is a spelling/symbolic error
Projects
None yet
Development

No branches or pull requests

1 participant