#002 Linear Algebra – Linear combination of Vectors
Highlights: In this post we are going to continue our story about vectors. We will talk more about basis vectors, linear combination of vectors and what is the span of vectors. We provide a code examples to demonstrate how to work with vectors in Python. Tutorial Overview: Basis vectors \(\hat{i}\) and \(\hat{j}\) Different basis vectors Linear combination of vectors What is a span of vectors? Linearly independent and dependent vectors 1. Basis vectors \(\hat{i}\) and…
Read more