Status: Tags: #cards/math232/unit1 Links: Vectors
Vector Length
Principles
Length/magnitude/norm ?
Length form in terms of dot product ?
- Subtraction of points is the steps to get there, while the sqrt is the shortcut calculated from pythagorean theorem
Uses
- Can be used to find distance between two vectors by finding norm
Find distance between two points u and v ?
- Calculate v-u
- Find dot product of (v-u)
- Square root ^ to find length of ||v-u||
Distance between u=(1,5) and v=(-1,4)
?
Backlinks
|
|
References:
Created:: 2022-01-18 14:19