Vector Properties
Vector Basics
There are three perspectives to consider:
- Physics perspective
- Vectors are Arrows pointing in space. It is defined by two properties
- Length
- Direction
- Vectors are Arrows pointing in space. It is defined by two properties
- Computer Science Perspective
- A vector is an ordered list (array) of number (scalars)
- Mathematician (geometric) Perspective:
Vectors are located on a coordinate system, in which Vector Multiplication and Vector Addition is performed
No Comments