Matrices
In this chapter, we'll see how to transform vectors: squashing, flipping, and rotating. You'll re-invent the concept of a “matrix”, and implement “matrix-vector multiplication” in Python.
In this chapter, we'll see how to transform vectors: squashing, flipping, and rotating. You'll re-invent the concept of a “matrix”, and implement “matrix-vector multiplication” in Python.
Quoted text: