How to simulate a ball bounce insides a ellipse| with source
this article is to record how I create a image when a ball bounces insides a bigger ellipse,can copy the below code to get a image directly. but this post…
this article is to record how I create a image when a ball bounces insides a bigger ellipse,can copy the below code to get a image directly. but this post…
this article is to record how I create a image when a ball bounces insides a bigger circle,can copy the below code to get a image directly. import matplotlib.pyplot as…
this Article is to record How I create a Mandala pattern Geometry. import matplotlib.pyplot as plt import numpy as np MaxLength = 4.4 ###this is to control size of length…
https://youtube.com/shorts/uxFUL_p6J_A this article is to record how I create the simulation that rays gets reflection insides Ellipse. import matplotlib.pyplot as plt import numpy as np from manim import * from…
This article records how to simuate the zoom out/in and moving camera synchronously when using matplotlib to render the animation below code is to assume we are going to zoom…
https://www.youtube.com/shorts/oEGJfSm7EKQ This article records how I created a Hypotrochoid video using matplotlib. the video is requiring below a few items. need to explain the two dot postion equation. could refer…