
Explore vector addition and its commutative and associative properties, with visual head-to-tail methods and component-wise computations using concrete examples.
Explore scalar multiplication by scaling vectors, observing length changes and direction flips, and verify the distributive property with vectors a, b, and scalar c.
Compute the length (magnitude) of a vector from its i hat and j hat components using the Pythagorean theorem, shown with a 3–3 vector to yield sqrt(18).
Explore the dot product of two vectors, its scalar result, and its geometric meaning through projections and orthogonality, including maximum alignment and zero when vectors are orthogonal.
Explore how the dot product of vectors A and B equals the projection of A onto B and apply the formula (A·B)/|B| with a concrete example where |B| = sqrt(10).
Define matrices as square or rectangular arrays of entries with m rows and n columns, using A11 notation, and view them as column or row vectors.
Explore the three key ideas of matrix multiplication: it is not commutative, dimensionally constrained, and distributive over addition, with intuition and simple proofs for how these properties shape linear algebra.
Learn to find the inverse of a 3x3 matrix by building an augmented matrix with the identity and applying row operations until the left becomes the identity, yielding the inverse.
Explore calculating the angle between two vectors using a generalized inner product, comparing the standard dot product and a custom inner product, yielding 18.43 degrees and 45 degrees.
Define singular and non-singular matrices by their determinants; a singular matrix has determinant zero and is not invertible, while a non-singular matrix has determinant not zero and is invertible.
Compute the lu decomposition of A by using the inverses of elementary matrices m1 and m2 to obtain l and u, then use augmented matrix for back substitution.
apply cramer's rule to a concrete three by three system, compute det(A) and the dx, dy, dz determinants, and solve for x, y, z.
Linear Algebra: Fundamentals of Matrix Algebra is designed to help you understand the fundamentals of Linear Algebra that will prepare you for more advanced courses in linear algebra.
You will learn how to perform a lot of matrix computations from scratch, which will be essential when learning more abstract concepts as well as applying these techniques to real-world datasets.
Topics covered include:
Vector Operations: Lengths, Normalization, Dot Products, Angles, Cross Products.
Matrix Operations & Types: Multiplication, Inversion, Reduced Row-Echelon Form
Systems of Equations: Gaussian Elimination, LU Decomposition, Cramers Rule
This course is intended for anyone that is currently taking a linear algebra course, pursuing a data science career, or any other career that uses linear algebra concepts.
This course will be followed up with a series on Linear Transformations & Vector Spaces, along with a course covering real-world applications. This is a pre-requisite to those courses and it is highly recommended that you complete this one first before moving on to the more advanced topics.
Ingenium Academy is an online learning platform aimed at providing best-in-class coverage of all math & science-related subjects. We pride ourselves on our breadth and depth of coverage of subjects and aim to fulfill this by continuing to produce more courses.