We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Change exercises regarding module creation of:
solve_linear_system_of_equations.py
utils.py
as their implementations are almost equal. Maybe consider to implement forward, backward substitutions instead of using scipy.linalg.solve_triangular
scipy.linalg.solve_triangular
The text was updated successfully, but these errors were encountered:
"almost equal" -> what a person implements
Sorry, something went wrong.
No branches or pull requests
Change exercises regarding module creation of:
solve_linear_system_of_equations.py
in 1_ecuaciones_lineales.ipynbutils.py
in 3_minimos_cuadrados.pynbas their implementations are almost equal. Maybe consider to implement forward, backward substitutions instead of using
scipy.linalg.solve_triangular
The text was updated successfully, but these errors were encountered: