Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Thomas Kennedy
python-workshop
Wiki
Python Workshop 3 NumPy
Python Workshop 3 NumPy
· Changes
Page history
Typo corrections
authored
Feb 26, 2021
by
Thomas Kennedy
Hide whitespace changes
Inline
Side-by-side
Python-Workshop-3-NumPy.md
View page @
4ed657ea
...
@@ -412,12 +412,9 @@ def eliminate(A, src_row_idx, num_cols, num_rows):
...
@@ -412,12 +412,9 @@ def eliminate(A, src_row_idx, num_cols, num_rows):
# print("{:-^80}".format(f"Iteration #{i:}"))
# print("{:-^80}".format(f"Iteration #{i:}"))
# print_matrices(matrix_XTX, matrix_XTY)
# print_matrices(matrix_XTX, matrix_XTY)
_backsolve
(
matrix_XTX
,
matrix_XTY
)
return
matrix_XTY
```
```
### Backsolve
### Backsolve
**Pseudocode**
**Pseudocode**
...
...