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
Copy file name to clipboardExpand all lines: chapters/matrix_methods/thomas/thomas.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,8 @@ In code, this will look like this:
40
40
{% method %}
41
41
{% sample lang="jl" %}
42
42
[import, lang:"julia"](code/julia/thomas.jl)
43
+
{% sample lang="py" %}
44
+
[import, lang:"python"](code/python/thomas.py)
43
45
{% endmethod %}
44
46
45
47
This is a much simpler implementation than Gaussian Elimination and only has one for loop before back-substitution, which is why it has a better complexity case.
0 commit comments