On Saturday, September 7, 2019 at 11:35:26 AM UTC-3, Oscar wrote: > > Posting here is a good idea. There's probably somewhere on the wiki > that lists related projects. Otherwise perhaps mailing lists related > to Jupyter or Spyder might be relevant. > > I suggest uploading it to pypi so it can be installed with pip first > though. That substantially lowers the barrier to someone trying it > out. > > Good point, thx, will look into it.
> I just tried and found a problem with f(x) which seems to be > interpreted as f*x so you can't use it for solving ODEs e.g.: > > In [2]: dsolve(f(x).diff(x)-x) > Out[2]: > > I just tried and found a problem with f(x) which seems to be > interpreted as f*x so you can't use it for solving ODEs e.g.: > > In [2]: dsolve(f(x).diff(x)-x) > > Undefined functions are not natively supported yet, but its on my todo list when I tackle ODEs in general. -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/f42fe5a7-dd02-48f1-85e4-47c54dd30ee7%40googlegroups.com.
