pysindy icon indicating copy to clipboard operation
pysindy copied to clipboard

Issue in plotting the graph using model.simulate

Open anur2203 opened this issue 1 year ago • 1 comments

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?

anur2203 avatar May 21 '24 10:05 anur2203

@anur2203, please follow the issue template and provide a code example. There are a variety of reasons why odeint and model.simulate could give different results.

Jacob-Stevens-Haas avatar Jul 16 '24 23:07 Jacob-Stevens-Haas