xxxxxxxxxx
var('t,x,y,z')
s = 10
r = 28
b = 8/3
f(t,x,y,z)= [s*(y-x),x*(r-z)-y,x*y-b*z]
x0 = -13.7636106821342005250144010543616538641008648540923684535378642921202827747268115852940239346395038284
y0 = -19.5787519424517955388380414460095588661142400534276438649791334295426354746147526415973165506704676171
z0 = 27
T = 15.586522107161747275678702092126960705284805489972439358895215783190198756258880854355851082660142374
sol = desolve_tides_mpfr(f, [x0, y0, z0],0 , T, T, 1e-100, 1e-100, 100) # optional - tides
print(sol)
SageMathCell project is an easy-to-use web interface to a free open-source mathematics software system SageMath. You can help SageMath by becoming a .
It allows embedding Sage computations into any webpage: check out our short instructions, a comprehensive description of capabilities, or Notebook Player to convert Jupyter notebooks into dynamic HTML pages!
Resources for your computation are provided by SageMath, Inc.. You can also set up your own server.
There are a lot of resources available to help you use Sage. In particular, you may ask questions on sage-support discussion group or ask.sagemath.org website.
Unfortunately, we can no longer allow user code in cells to freely access Internet. See this discussion for details.
If you experience any problems or have suggestions on improving this service (e.g., you want a package installed), please email Andrey Novoseltsev.
SageMathCell is expected to work with any modern browser and without any downtime.
Need more power and flexibility but still prefer to avoid your own installation of Sage? CoCalc will allow you to work with multiple persistent worksheets in Sage, IPython, LaTeX, and much, much more!