
explore linear algebra from vectors and matrices to spaces and dimensions. solve linear systems, explore projections, cross products, line intersections, and distances with ten sections and guided assignments.
Explore vectors, spans, norms, and vector operations, and study matrices, including transpose, matrix multiplication, and linear systems solved by row operations and Gaussian methods.
Explore geometric vectors, arrow representations, and vector magnitude and direction. Learn vector addition via parallelograms, subtraction, negation, zero vector, standard position, and scalar multiplication.
Explore geometric vectors in parallelograms, show opposite vectors are equal and parallel with magnitude, and express points on a line segment as convex combinations of endpoints, including division by ratios.
Show how the diagonals of a parallelogram bisect each other by defining midpoints and using vector notation to prove the midpoint equality.
Explore algebraic vector operations by treating vectors as coordinates from the origin, performing addition, subtraction, and scalar multiplication in spaces from R2 to R5 with component definitions.
Compute 3A-2B and test parallelism via scalar multiples. Then find C one third from A to B and the midpoint M as (A+B)/2.
Learn how any vector can be written as a linear combination of scalar multiples of given vectors, using standard basis vectors to express components in R2, R3, and in Rn.
Define the span of a vector set as all linear combinations; a nonzero vector yields a line, two nonparallel vectors a plane, three noncoplanar vectors fill R3.
Explore the Euclidean norm of vectors, compute magnitude as the square root of the sum of squared components, and use it to measure distances as the norm of the difference.
Define unit vectors and review standard basis vectors while presenting three theorems about vector norms: nonnegativity, scaling under scalar multiplication, and creating unit vectors in a given direction.
The dot product, defined as the sum of componentwise products, equals |u||v|cos theta, and theta can be found by arccos(u·v/(|u||v|)); zero, pi, and pi/2 indicate same, opposite, and orthogonal directions.
Explore the dot product definition, its magnitude-based relation, scalar outcomes, and geometric interpretations, including cosine theta, perpendicularity, and angle types, through worked examples.
Examine the dot product theorems: commutativity, zero vector, magnitude squared, and linearity with scalars and sums, culminating in ||u+v||^2 = ||u||^2 + ||v||^2 + 2 u·v.
Explore the Cauchy-Schwarz inequality and the triangle inequality for vectors, using the dot product |u||v|cos theta and the identity |u+v|^2 = |u|^2+|v|^2+2u·v to show bounds and parallelism conditions.
Explore the matrix concept and its core operations, including sum, scalar multiplication, transpose, and matrix multiplication, with vector interpretation and related theorems.
A matrix is a rectangular array of numbers with a defined size, such as 2 by 3, and includes row vectors, column vectors, square matrices, and the main diagonal.
Explore matrix sum and scalar multiplication by adding elements element by element, observe same-size requirements, and apply the distributive property with zero matrix examples.
Explore the transpose operation, swapping rows and columns to form A^T, (A^T)^T = A, (kA)^T = kA^T, and (A+B)^T = A^T + B^T; identify symmetric matrices (A^T = A).
Master matrix multiplication by checking dimension compatibility, computing each entry as a sum of products, and understanding why AB may differ from BA unless both are square and same size.
Explore matrix multiplication with two by two matrices A and B and a two by one vector, computing eight times B and B times A to show how order matters.
View AB as a linear combination of A's columns; with A m-by-n and B n-by-1, AB is m-by-1. Each column of AB equals A times the corresponding column of B.
Explore key matrix operation theorems, including the identity matrix, order of multiplication, distributive and scalar properties, and transpose rules for sums and products.
Explore matrix operations—sum, subtraction, scalar multiplication, transpose, and matrix multiplication—through examples that check symmetry, compute transposes of products, and express results as linear combinations of columns.
Explore systems of linear equations by expressing vectors as linear combinations, solving a two-by-two system for coefficients, and using matrix and augmented matrix forms to study consistency and solutions.
master elementary row operations to solve linear systems by transforming augmented matrices, including interchanging equations, scaling, and adding multiples to reach solutions for x and y.
Explore row echelon form and reduced row echelon form, noting zero rows and pivots. Identify pivots as the nonzero entries, ensure they are one, and apply reduction to solve systems.
Reduce a matrix to echelon form or reduced form using elementary row operations. Interchange rows and eliminate entries to place pivots and obtain the reduced row echelon form.
Learn Gauss-Jordan elimination to reduce augmented matrices to reduced row echelon form, identify pivots and free variables, and express solutions in vector form, then use Gaussian elimination with back substitution.
The lecture demonstrates solving linear systems with augmented matrices, Gauss-Jordan elimination to reduced row echelon form, and Gaussian elimination, via three examples showing unique, inconsistent, and infinite solutions.
Analyze how the number of solutions to linear systems depends on consistency, pivots, and rank; distinguish unique, infinite, or no solutions using coefficient and augmented matrices.
Explain homogeneous systems with zero constants, show solving via reducing the coefficient matrix to RREF, and identify trivial and infinite solutions, plus the link to associated homogeneous and particular solutions.
View Ax = b as a linear combination of A's columns. A solution exists when b lies in the column space, illustrating the span of the columns.
Explore what makes a subspace: a subset of R^n that contains the zero vector and is closed under vector addition and scalar multiplication, with illustrative examples.
Understand that the span of a set of vectors is a subspace, containing the zero vector and closed under vector addition and scalar multiplication through linear combinations.
Assess whether the set {b1, b2, b3} spans R3 by solving Ax=b; row reductions reveal a necessary condition leading to a plane through the origin defined by -5x+8y+6z=0.
the lecture shows the solution space of a homogeneous system, null space, is a subspace of r n, verified by the zero vector, and closed under addition and scalar multiplication.
Learn to convert between homogeneous systems and their solution generators, express the solution space as a span of generators, and derive the corresponding equations from those generators.
Explore the geometric interpretation of solving a non homogeneous linear system by expressing solutions as a particular solution plus a homogeneous solution, forming a line parallel to a direction vector.
Determine linear independence by solving a homogeneous equation and examining pivot positions; derive dependency relationships from free variables in the coefficient matrix.
Explore remarks and theorems on linear dependence and independence, including homogeneous systems, the trivial solution, zero vectors, and how unique linear representations arise from independence.
Explore basis and dimension by identifying a spanning, linearly independent set, removing dependent vectors, and recognizing that every basis has the same number of vectors, which defines the dimension.
Explore basis and dimension through three examples, using standard bases e1, e2, e3, determining independence, span, and pivots, and linking rank, null space, and dimension.
Relate generators to homogeneous systems and subspaces by expressing space as a span and solving the system. Determine a basis from pivots and measure dimension by rank or free variables.
Explore row space, column space, and null space of a matrix, define row space basis from pivots after reducing to rref, and relate rank to dimensions and free variables.
Reveal the equivalence of conditions that certify invertibility, including a full pivot in every column, rank n, identity reduced form, and a unique solution for all b in Ax=b.
Explore geometric aspects of linear algebra by deriving the orthogonal projection of a vector onto another, decomposing into parallel and perpendicular components and applying the dot product.
Explore cross product in R3 by defining it via a 3x3 determinant with i, j, k and expanding along the first row to compute the cross of two vectors.
Explore seven theorems about the cross product, including that it yields a vector, vanishes with the zero vector or the same vector, and obeys distributive, scalar, and parallelism criteria.
Explore the triple scalar product of three vectors, expressed as a 3x3 determinant with the first row as the first vector's components, and observe sign changes under vector interchange.
Explore three theorems on the cross product and triple scalar product: perpendicularity, parallelogram area, and parallelepiped volume, with proofs and examples.
Identify a line in R3 by a point and a direction vector, and express it in vector, parametric, and symmetric forms, with examples converting between forms.
Explore how direction vectors determine line parallelism and how to construct lines through a point or two points using parametric and symmetric forms, in 2d and 3d.
Define planes in R3 by a point and a normal vector, via a x + b y + c z = d; inspect a plane through (2,3,4) perpendicular to (1,-4,3).
Explore rules of planes in R3 by deriving normal vectors from vectors in the plane via the cross product, and assess coplanarity using triple scalar products and dot products.
Analyze intersections of two lines by comparing direction vectors, determine parallel, overlapped, or skew cases, and solve for intersection points; then compute the angle of intersection using the dot product.
Substitute the line's parametric equations into the plane to determine zero, one, or infinitely many intersection points and the angle between the line and plane.
Explore how two planes intersect by analyzing normals to determine parallel, coincident, or distinct cases, then derive the intersection line from a 2x3 system and compute the angle using normals.
Compute the distance between two points by forming the vector from p to q and taking its magnitude, with a worked example.
Compute the closest distance from a point to a line via the cross product, and find the closest point by projection, line equation, or plane intersection.
Compute the closest distance from a point to a plane with |Ax+By+Cz+D|/sqrt(A^2+B^2+C^2). Find the nearest point via a line along the normal or by projection.
Learn how to rearrange plane equations to share a common normal, and apply the distance formula to find the gap between two parallel planes.
Learn to compute distances and intersections between lines in R3, including parallel and skew lines, using normal vectors, cross products, and projections to find closest points.
Explore square matrices, covering symmetry and the transpose, diagonal matrices, scalar multiples of the identity, and upper and lower triangular forms.
Define matrix powers for square matrices and illustrate computing P(A)=2A^2 + A - 3I for a 2×2 matrix, yielding the 2×2 result [[7,11],[0,18]].
Explore elementary matrices derived from the identity by a single row operation and how E times A applies that operation, yielding U with B equals U A.
Examine invertibility by verifying AB = BA = I and identify singular matrices, using 2x2 examples and the determinant ad minus bc not zero. Row operations relate to inverses.
Explore six theorems on invertible matrices, including inverse of inverse, product inverses, powers, scalars, and the inverse of transposes, with proofs and identities.
Show the invertibility theorem: an invertible matrix A yields a unique solution to A x = b via A inverse, and A can be written as a product of elementary matrices.
Compute the inverse of a matrix using Gauss-Jordan elimination on an augmented matrix. Identify singular matrices via rank, and express the inverse as a product of elementary matrices.
Shows that matrix a and b are equivalent iff b equals u times a for some product of elementary matrices, illustrated by reducing a and b to the same form.
HOW THIS COURSE WORK:
This course, Ace Linear Algebra in 10 Hours (The Complete Course), is intended to introduce the student to the study of lines, planes, and vectors, and the areas and spaces they create. The course includes videos, notes from whiteboard during lectures, and practice problems (with solutions!). I also show every single step in examples and proofs. The course is organized into the following topics:
Vectors
Basic Matrix Algebra
Linear Systems
Subspaces, Linear Spans, and Solution Spaces
Linear Dependence, Basis, and Dimension
Projections and Cross Products
Lines and Planes
Intersections and Distances
Square Matrices
Determinants
CONTENT YOU WILL GET INSIDE EACH SECTION:
Videos: I start each topic by introducing and explaining the concept. I share all my solving-problem techniques using examples. I show a variety of math issue you may encounter in class and make sure you can solve any problem by yourself.
Notes: In each section, you will find my notes as downloadable resource that I wrote during lectures. So you can review the notes even when you don't have internet access (but I encourage you to take your own notes while taking the course!).
Assignments: After you watch me doing some examples, now it's your turn to solve the problems! Be honest and do the practice problems before you check the solutions! If you pass, great! If not, you can review the videos and notes again before moving on to the next section.
THINGS THAT ARE INCLUDED IN THE COURSE:
An instructor who truly cares about your success
Lifetime access to Ace Linear Algebra in 10 Hours (The Complete Course)
HIGHLIGHTS:
#1: Downloadable lectures so you can watch the videos whenever and wherever you are.
#2: Downloadable lecture notes so you can review the lectures without having a device to watch/listen.
#3: Ten problem sets at the end of each section (with solutions!) for you to do more practice.
#4: Step-by-step guide to help you solve problems.
See you inside the course!
- Gina :)