Matrix Arcade
yizhe-ang.github.io·3h·
Discuss: Hacker News
Flag this post

A Visual Explorable of Matrix Transformations

What do matrices mean to you?

Why do we need a way to represent an array of rows and columns of numbers, and to execute computations and operations between them?

[12−20][−12]=[32]\left[\begin{array}{r} 1 & 2 \ -2 & 0 \end{array}\right]\left[\begin{array}{r} -1 \ 2 \end{array}\right]=\left[\begin{array}{l} 3 \ 2 \end{array}\right]

In school, you may recall reluctantly performing drill after drills of matrix-vector multiplications mechanically. You may even have been taught to memorize several inane formulas.

[abcd][xy]=x[ac]+y[bd]=[ax+bycx+dy] \begin{aligned} {\left[\begin{array}{ll} a & b \ c & d \end{array}\right]\left[\begin{array}{l} x \ y \end{array}\right] } & =…

Similar Posts

Loading similar posts...