Linear Algebra Flashcards

1
Q

Where does the word ‘vector’ come from?

A

The Latin for ‘carrier’, from a vectors propensity to move something from one location to another.

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

In some traditional courses, how are vectors often represented?

A

As a list of number, e.g. [1, 3.14, -2, 0]

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

A vector with 4 entries, each of which is a real number, is called what?

A

A 4-vector over ℝ. Denoted ℝ⁴

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

What must all entries in a vector have in common?

A

They must all be drawn from the same field, e.g. ℂ, ℝ, or GF(2), etc…

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

The set of n-vectors over ℝ is denoted how?

A

ℝⁿ

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

How can you think of the 4-vector [3.14159, 2.71828, 0, -1] in terms of function mapping?

A

0 ↦ 3.14159, 1 ↦ 2.71828, 2 ↦ 0, 3 ↦ -1}. Or in Python { 0: 3.14159, 1: 2.71828, 2: 0, 3: 1}.

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

Write the notation to indicate that ƒ is a function that maps from WORDS to ℝ

A

ƒ:WORDS→ℝ

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

For a finite set i and a field F, a function from i to F is called what?

A

An i-vector over F, denote Fⁱ

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