dynamicslab / pysindy

A package for the sparse identification of nonlinear dynamical systems from data
https://pysindy.readthedocs.io/en/latest/
Other
1.36k stars 304 forks source link

Issue in plotting the graph using model.simulate #508

Open anur2203 opened 1 month ago

anur2203 commented 1 month ago

I have obtained the mathematical model using model.print() upto precision=3 and I plotted this model using model.simulate. Also I am plotting the obtained model using odeint separately. I am obtaining different results for the same model. can anyone explain why?