vectors Flashcards

1
Q

what is a vector

A

A vector is a mapping from a set of indices to real values.

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

list notation
set notation

A

[2.0, 3.14159, -1.0, 2.718281828] - This is called a 4-vector because it has 4 elements.

A 4-vector over ℝ (the set of real numbers) is written as: ℝ⁴

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

Function Interpretation of a Vector

A

For vector [2.0, 3.14159, -1.0, 2.718281828], it can be seen as:

0 ↦ 2.0
1 ↦ 3.14159
2 ↦ -1.0
3 ↦ 2.718281828

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