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 152: Intro to Mathematical Software
2017-02-01
Kiran Kedlaya; University of California, San Diego
adapted from lectures by William Stein, University of Washington
Lecture 10: Linear Algebra (part 1)
Announcements:
The week 4 feedback survey is still open: https://docs.google.com/forms/d/e/1FAIpQLScbt2Lg-zgz6kDyDSvB0t8jXX2FDPQJdFxdqpOsX4VrNwuvZw/viewform
The "solutions" for HW 3, i.e., the original TeX files that I used to make the answer samples, are available as a new handout.
If you think you are on the waitlist and did not receive an email yesterday asking you to reconfirm your interest in enrolling in the class, please let me know before I leave class today.
References for today's material:
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
Warning: Linear algebra code in Sage is a mix of very fast functionality written by researchers, and some VERY slow functionality added for educational purposes 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