tides is now available on SageMathCell as well!
https://sagecell.sagemath.org/?q=ofpfet
--
You received this message because you are subscribed to the Google Groups
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to sage-support+unsubscr...
Hello,
it requires the tides package (spkg) to be installed first of all. In a
console, try 'sage -i tides' and it should work.
Olivier
Le jeu. 16 avr. 2020 à 17:54, Toan T Nguyen a
écrit :
> Thank you. It's an easy problem to reproduce. You can cut-paste that code
> into the official online Sa
@slelievre
Thank you very much. I'm running in Windows using the binary installer (my
Linux box uses CentOS which seems complicated to compile SageMath with all
these dependencies that I need to compile manually as well).
The Sage shell in Windows state that I should not use sage -i ... to
inst
Thu 2020-04-16 17:05:42 UTC, John H Palmieri:
>
> Maybe SageCell doesn't have the optional package "tides" installed.
> This is the same error I see on my own computer without "tides".
I was thinking that too. I asked Andrey if it can be installed on SageCell:
https://groups.google.com/d/topic/s
Maybe SageCell doesn't have the optional package "tides" installed. This is
the same error I see on my own computer without "tides".
On Thursday, April 16, 2020 at 9:26:21 AM UTC-7, slelievre wrote:
>
> Here is the error after executing the original poster's code in SageCell.
>
> --
Here is the error after executing the original poster's code in SageCell.
---CalledProcessError
Traceback (most recent call
last) in () 8 z0 = Integer(27)
9 T =
RealNumber('15.5865221071617
Thank you. It's an easy problem to reproduce. You can cut-paste that code
into the official online Sage Cell Server
https://sagecell.sagemath.org/
and see for yourself what I meant.
Best regards
Toan
On Thursday, April 16, 2020 at 10:17:47 PM UTC+7, vdelecroix wrote:
>
> Hi,
>
> What do you
Hi,
What do you mean by crash? Could you copy paste the *full* traceback
that you obtain?
Le 16/04/2020 à 17:04, Toan T Nguyen a écrit :
Hi all,
I'm trying to solve a system of 1st order ODE using desolve_tides_mpfr()
arbitrary precision module. My script crashes at the external gcc call.
So I
Hi all,
I'm trying to solve a system of 1st order ODE using desolve_tides_mpfr()
arbitrary precision module. My script crashes at the external gcc call.
So I try this very simple example I found from a tutorial in a website. It
also crashes at the same gcc call. I test it in the SageMath online