From 29a3e5b0ac80299f95a8756662656f24d3da6a6f Mon Sep 17 00:00:00 2001 From: Hassam Date: Mon, 18 Apr 2016 22:50:41 -0500 Subject: [PATCH] Added a Linear Algebra Course I enjoyed this course much more than the one in the main curriculum because it has you programming and creating algorithms for Linear Algebra yourself. It also has some general mathematical concepts, such as proofs, and some CS topics, such as proving algorithms and programs. --- extras/courses.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/extras/courses.md b/extras/courses.md index f9fb444..102a217 100644 --- a/extras/courses.md +++ b/extras/courses.md @@ -124,6 +124,9 @@ Courses | Duration | Effort ### Cloud Computing ### Math (Linear Algebra) +Courses | Duration | Effort +:-- | :--: | :--: +[Linear Algebra - Foundations to Frontiers (LAFF)] (https://www.edx.org/course/linear-algebra-foundations-frontiers-utaustinx-ut-5-03x)| 15 weeks | 8 hours/week ### Cryptography