From d36a93593673ebb828877d0646480682718c669a Mon Sep 17 00:00:00 2001 From: Cyrille Rossant Date: Fri, 10 Nov 2017 14:48:36 +0100 Subject: [PATCH] Closes #25 Update link to the Linear Algebra book --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 472a9c0..8de45bc 100644 --- a/README.md +++ b/README.md @@ -180,7 +180,7 @@ A curated list of awesome mathematics resources. * [Fundamentals of Linear Algebra](http://www.math.ubc.ca/~carrell/NB.pdf) - James B. Carrell * [Linear Algebra and Matrices](https://web.archive.org/web/20140824074655/http://mathstat.helsinki.fi/~fluch/linear_algebra_1-sp07/la1.pdf) - Martin Fluch * [Vector Space Theory](http://www.maths.usyd.edu.au/u/bobh/UoS/MATH2902/vswhole.pdf) - Robert Howlett -* [Linear Algebra](http://www.mathematik.uni-muenchen.de/~renesse/AP09/hefferon.pdf) - Jim Hefferon +* [Linear Algebra](http://joshua.smcvt.edu/linearalgebra) - Jim Hefferon * [Linear Algebra](http://www.calpoly.edu/~jborzell/Courses/Year%2010-11/Fall%202010/Petersen-Linear_Algebra-Math_306.pdf) - Peter Petersen * [MIT OpenCourseWare Lectures on Linear Algebra (18.06) as Jupyter Notebooks](https://github.com/juanklopper/MIT_OCW_Linear_Algebra_18_06) - Juan Klopper