Linear Algebra Theory Flashcards
What is a vector - mathematical interpretation
A vector is an ordered list of numbers
Number of elements in a vector is called
Dimensionality
What is a vector - geometric interpretation
A vector is a straight line with some length and some direction.
Vector and coordinate position overlap at
Standard position
What are the rules for vector addition or subtraction
The vectors to be added or subtracted must have same dimensions
What scales a vector up and down?
Scalar
Scalar is denoted by
greek letters - lambda, beta, alpha
Scalar stretches a vector when
the scalar value is greater than 1
Scalar flips a vector when
the scalar value is less than 1
when scalar value is 0
The vector is at origin
When a scalar is multiplied to a vector - it doesn’t change two things __________ and isn’t that notion contrary to what we know about when the scalar is negative?
- Direction and angle of the vector.
- Usually it is assumed the vector lies on a 1-D subspace that stretches in infinite direction.
What are the several ways of performing vector-vector multiplication?
- Hadamard multiplication
- Dot product
- Cross product
- Outer product
What is dot product?
Dot product provides a single number that provides the relationship information between two vectors.
Dot product is also called as
Scalar product
Mathematical notations for dot product
alpha = <a,b> = aTb = summation i = 1 to n ai*bi
Rules to perform dot product on two vectors
Both the vectors must have same dimensions.
What are the properties to which dot product is true
- Commutative
- Distributive
What are the operations in which the dimensionality of the two vectors must be equal
- Vector addition
- Vector subtraction
- Vector dot product
- Hadamard multiplication
What is commutative property in terms dot product?
a.b = b.a
What is distributive property in terms of dot product
a.(b+c) = (a.b)+(a.c)
For which properties is the dot product not true?
Associative property
What is associative property in terms of dot product?
a.(b.c) != (a.b).c
Definition of vector norm
Square root of the sum of each component squared.
Formula for vector norm
sqrt(vT. V)