Linear Algebra Flashcards
(8 cards)
Where does the word ‘vector’ come from?
The Latin for ‘carrier’, from a vectors propensity to move something from one location to another.
In some traditional courses, how are vectors often represented?
As a list of number, e.g. [1, 3.14, -2, 0]
A vector with 4 entries, each of which is a real number, is called what?
A 4-vector over ℝ. Denoted ℝ⁴
What must all entries in a vector have in common?
They must all be drawn from the same field, e.g. ℂ, ℝ, or GF(2), etc…
The set of n-vectors over ℝ is denoted how?
ℝⁿ
How can you think of the 4-vector [3.14159, 2.71828, 0, -1] in terms of function mapping?
0 ↦ 3.14159, 1 ↦ 2.71828, 2 ↦ 0, 3 ↦ -1}. Or in Python { 0: 3.14159, 1: 2.71828, 2: 0, 3: 1}.
Write the notation to indicate that ƒ is a function that maps from WORDS to ℝ
ƒ:WORDS→ℝ
For a finite set i and a field F, a function from i to F is called what?
An i-vector over F, denote Fⁱ