Draw a trochoid that can be moved along a specific path

前端 未结 0 1492
北海茫月
北海茫月 2020-12-30 16:12

The code I tried is as follows:

import matplotlib.pyplot as plt
import numpy as np

#to store coordinates of trochoid

x=list()
y=list()

#to store the coordi         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题