Y2CH12 Vectors Flashcards
1
Q
How to work out distance from origin of (x,y,z)
A
//x^2 + y^2 + z^2//
2
Q
Distance between two point?
A
//(X - x)^2 + (Y-y)^2//
3
Q
A
Pure mathematics > Y2CH12 Vectors > Flashcards
How to work out distance from origin of (x,y,z)
//x^2 + y^2 + z^2//
Distance between two point?
//(X - x)^2 + (Y-y)^2//