System of linear Equations Flashcards
vectors in m-space
(addition, subtraction, multiplication)
the number of components (v1, v2, … , vm)
addition: v+u (v1 + u1, v2 + u2, … , vm + um)
subtraction: v-u (v1 - u1, v2 - u2, … , vm - um)
multiplication: cv (cv1, cv2, … , cvm)
dot product in m-space
u . v = u1v1 + u2v2 + … + umvm
length of a vector and unit vector in m-space
distance of (between) vectors in m-space
what is a linear equation?
a linear equation in variables x1, x2, … , xn is an equation that can put in the form
a1x1 + a2x2 + … + anxn = b
where a1, a2, … , an and b are constants
ex) linear equations have no squares or varibles dont multiply
x + 2x2 + … + 10x10 = 20 is a linear equation
x2 + y = 3 , x1x2x3 … x10 and xy + z = 1 are not linear equations
what is a system of linear equations?
a set of finite linear equations is called a system of linear equations
ex) x1 + 3x2 = x3 and x2 - x3 = x1 or
x + 2y = 1 and x - y = 2 or
x + y = 1, y + z = 2 and x - 2x = 3
the standard form:
1) each equation is writing in the standard form (a1x1 + a2x2 + … + anxn = b)
2) like variables are aligned a11x1 + a12x2 + … + a1nxn = b1
a21x1 + a22x2 + … + a2nxn = b2
am1x1 + am2x2 + … + amnxn = bm
augmented matrix of SLE (system of linear equations)
[a11x1 + a12x2 + … + a1nxn = b1]
am1x1 + am2x2 + … + amnxn = bm
from: x1 + 2x2 = 3 [1 2 | 3]
x1 - x2 = 1 1 -1 | 1
what is a solution for SLE (system of linear equations)
A point (s1, s2, … , sn) is a solution for SLE with n-unknown if the point satisfies all the equations of the system
geometric meaning of a solution?
every linear equation defines a hyperplane in Rn and a SLE with m equations consists of the hyperplane
any point in the intersection of all these hyperplanes is a solution
infinitely solutions
- > 1-parameter form a line
- > 2-parameters form a plane
- > continues…