#001 Linear Algebra: Vector addition and scalar-vector multiplication
Highlights: In this post we are going to talk about vectors. They are the fundamental building blocks in Linear Algebra. We will give an intuitive definition what the vectors are, where we use them, how we add them and multiply with scalars. We provide a code examples to demonstrate how to work with vectors in Python. Tutorial Overview: What is a vector? Examples of vectors in Linear Algebra Definition of a vector Vector addition Scalar-vector…
Read more