vectors Flashcards

1
Q

R^n

A

R - the set of all real numbers
n - a positive integer
Rn- the set of all ordered n-tuples of real numbers. AKA the set of all vectors possible.

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

n-tuples

A

an ordered list of n elements

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

vector

A

a list of numbers

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

zero vector

A

a vector with all components are zero

ex: [0,0,0] or [0,0,0,0,0] etc.

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

scalar

A

a real number that describes magnitude and not direction. Used to scale vectors using scalar multiplication

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

addition and subtraction of vectors

A

v+u= [v1+u1, v2+u2] etc.
v-u=[v1-u1, v2-u2]
must have same number of components in each vector

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

head-to-tail rule

A

when adding vectors draw each vector head-to-tail
the vector from the tail of the first vector to the tip of the last vector represents the addition of all the vectors being added

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

parallelogram rule

A

draw 2 vectors being added where the tail starts at the same point. Create a parallelogram shape so that vectors u and u’, and v and v’ are across from each other in a parallelogram shape. The line that connects the starting point to the new point across the parallelogram is the addition of the 2 vectors.

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

scalar multiplication

A

To multiply a vector by a scalar, multiply each component by the scalar.

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

negative vector

A

A reversal of direction of the same vector. Multiply each component by -1.

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

equal vectors

A

when each component the vectors is equal to each other

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

parallel vectors

A

if two vectors are scalar multiples of each other, they are parallel.
v=cu

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

commutativity (of +)

A

u + v = v + u

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

associativity

A

(u + v) + w = u + (v + w)

cd)u = c(du

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

distribuitivity

A

c(u + v) = cu + cv

and other side

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

linear combination

A

a vector is a linear combination of vectors v1, v2, …, vk if there are scalars c1, c2, …, ck such that:
v = c1v1 + c2v2 + … + ckvk

17
Q

standard unit vectors

A

e1, e2, …, en

where ei = [0,0,…0,1,0,…0] where the 1 is the ith entry

18
Q

every vector can be expressed as a linear combination of what? and how is this done?

A

using standard unit vectors

[v1, v2, … , vn] = v1e1 + v2e2 + … + vnen