Vectors and matrices Flashcards
What is the term when the order of multiplication doesn’t matter
Commutative
What does the dot product end in?
A scalar number
What is the commuatative property?
The order of multiplication doesn’t matter
What is the distributative property?
You can multiply something outside of a bracket to the components inside
Are vectors distributive?
Yes
What is it called when you use dot product and multiple a vector over parenteses?
Distributive
What is associative?
The grouping of multiplication doesn’t matter
What is the difference between commutative, distributive and associative?
Commutative - the order of multiplication doesn’t matter
Distributive - you can multiply something outside of the bracket to the inside components
Associative - the grouping of multiplication doesn’t matter
Whats the notation for a vector?
lower case with an arrow above it
What is R2
Ordered 2 tupes where all the vlaues are real numbers
What is standard position?
Origin
What is the relationship between x-y and y - x
The same magnitude but opposite directions
How do you denote a unit vector?
A hat
What is a hat and arrow for?
Hat is unit vector
Arrow is a normal vector
What are position vectors?
Tehy are co-ordinates i.e. they start at the origin
What is the magnitude of a vector?
It’s the length of the line
How do you measure the magnitude of a vector?
Create triangles and use pythagorus
How do you denomate the magniude of a vector?
|| a with arrow ||
How do you find a unit vector with a given direction?
Divide by the magnitude of the vector (so that the magnitude is 1)
How do you represent a line? Where the line goes through the origin?
V = [2 1]
S = { c v | E R}
Set where scalar of the vector v where the scalar is a real number
How do you get the vector between 2 position vectors?
Subtract one from the other
Does the order matter when working out the vector between 2 position vectors
No