r/visualizedmath

▲ 22 r/visualizedmath+4 crossposts

Math Videos for Kids (Elementary): Multiplication Using Split Grids

A visual, bite-sized mini-lesson for elementary school kids that bridges the gap between counting and algebra.

Videos also available at:

Instagram

Youtube

Github

Whatsapp

Tiktok

Code available at https://github.com/zombimann/Mathematical-video-animations-and-visualization/blob/main/Kids_Elementary_Multiplication_Using_Circle_Grids.ipynb

You might also like https://np.reddit.com/r/3Blue1Brown/s/syRS2ZK39H

▲ 39 r/visualizedmath+5 crossposts

Control Systems: Block Diagram Simplification

This visualizes the reduction of control systems block diagrams into their equivalent transfer functions.

Videos also available at:
Instagram
Youtube
Github
Whatsapp
Tiktok

Code available at https://github.com/zombimann/Mathematical-video-animations-and-visualization/blob/main/Control_Systems_Block_Diagram_Simplification.ipynb

You might also like https://np.reddit.com/r/3Blue1Brown/s/hK6CRW5aLe

▲ 121 r/visualizedmath+4 crossposts

Magnus Effect 2D CFD Visualization

This video demonstrates a high-fidelity 2D simulation of the Magnus effect by modelling the trajectories of spinning spheres falling through a fluid medium.

Videos also available at

Instagram

Youtube

Github

Whatsapp

Tiktok

For code click https://github.com/zombimann/Mathematical-video-animations-and-visualization/blob/main/Bernoulli_Equations_Magnus_Effect.ipynb

You might also like https://np.reddit.com/r/3Blue1Brown/s/qxXGRIK2m2

u/Fluffy-Selection2940 — 5 days ago
▲ 199 r/visualizedmath+5 crossposts

Visualizing Polar Roses: How changing k-values transforms r = cos(kθ)

u/USedona — 9 days ago
▲ 103 r/visualizedmath+4 crossposts

Visualizing the recursive structure of a Menger Sponge, continuous morphing through iterations (coded with Manim)

u/USedona — 9 days ago
▲ 72 r/visualizedmath+12 crossposts

The sample mean as a projection onto the span of the ones vector

I’ve been thinking about the sample mean from a linear algebra perspective.

If y is a data vector and 1 is the vector of all ones, then the average can be seen as the scalar you get when projecting y onto span(1).

So the projection has the form:

y-hat = y-bar · 1

where y-bar is the usual sample average.

I like this because it makes the average feel like the simplest possible least-squares problem: find the constant vector closest to the data vector.

It also connects naturally to ordinary least squares regression, where y gets projected onto the column space of X instead of just the one-dimensional space spanned by 1.

Does this seem like a good way to introduce projections/least squares, or would you teach it differently?

youtu.be
u/CubionAcademy — 13 days ago