andreikitaitsev / SymINDy

Symbolic Identification of Non-linear Dynamics. The method generalizes the SINDy algorithm by combining sparse and genetic-programming-based symbolic regression.
MIT License
72 stars 6 forks source link

Missing test cases #6

Closed matteoettam09 closed 2 years ago

matteoettam09 commented 2 years ago

From PySINDy documentation (easy ones):

Then, beside:

xdot = v vdot = - k x - v c + F sin(x**2)

xdot = v vdot = - k x + F sin(t**2)