Scalars, Vectors & Matrices
Name a block of numbers as a scalar, vector, or matrix from its layout alone, state its shape without counting entries, and judge whether two shapes line up along a chosen axis before any arithmetic runs.
Matrix Operations
Predict from the shapes alone whether an addition, transpose, or multiply is even legal and what shape it returns, then build a single product cell by pairing one row against one column and summing.
Dot Product & Norms
Score how alike two vectors are by pairing their entries and summing, read direction straight off that number's sign, measure a vector two ways with the L1 and L2 norms, and strip length away to leave cosine similarity on a fixed minus-one-to-one scale.
Eigenvalues & Eigenvectors
Hunt the few directions a matrix leaves on their own line, read each eigenvalue as a signed stretch factor where positive stretches, negative flips, and zero collapses the line, and see why a data cloud's eigenvectors fall along its natural axes.