System of linear Equations Flashcards

1
Q

vectors in m-space

(addition, subtraction, multiplication)

A

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)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

dot product in m-space

A

u . v = u1v1 + u2v2 + … + umvm

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

length of a vector and unit vector in m-space

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

distance of (between) vectors in m-space

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

what is a linear equation?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

what is a system of linear equations?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

augmented matrix of SLE (system of linear equations)

A

[a11x1 + a12x2 + … + a1nxn = b1]

am1x1 + am2x2 + … + amnxn = bm

from: x1 + 2x2 = 3 [1 2 | 3]

x1 - x2 = 1 1 -1 | 1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

what is a solution for SLE (system of linear equations)

A

A point (s1, s2, … , sn) is a solution for SLE with n-unknown if the point satisfies all the equations of the system

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

geometric meaning of a solution?

A

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…
How well did you know this?
1
Not at all
2
3
4
5
Perfectly