MATH 2121: Lecture 1
Date: 2024-09-03 14:57:30
Reviewed:
Topic / Chapter: Linear systems
summary
❓Questions
Notes
Introduction
-
Introduction
- for contact: Discord is also an option
- online HW: 5%; due every Monday
- WebWork w/ some attempt
- computing value
- offline PSETs; due every Wednesday
- choose 4 problem; exam-like course
- no extra harsh grading
- 5% bonus for up to 4 bonus problems
- assignment submission: talk to TA
- A-range: w/ cutoff that's based on exam difficulty
- ~= absolute grading in 1013/4
-
Notation:
- denotes the real numbers.
- denotes the rational numbers p/q.
- denotes the integers
- denotes the nonnegative integers .
- Ellipsis () notation: we write instead of the full list .
Systems of Linear Equations
-
Linear equation
- let ; be var. and constants
- 👨🏫 prefers than
- linear equation in var can be written in:
- examples
- // equation, but a false statement
- corresponds to case
- 👨🎓as long as there is no exponent
- and no var. is multiplied with another var.
- or: var is not in exponent
- ; not considered as linear
- linear system: a list of linear equations
- solution to linear system: assignment of val to var s.t. all equations in the system are simultaneously true
- solution: non-zero if at least one assignment of var.
- e.g.
- has solution
- linear systems: equivalent if their solution are the same (or: have the same set of solutions)
- and with the same variable sets
- any linear system: w/ 0, 1, or infinitely many solutions
- if a system has 2 or more solutions -> has solutions
- lin. sys w/ no solution: inconsistent
- lin. sys w/ exactly 1 solution: consistent
- let ; be var. and constants
-
Proof on No. of Solutions on Lin Alg Systems of Equation
- theorem: A linear system in two variables and has either 0, 1, or infinitely many solutions
- by geometry
- a solution to one lin. equation: represents a point io a line
- solution to a system of 2-var lin. eq.: represents intersection of all lines defined by the equations
- however: collections of lines must either:
- intersect at one point
- intersect at no point
- infinitely many solutions
- i.e. all equations: represent the same line
- 👨🎓 what if we are on spherical, or non-euclidean plane?
- by algebra
- just check if lin. sys. has 2 different solution
- given lin. sys., define the associated homogeneous system
- where you set
- if is solution to the starting system
- and solution to associated homogeneous system.
- then is also the solution to starting system
- as
- if homogenous system has a non-zero solution, then it has infinite many solutions
- can be obtained by multiplying to any real number, and adding to original solution
- if starting sys. has two different solutions: and
- then is a non-zero solution to homogenous system
- as
Matrices
-
Matrix
- matrix: rectangular array of numbers
- e.g. , ,
- general matrix: denoted by
- where is read as "A, two, three"
- matrix w/ rows & columns: called "" or "-by-"
- index: starts from 0; top->down and left->right
- entry in row , col of matrix :
- or "entry of A in position "
- 👨🏫 position itself: also called "position "
- zero matrix: matrix filled w/ 0
- matrix: rectangular array of numbers
-
Augmented Matrix of the System
-
essential information of sys. of equation: set of s and in a matrix
-
changes into OR
-
bar: can be anywhere, but often used to separate constant terms
-
coefficient matrix of system: w/o constant terms
-
Solving Linear Systems
-
Solving linear systems
- solve by transforming augmented matrix for certain operations
-
add equation 1 to equation 3
-
multiply equation 2 by
-
add equation 2 to equation 3
-
multiple equation 3 by
-
- augmented matrix of the system is triangular if all entries in position w/ are zero
- triangular system: can be solved easily from bottom-up
- last equation:
- which substitutes second eq. into
- then, the first:
- solve by transforming augmented matrix for certain operations
-
Row operations
- we have used following elementary row operations on the augmented matrix of the system
-
Replacement: replace one row by the sum of itself & a multiple of another row
or
-
Scaling: multiply all entries in a row w/ non-zero number
-
Interchange: swap two rows
-
Row equivalence
- two matrices: row equivalent if one can be transformed to the other
- through a seq. of row operations
- each row operations are revertible
- 👨🏫 can you show why?
- replacement: as another row, used for addition, remains uncontaminated, you can subtract it back (with coefficient)
- scaling: as one cal multiply reciprocal
- interchange: as one can swap back
- two matrices: row equivalent if one can be transformed to the other