Member-only story
Vectors and Matrices
11 min readNov 29, 2019
In this article, we discuss the basic operations on Vectors and Matrices and how we can represent the input data in the form of Matrices.
Vector just represents the co-ordinates that the point has in a given space.
Vectors also have a geometric interpretation: it's a ray that connects the origin of that space to the point.
A vector is quantified with magnitude and direction.
We can have vectors which have different directions but the same magnitude
Adding two vectors: We can add them elementwise