Skip to content

stewcop23/LinAlgExtras

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Extra Resources for APSC 174

Dont worry if youre feeling lost in APSC 174, all of the profs have difficulties effectively teaching the course material. These resources will be provided as a way of augmenting our learning in ways that hopefully make more sense than the lectures we are given.

This is not a replacement of attending lectures!! There is material that is covered in class that is so weird and niche that I won't be able to find resources for it.

Organised by section in the lecture notes.

If you want more on a particular topic, or have resources to share, post in the discussion tab or, if you're really desperate, send me an email at my email

Important Notes

We are taught if a transformation is "injective" or "surjective" (or bijective, but thats just both), these are sometimes refered to as "one-to-one" and "onto" respectively.

We are taught the "Image" and "Kernel" of a linear transformation. In some of these resources, these are refered to as the "Column Space" and "Null Space" respectively.

Ableson's Lectures

Ableson has posted recorded lectures! They're very good, I would recommend watching them if you're stuck.

For annotated notes (not mine, but very good), please email.

Previous Exams

Gradebank resources can be found here

General Resources

  • Linear Algebra 4th Edition
    • The textbook for this course, useful if you skip lectures, but once again, probably not a complete replacement.
    • Solutions to problems can be found at the back of the textbook, but more slightly more detailed answers can be found HERE
  • The Bright Side of Mathematics | Linear Algebra
    • Seems to cover a lot of the material that we do, and from watching some of his other content these vides should be very high quality.
  • The Bright Side of Mathematics | Abstract Linear Algebra
    • Some of the topics in this playlist overlap with our content
  • MIT OpenCourseWare: 18.06SC
    • This course is very hands on compared to what we do, a lot of the first lectures involving matrix decomposition is irrelevant to us.
    • There isn't a ton of overlap between these courses, but it is taught very well
  • 3Blue1Brown: Essence of Linear Algebra
    • A great math youtube channel in general, and this series provides excellent visualizations of some of the weirder concepts.
  • Khan Academy | Linear Algebra
    • If you don't know Khan Academy, you should, they're great. Not sure how close their course is to 174, but there may be a few useful practice problems on there
  • Kimberly Brehm | Linear Algebra (Entire Course)
    • I haven't looked very far into this one, but according to a Sci 26, it has "similar content" although it's "in a bit of a different order"
  • Dr. Trefor Bazett
    • Seems like it has plenty of good examples that relate to topics we're covering
  • Wikipedia | Linear Algebra
    • Wikipedia can often be dense, technical, and often goes beyond what we will learn in 174, so it may not help a ton, however, it is written in the same language as 174, and may aid in clearing things up

Section 0 - Set Notation & Mappings

Set notation isn't super difficult, but this Wikipedia page provides a good reference point. Maps are essentially functions, if you want more, check out this Wikipedia page

Section 1 - Systems of Linear Equations

Section 2 - Real Vector Spaces

Section 3 - Vector Subspaces

Section 4 - Linear Combinations & Span

Section 5 - Linear Independence

Section 6 - "Applications of Systems of Linear Equations"

This section boils down to asking: "how many solutions are there to: $w = \alpha_1 v_1 + \alpha_2v_2 +...\alpha_pv_p$?

The answer to this question is another question:

Is $w\in Span \left[ v_1,v_2,...,v_p \right]$?

No? Then there are no solutions.

Yes? Now, are $v_1,v_2,...,v_p$ dependant or independant?

Independant? There is only one solution

Dependant? There is infinitely many solutions.

Section 7 - Systems of Linear Equations

Section 8 & 9 - Generating Sets and Bases, Finite Dimensional Bases

A generating set for the RVS, $V$, is a set of vectors $v_1,v_2,...,v_p$ $\in V$ where $V$ is the span of ${v_1,v_2,...,v_p}$.

A basis for $V$ is a generating set for $V$ that is also linearly independant. And for a finite-dimensional basis, dim($V$) = minimum number of vectors required to form a basis for $V$.

Section 10 - Linear Transformations, Image and Kernel of a Linear Transformation

Section 11 - Image, Kernel, and rank-nullity

Section 12 - Linear Transformations

Section 13 - Matrix Multiplication

Section 14 - Invertability and Determinants

The Inverse Matrix

The Determinant

Some useful determinant tricks:

Section 15 - Eigenstuffs and Diagonalization

Eigenvectors, values, and spaces

Diagonalization

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published