bbolker / math3mb

Mathematical Modelling at McMaster University
GNU General Public License v2.0
1 stars 1 forks source link

Sympy computation limit #17

Closed rredelmeier closed 6 years ago

rredelmeier commented 6 years ago

Hi Dr. Bolker,

Quick question about sympy, which is sufficiently unrelated to the course it's definitely alright if you can't get to it. In terms of getting it to solve pretty big systems of nonlinear equations, it obviously takes a while. Does it work that if we give it enough time, it will wind up with a solution? Or is there an upper limit on how much it can do for us, and giving it an hour or 10 hours wont matter?

bbolker commented 6 years ago

In theory there's no upper limit, but in practice I would say that if you don't have an answer after an hour, you probably won't be able to get an answer within any practical amount of time.

Also, if you get an answer after many hours of computation, it may be too complicated to be very useful.