Vectors and Linear Combinations of Vectors Flashcards
What is a vector?
A vector is a quantity having direction as well as magnitude, especially as determining the position of one point in space relative to another.
A matrix with only one column is called …
… a column vector, or simply vector.
The set of all vectors with two entires is denoted …
… Rˆ2
Two vectors in Rˆ2 are equal if and only if their corresponding entries are equal. True or false?
True
[1 , 2] = [2 , 1]. True or false?
False. Vectors in Rˆ2 are ordered pairs of real numbers.
What can you represent with a vector?
- document
- binary string
- collection of attributes
- state of a system
- probability distribution
You have these vectors:
[u1, u2, …, un]
[v1, v2, …, vn]
Add them.
[u1, u2, …, un] + [v1, v2, …, vn] = [u1+v1,…un+vn]
When multiplying a vector by a scalar …
… you multiply each entry of the vector by that scalar
|3|
| | = | 3 -1 |
|-1|
True or false?
it’s hard to figure out what that is, but it’s a vector equals another vector
False, because the matrices have different shapes, even though they have the same entries
What is the Parallelogram Rule for Addition?
If u and v in Rˆ2 are represented as points in the plane, then u+v corresponds to the fourth vertex of the parallelogram whose other vertices are u, 0, and v
SO, you copy the lower line of the parallelogram to the end point of the left line of the parallelogram, and then you copy the left line of the parallelogram to the end point of the lower line of the parallelogram and then you draw the diagonal. That diagonal is the sum of the two vectors.
What happens, graphically, when you multiply a vector with a negative scalar?
It changes the direction of the vector’s arrow. and the magnitude changes probably, depends what scalar you are multiplying it to.
Vectors in Rˆ3 are __x__ matrices and they are represented geometrically by points in a ____-dimensional coordinate space.
3x1
three-dimensional
If n is a positive integer, Rˆn denotes the collection of …
… all lists (or ordered n-tuples) of n real numbers, usually written as n x 1 column matrices
Think of the algebraic properties of vectors, name some.
Commutative vector
Associative vector
Distributive vector
Distributive scalar
Associative scalar
Multiplicative identity for the real number 1
Additive inverse - P (for any P such that P + (-P) = 0)
Just a reminder that there is a thing called “Combining vector addition and scalar multiplication” and maybe you should check it out now in Lecture 9.
I knew you re not gonna check it :(