#math#animation#calculusHow to Animate the Derivative | QuantumSketchAnimate the derivative by drawing a secant line on a curve and shrinking the gap h toward zero until it becomes the tangent. Here's the visual and the prompt.Jun 32 min read
#manim#ai#animationManim Without Code: Animate Math With AI | QuantumSketchYou can use Manim without writing Python — describe the animation in plain English and AI generates and renders the Manim code for you. Here's how.Jun 22 min read
#manim#ai#animationHow to Make Videos Like 3Blue1Brown (2026) | QuantumSketchTo make videos like 3Blue1Brown, use Manim — the Python engine Grant Sanderson built — or an AI tool that writes the Manim for you. Full guide.Jun 12 min read
#math#animation#linear-algebraVisualize Matrix Multiplication | QuantumSketchVisualize matrix multiplication as a transformation of space: the matrix moves the basis vectors î and ĵ, and the whole grid follows. Here's the animation.May 312 min read
#manim#latex#troubleshootingFix: Manim "LaTeX not found" Error | QuantumSketchManim's 'LaTeX not found' error means no TeX distribution is installed or on PATH. Install TeX Live or MiKTeX, restart your shell, and re-render.May 302 min read
#manim#ai#animationAI vs Hand-Coding Manim: Which Is Faster? | QuantumSketchAI generates a Manim animation in 2–5 minutes; hand-coding the same scene takes 2–4 hours for a beginner. Here's the real trade-off, with numbers.May 292 min read