Get the iOS app
Official deck

Linear Algebra for Computing

By @memoo

Mathematics 85 cards0 imports Updated Sep 3, 2026

Vectors, matrices, linear systems, spaces, projections, eigenvalues, and transformations with applications to graphics, data, and machine learning.

Preview cards

Question
What is a scalar?
Answer
A single number used to measure magnitude or scale another object.
Question
What is a vector?
Answer
An ordered collection of components that can represent a direction, displacement, feature list, or other structured quantity.
Question
When are two vectors equal?
Answer
When they have the same dimension and every corresponding component is equal.
Question
How are two vectors of the same dimension added?
Answer
Add their corresponding components.
Question
What does scalar multiplication do to a vector?
Answer
Multiplies every component by the scalar.