August 19, 2025
\[\left\{\begin{array}{lcl} 2x_1 + 5x_2 & = & 13\\ -2x_1 + 3x_2 & = & 11\end{array}\right.\]
\[\left\{\begin{array}{lcl} 2x_1 + 5x_2 & = & 13\\ -2x_1 + 3x_2 & = & 11\end{array}\right.\]
\[\left\{\begin{array}{lcl} 2x_1 + 5x_2 & = & 13\\ -2x_1 + 3x_2 & = & 11\end{array}\right.\]
\[\left\{\begin{array}{lcl} 2x_1 + 4x_2 & = & 10\\ 4x_1 + 8x_2 & = & 15\end{array}\right.\]
\[\left\{\begin{array}{lcl} 2x_1 + 5x_2 & = & 13\\ -2x_1 + 3x_2 & = & 11\end{array}\right.\]
\[\left\{\begin{array}{lcl} 2x_1 + 4x_2 & = & 10\\ 4x_1 + 8x_2 & = & 15\end{array}\right.\]
\[\left\{\begin{array}{lcl} 2x_1 + 4x_2 & = & 10\\ -4x_1 - 8x_2 & = & -20\end{array}\right.\]
\[\left\{\begin{array}{lcl} 2x_1 + 5x_2 & = & 13\\ -2x_1 + 3x_2 & = & 11\end{array}\right.\]
\[\left\{\begin{array}{lcl} 2x_1 + 4x_2 & = & 10\\ 4x_1 + 8x_2 & = & 15\end{array}\right.\]
\[\left\{\begin{array}{lcl} 2x_1 + 4x_2 & = & 10\\ -4x_1 - 8x_2 & = & -20\end{array}\right.\]
\[\left\{\begin{array}{lcl} 2x_1 + 5x_2 & = & 13\\ -2x_1 + 3x_2 & = & 11\end{array}\right.\]
\[\left\{\begin{array}{lcl} 2x_1 + 4x_2 & = & 10\\ 4x_1 + 8x_2 & = & 15\end{array}\right.\]
\[\left\{\begin{array}{lcl} 2x_1 + 4x_2 & = & 10\\ -4x_1 - 8x_2 & = & -20\end{array}\right.\]
\[c_1\begin{bmatrix} 2\\ -2\end{bmatrix} + c_2\begin{bmatrix} 5\\ 3\end{bmatrix} = \begin{bmatrix} 13\\ 11\end{bmatrix}\]
\[\left\{\begin{array}{lcl} 2x_1 + 5x_2 & = & 13\\ -2x_1 + 3x_2 & = & 11\end{array}\right.\]
\[\left\{\begin{array}{lcl} 2x_1 + 4x_2 & = & 10\\ 4x_1 + 8x_2 & = & 15\end{array}\right.\]
\[\left\{\begin{array}{lcl} 2x_1 + 4x_2 & = & 10\\ -4x_1 - 8x_2 & = & -20\end{array}\right.\]
\[c_1\begin{bmatrix} 2\\ -2\end{bmatrix} + c_2\begin{bmatrix} 5\\ 3\end{bmatrix} = \begin{bmatrix} 13\\ 11\end{bmatrix}\]
\[\text{...and more...}\]
Major Highlights from the Syllabus: I’ll ask you to read the syllabus, but the most important items are on the following slides.
Instructor: Dr. Adam Gilbert
e-mail address: a.gilbert1@snhu.edu
Office: Robert Frost Hall, Room 311
Office Hours (please visit!):
First and foremost…everything is free!
Main Textbook: We are following Understanding Linear Algebra by David Austin, but myself and Dr. Spaulding have adapted a custom Python version
Python via Google Colab or a local Python installation is recommended but not required
Online Homework at MyOpenMath is a required component of this course
Grade Item | Value |
---|---|
Homework (~12) | 25% |
Row-Reduction Gateway Exam | 15% |
Exams (2) | 40% |
Final Exam | 20% |
Homework: Practicing is critical to your success in linear algebra. You’ll get unlimited attempts (unpenalized) at all problems on each assignment, and you’ll be graded 50% on completion and 50% on correctness.
Row-Reduction Gateway: Row-reduction is a procedure that we’ll utilize over and over again in linear algebra. This gateway can be taken many times and is an “all or nothing” component of the grading scheme.
Exams: We’ll have two exams during the semester – each will include a group exam (20%) and an individual exam (80%), where the group exam only counts if your group score exceeds your individual score.
Final Exam: The final exam will occur in two parts during the last week of the semester. The first part is required and the second part is optional. The final exam can be used to improve earlier exam grades.
I’ve built a webpage to organize our course content.
Syllabus
Tentative timeline
My goal in this course is for all of you to learn as much about linear algebra and its applications as possible – we can’t achieve that if you don’t feel like you are benefiting from our class meetings.
We’ll be discussing a lot of material in MAT 350. Here is a very generic road map of what we will discuss. Starting now.
Motivation for Linear Algebra (Today)
Foundations
Linear Systems
Vector Equations
Matrix Transformations
Matrix Equations
Eigenvectors and Eigenvalues
Diagonalization
Discrete Dynamical Systems
Markov Chains and Google Page Rank
Convention for Writing linear Equations: We’ll write all of our linear equations to include all variable terms on the left side of the equation and pushing the constant term to the right. That is, we’ll write \(x_1 + 8x_2 = -7\) rather than \(x_1 = -8x_2 -7\)
Terminology for Linear Equations: Given a linear equation of the form \(a_1x_1 + a_2x_2 + \cdots + a_nx_n = b\), we say that
Systems of Linear Equations (or linear systems) are a collection of linear equations written with a common set of unknowns and designed to be solved simultaneously.
Solution for Linear Systems (or solution) is a collection of scalars (numbers) \(x_1 = s_1, x_2 = s_2, \cdots, x_n = s_n\) that satisfy all of the equations in the system simultaneously.
Solution Space (or solution set) for a linear system is the collection of all solutions to a given linear system.
Example 1: Solve the linear system \(\left\{\begin{array}{rcr} 2x_1 + 5x_2 & = & 13\\ -2x_1 + 3x_2 & = & 11\end{array}\right.\)
\[\begin{align} 2x_1 + 5x_2 &= 13 \end{align}\]
Example 1: Solve the linear system \(\left\{\begin{array}{rcr} 2x_1 + 5x_2 & = & 13\\ -2x_1 + 3x_2 & = & 11\end{array}\right.\)
\[\begin{align} 2x_1 + 5x_2 &= 13\\ \implies 2x_1 + 5\left(3\right) &= 13 \end{align}\]
Example 1: Solve the linear system \(\left\{\begin{array}{rcr} 2x_1 + 5x_2 & = & 13\\ -2x_1 + 3x_2 & = & 11\end{array}\right.\)
\[\begin{align} 2x_1 + 5x_2 &= 13\\ \implies 2x_1 + 5\left(3\right) &= 13\\ \implies 2x_1 + 15 &= 13 \end{align}\]
Example 1: Solve the linear system \(\left\{\begin{array}{rcr} 2x_1 + 5x_2 & = & 13\\ -2x_1 + 3x_2 & = & 11\end{array}\right.\)
\[\begin{align} 2x_1 + 5x_2 &= 13\\ \implies 2x_1 + 5\left(3\right) &= 13\\ \implies 2x_1 + 15 &= 13\\ \implies 2x_1 &= -2 \end{align}\]
Example 1: Solve the linear system \(\left\{\begin{array}{rcr} 2x_1 + 5x_2 & = & 13\\ -2x_1 + 3x_2 & = & 11\end{array}\right.\)
\[\begin{align} 2x_1 + 5x_2 &= 13\\ \implies 2x_1 + 5\left(3\right) &= 13\\ \implies 2x_1 + 15 &= 13\\ \implies 2x_1 &= -2\\ \implies x_1 &= -1 \end{align}\]
Example 2: Solve the vector equation \(c_1\begin{bmatrix} 2\\ -2\end{bmatrix} + c_2\begin{bmatrix} 5\\ 3\end{bmatrix} = \begin{bmatrix} 13\\ 11\end{bmatrix}\)
The linear system from Example 1 is a question about the point of intersection between two lines, while the vector equation from Example 2 is a question about linear combinations and spans (which we’ll see later in our course)
Put more simply, the vector equation from Example 2 asks whether it is possible to begin from \(\begin{bmatrix} 0\\ 0\end{bmatrix}\) (the origin) and walk only in the directions of \(\begin{bmatrix} 2\\ -2\end{bmatrix}\) and \(\begin{bmatrix} 5\\ 3\end{bmatrix}\) and arrive at the location \(\begin{bmatrix} 13\\ 11\end{bmatrix}\)
The linear system from Example 1 is a question about the point of intersection between two lines, while the vector equation from Example 2 is a question about linear combinations and spans (which we’ll see later in our course)
Put more simply, the vector equation from Example 2 asks whether it is possible to begin from \(\begin{bmatrix} 0\\ 0\end{bmatrix}\) (the origin) and walk only in the directions of \(\begin{bmatrix} 2\\ -2\end{bmatrix}\) and \(\begin{bmatrix} 5\\ 3\end{bmatrix}\) and arrive at the location \(\begin{bmatrix} 13\\ 11\end{bmatrix}\)
The vector equation context becomes quite useful because, while it is hard to visualize the meaning of a solution set to the system
\[\left\{\begin{array}{lcl} 5x_1 + 4x_2 - 2x_3 + x_4 & = & 8\\ -x_1 + x_2 - x_3 + x_4 & = & 5\\ -4x_1 + 3x_2 + 8x_3 - 4x_4 & = & -7\\ 2x_1 + 3x_2 - x_3 - x_4 & = & -12\end{array}\right.\]
It is much easier to grasp the meaning of the solution set to the vector equation
\[c_1\begin{bmatrix} 5\\ -1\\ -4\\ 2\end{bmatrix} + c_2\begin{bmatrix} 4\\ 1\\ 3\\ 3\end{bmatrix} + c_3\begin{bmatrix} -2\\ -1\\ 8\\ -1\end{bmatrix} + c_4\begin{bmatrix} 1\\ 1\\ -4\\ -1\end{bmatrix} = \begin{bmatrix} 8\\ 5\\ -7\\ -12\end{bmatrix}\]
It is much easier to grasp the meaning of the solution set to the vector equation
\[c_1\begin{bmatrix} 5\\ -1\\ -4\\ 2\end{bmatrix} + c_2\begin{bmatrix} 4\\ 1\\ 3\\ 3\end{bmatrix} + c_3\begin{bmatrix} -2\\ -1\\ 8\\ -1\end{bmatrix} + c_4\begin{bmatrix} 1\\ 1\\ -4\\ -1\end{bmatrix} = \begin{bmatrix} 8\\ 5\\ -7\\ -12\end{bmatrix}\]
We have four directional vectors that we can walk in – and we wonder whether we can arrive at a particular point in space.
Complete the Week One assignment in BrightSpace
Complete Homework 0 on MyOpenMath
Stop by my office (Robert Frost 311), say hi and let’s briefly chat about the following:
\(\Huge{\text{Vectors and Arithmetic}}\)