Vectors and Linear Combinations of Vectors Flashcards

1
Q

What is a vector?

A

A vector is a quantity having direction as well as magnitude, especially as determining the position of one point in space relative to another.

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

A matrix with only one column is called …

A

… a column vector, or simply vector.

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

The set of all vectors with two entires is denoted …

A

… Rˆ2

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

Two vectors in Rˆ2 are equal if and only if their corresponding entries are equal. True or false?

A

True

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

[1 , 2] = [2 , 1]. True or false?

A

False. Vectors in Rˆ2 are ordered pairs of real numbers.

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

What can you represent with a vector?

A
  • document
  • binary string
  • collection of attributes
  • state of a system
  • probability distribution
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

You have these vectors:
[u1, u2, …, un]
[v1, v2, …, vn]

Add them.

A

[u1, u2, …, un] + [v1, v2, …, vn] = [u1+v1,…un+vn]

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

When multiplying a vector by a scalar …

A

… you multiply each entry of the vector by that scalar

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

|3|
| | = | 3 -1 |
|-1|

True or false?

it’s hard to figure out what that is, but it’s a vector equals another vector

A

False, because the matrices have different shapes, even though they have the same entries

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

What is the Parallelogram Rule for Addition?

A

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.

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

What happens, graphically, when you multiply a vector with a negative scalar?

A

It changes the direction of the vector’s arrow. and the magnitude changes probably, depends what scalar you are multiplying it to.

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

Vectors in Rˆ3 are __x__ matrices and they are represented geometrically by points in a ____-dimensional coordinate space.

A

3x1

three-dimensional

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

If n is a positive integer, Rˆn denotes the collection of …

A

… all lists (or ordered n-tuples) of n real numbers, usually written as n x 1 column matrices

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

Think of the algebraic properties of vectors, name some.

A

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)

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

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.

A

I knew you re not gonna check it :(

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

What is a linear combination?

A

A linear combination is the vector y defined by
y = c1 v1 + c2 v2 + … + cp vp

with v1, v2, …. vp vectors in Rˆn and
c1, c2, …., cp scalars (called weights)

Definition in words: a linear combination is an expression constructed from a set of terms by multiplying each term by a constant and adding the results.
The terms are vectors in our case. The constants are scalars

17
Q

Can a linear combination of some vectors and weights be 0?

A

Yes, because the weights in a linear combination can be any real numbers, including 0.

18
Q

Can you give a definition to linear combination?

A

A linear combination is an expression constructed from a set of terms by multiplying each term by a constant and adding the results.

19
Q

What is the dot-product?

A

The dot-product of two vectors is the sum of product of the corresponding entries.

the vectors need to have equal sizes

20
Q

The output of a dot-product is a vector. True or false?

A

False. The output of the dot-product is a scalar. That is why, the dot-product is sometimes called the scalar product.