Chapter 1 - Vectors Flashcards

1
Q

An ordered finite list of numbers

A

Vector

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

Values in the array

A

Elements (components, coefficients, components)

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

Number of values in array

A

Size (dimension, length)

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

Vector of size n

A

n-vector

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

When does vector a equal vector b?

A

If they have the same size and same corresponding values.

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

Numbers or values of the elements in a vector

A

Scalar

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

Vectors whose elements are real numbers

A

Real vectors

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

How is the set of all real n-vectors denoted?

A

R to the power of n

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

Two or more vectors concatenated or stacked is known as a

A

Stacked vector

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

What is the size of the vector a (subscript r:s)?

A

s - r + 1

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

A vector with all elements equal to 0

A

Zero vector

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

What is a case of overloading?

A

When the symbol 0 is used to represent zero vectors of different sizes (they are all different vectors

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

Vector with all elements equal to zero except one, which equals one

A

(Standard) unit vector

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

How is a n-vector with all elements equal to 1 notated?

A

1 subscript n, sometimes denoted as just 1if vector size is known

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

A vector with many elements equal to zero

A

Sparse

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

What is the sparsest possible vector?

A

A zero vector