Results 22 comments of Eris

I think the service is down. Usually it works. Also if magically the site is up for you, then make sure you copied the shareable link correctly.

Thank you. This software is awesome. It has helped me visualize way too many things without having to roll out a complex program. It's competitive with things like Mathematica, Matlab...

What were you trying to do? Some sort of recursive definition?

Trying to do this in python will throw an error too. You need to define one function first, you can then define another as the original function.

I think my issue is with step 2 of the installation "Bootstrapping the database". As far as I understood, I have to run ``` # creates a new database cluster...

When looking at you suggestion I found a kludge that might work. You can share the graph and on that link open source. I think you could copy the code...

Something like this that references a local copy of mathbox, not the online bundle, so as not to rely on something that can go down. https://kaosarchives.hashbase.io/mods/interferencia23.html

being accurate to the 8th digit is pretty good though? You could do second order finite centered differences with a matrix. IMO you don't need too much accuracy for a...

I mean, the visual difference between 3.14 and 3.1415926535897932384626433... is pretty minor

oh, that's pretty cool Maybe you can choose a "high power" integrator, one which may take longer to compute, and a "low power" integrator which may help graph integrals without...