Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
Math 480: Open Source Mathematical Software
2016-05-02
William Stein
Lectures 16: Linear Algebra
Today:
New homework assignment available
Start screencast
References:
Linear algebra quickref: https://wiki.sagemath.org/quickref?action=AttachFile&do=get&target=quickref-linalg.pdf
Linear algebra reference manual: http://doc.sagemath.org/html/en/reference/index.html#linear-algebra
1.5, 4.4, 4.16, of Sage For Undergraduates: http://www.gregorybard.com/Sage.html
How to make matrices and vectors
Sage has: Enormous amount of very fast functionality written by researchers, and some VERY slow functionality mixed in made by teachers, with no cleer warning either way. Also functionality that was written by researchers that used to be fast, but was "accidentally" made slow by somebody later.
2. Standard functions:
determinant
characteristic polynomial
echelon form
row space
column space
rows, columns
matrix_from_rows, matrix_from_columns
solve