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
60_linear_algebra_2/102_GaussElimination_n_by_n.ipynb uses sleep(1.0) for step-by-step animation of Gauss elimination. Replace with an ipywidgets IntSlider so students can step forward/backward through the elimination at their own pace.
60_linear_algebra_2/102_GaussElimination_n_by_n.ipynb uses sleep(1.0) for step-by-step animation of Gauss elimination. Replace with an ipywidgets IntSlider so students can step forward/backward through the elimination at their own pace.