├── .gitignore ├── ArchimedesQuadrature.py ├── CardFromCirc.py ├── CircleInversion.py ├── ComplexRoots.py ├── ComplexTranforms.py ├── CycloidArea.py ├── Discretise.py ├── Divergence.py ├── EulerODE.py ├── EulerWave.py ├── HystCopy.py ├── Hysteresis.py ├── Jacobian.py ├── Murmuration.py ├── NewtonRootFinder.py ├── PartialsOfComponents.py ├── PolygonToEllipse.py ├── PythagorasTree.py ├── README.md ├── RKMethod.py ├── SeriesProof.py ├── SimpsonsRule.py ├── SupThevNor.py ├── ThreePhase.py ├── TrapRule.py ├── TrigPowerSeries.py └── TrippyCircleGif.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheRookieNerd/ManimMiniProjects/HEAD/.gitignore -------------------------------------------------------------------------------- /ArchimedesQuadrature.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheRookieNerd/ManimMiniProjects/HEAD/ArchimedesQuadrature.py -------------------------------------------------------------------------------- /CardFromCirc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheRookieNerd/ManimMiniProjects/HEAD/CardFromCirc.py -------------------------------------------------------------------------------- /CircleInversion.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheRookieNerd/ManimMiniProjects/HEAD/CircleInversion.py -------------------------------------------------------------------------------- /ComplexRoots.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheRookieNerd/ManimMiniProjects/HEAD/ComplexRoots.py -------------------------------------------------------------------------------- /ComplexTranforms.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheRookieNerd/ManimMiniProjects/HEAD/ComplexTranforms.py -------------------------------------------------------------------------------- /CycloidArea.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheRookieNerd/ManimMiniProjects/HEAD/CycloidArea.py -------------------------------------------------------------------------------- /Discretise.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheRookieNerd/ManimMiniProjects/HEAD/Discretise.py -------------------------------------------------------------------------------- /Divergence.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheRookieNerd/ManimMiniProjects/HEAD/Divergence.py -------------------------------------------------------------------------------- /EulerODE.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheRookieNerd/ManimMiniProjects/HEAD/EulerODE.py -------------------------------------------------------------------------------- /EulerWave.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheRookieNerd/ManimMiniProjects/HEAD/EulerWave.py -------------------------------------------------------------------------------- /HystCopy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheRookieNerd/ManimMiniProjects/HEAD/HystCopy.py -------------------------------------------------------------------------------- /Hysteresis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheRookieNerd/ManimMiniProjects/HEAD/Hysteresis.py -------------------------------------------------------------------------------- /Jacobian.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheRookieNerd/ManimMiniProjects/HEAD/Jacobian.py -------------------------------------------------------------------------------- /Murmuration.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheRookieNerd/ManimMiniProjects/HEAD/Murmuration.py -------------------------------------------------------------------------------- /NewtonRootFinder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheRookieNerd/ManimMiniProjects/HEAD/NewtonRootFinder.py -------------------------------------------------------------------------------- /PartialsOfComponents.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheRookieNerd/ManimMiniProjects/HEAD/PartialsOfComponents.py -------------------------------------------------------------------------------- /PolygonToEllipse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheRookieNerd/ManimMiniProjects/HEAD/PolygonToEllipse.py -------------------------------------------------------------------------------- /PythagorasTree.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheRookieNerd/ManimMiniProjects/HEAD/PythagorasTree.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheRookieNerd/ManimMiniProjects/HEAD/README.md -------------------------------------------------------------------------------- /RKMethod.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheRookieNerd/ManimMiniProjects/HEAD/RKMethod.py -------------------------------------------------------------------------------- /SeriesProof.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheRookieNerd/ManimMiniProjects/HEAD/SeriesProof.py -------------------------------------------------------------------------------- /SimpsonsRule.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheRookieNerd/ManimMiniProjects/HEAD/SimpsonsRule.py -------------------------------------------------------------------------------- /SupThevNor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheRookieNerd/ManimMiniProjects/HEAD/SupThevNor.py -------------------------------------------------------------------------------- /ThreePhase.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheRookieNerd/ManimMiniProjects/HEAD/ThreePhase.py -------------------------------------------------------------------------------- /TrapRule.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheRookieNerd/ManimMiniProjects/HEAD/TrapRule.py -------------------------------------------------------------------------------- /TrigPowerSeries.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheRookieNerd/ManimMiniProjects/HEAD/TrigPowerSeries.py -------------------------------------------------------------------------------- /TrippyCircleGif.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheRookieNerd/ManimMiniProjects/HEAD/TrippyCircleGif.py --------------------------------------------------------------------------------