From 5a61de69dcb499ffa5a6eef0a2df6beabb927065 Mon Sep 17 00:00:00 2001 From: Rafeh Qazi Date: Wed, 19 Aug 2015 19:13:17 -0500 Subject: [PATCH] Linear Algebra: Coding the Matrix Added a course that teaches python and linear algebra at once. This way all your learning is applied! This course is offered at Coursera from Brown University. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 52d7fc67..8bc9bd20 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,7 @@ Out of personal preference and need for focus, I geared the original curriculum (http://www.quora.com/What-are-some-good-resources-for-learning-about-numerical-analysis) * **Linear Algebra & Programming** + * Coding the Matrix [Brown University / Coursera](https://www.coursera.org/course/matrix) * Linear Algebra / Levandosky [Stanford / Book ```$10```](http://amzn.to/1kIfmmI) * Linear Programming (Math 407) [University of Washington / Course](http://bit.ly/course-uw-linearprogramming)