Vectors And Linear Systems Of Equations Flashcards

1
Q

Vector

A

a directed line segment corresponding to a displacement from one point A to another point B

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

Vector addition

A

In general if u = [u1, u2] and v = [v1, v2] then we define
u + v = [u1 + v1, u2 + v2].

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

Scalar multiplication

A

Given a vector v = [v1, v2] and c ∈ R, the scalar multiple cv is
cv = [cv1, cv2].

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

R3

A

R3 is the set of all ordered triples of real numbers R3 = {(x,y,z) : x,y,z ∈ R}.

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

Linear combination of vectors

A

A vector v is a linear combination of vectors v1 , · · · , vk
if and only if there are scalars c1, c2, · · · , ck such that v=c1v1 +c2v2 +···+ckvk

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

A linear equation in the n variables x1, x2, · · · , xn

A

an equation that can be written in the form
a1x1 +a2x2 +···anxn = b.

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

System of linear equations

A

a finite set of linear equations

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

A solution to a system of linear equations

A

a vector that is simultaneously a solution to all equations in the system.

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

Consistent

A

A system of equations is consistent if it has at least one solution

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

Row echelon form

A

A matrix is in row echelon form if and only if any all-zero rows are at the bottom and in each non-zero row, the first non-zero entry (the leading entry) is to the left of any leading entries below it

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

Row reduction

A

the process for reducing any matrix to row- echelon form, using elementary row operations

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

reduced row echelon form

A

A matrix is in reduced row echelon form if and only if it is in row echelon form, the leading entry in each nonzero row is 1 and each column containing a leading 1 has 0s everywhere else

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

Homogeneous

A

A system of linear equations is homogeneous if and only if the constant term in each equation is zero.

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

Spanning set

A

Let S = {v1, v2,··· ,vk} be a set of vectors in Rn. S is a spanning set for Rn if and only if span(S) = Rn.

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

f:D→Y

A

The set D is the domain, the set Y is the codomain.

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

Domain

A

The domain is the set of input arguments for which the function can be evaluated.

17
Q

Argument

A

Each input is called an argument to the function.

18
Q

Range

A

The set of possible outputs is the range of the function and is a subset of the codomain.

19
Q

Maximal domain

A

the subset of R for which the formula makes sense and gives a result in the codomain of the function

20
Q

Graph of a function f : D → R, with D ⊂ R

A

The graph of a function f : D → R, with D ⊂ R, is
Graph(f) = {(x,y) ∈ R2|x ∈ D, y = f(x)}. This graph is a subset of R2.

21
Q

Graph of a function f : D → R, with D ⊂ R2

A

The graph of afunctionf:D→R,withD⊂R2 is
Graph(f) = {(x,y,z) ∈ R3|(x,y) ∈ D, z = f(x,y)}
This graph is a subset of R3