[sage-support] Re: Numeric Approximation with Symbolics

2018-05-19 Thread slelievre
Sat 2018-05-19 08:32:27 UTC, Ralf Stephan: > There is a function is_unit() in symbolic/units.py, so you just need > to walk the expression tree using the ExpressionTreeWalker class in > symbolic/expression_conversions.py. I would first check for symbol > with ex.is_symbol() which is very fast.

[sage-support] Re: editor for sage commands

2018-05-19 Thread Emmanuel Charpentier
For interactive work, although I can vouch for the Jupyter notebook, which is extremely easy to use and quite intuitive, I also have extremely good things to say about sage-shell-mode (available via melpa). This is a Sage mode for emacs, which

Re: [sage-support] Re: editor for sage commands

2018-05-19 Thread William Stein
Nteract is a very nice jupyter client as a local electron app, from which you could use sage. It's mainly developed by Kyle Kelly for Netflix. - william On Sat, May 19, 2018, 12:25 PM Dima Pasechnik wrote: > e.g. in Chrome you have full-screen mode. > It takes the browser

[sage-support] Re: editor for sage commands

2018-05-19 Thread Dima Pasechnik
e.g. in Chrome you have full-screen mode. It takes the browser destruction out, and indeed you could think of a dedicated Jupyter console then. -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving

Re: [sage-support] Re: Numeric Approximation with Symbolics

2018-05-19 Thread Pstrang
I know next to nothing about python. But I see the challenge here. We'd need to separate the expression into 3 parts, 1) numeric value, 2) symbol (i.e. pi, e) 3) and unit. The numeric approximation function needs to be applied to the numeric value multiplied by the symbol value (if any) and

[sage-support] Re: editor for sage commands

2018-05-19 Thread Nils Bruin
On Saturday, May 19, 2018 at 10:26:35 AM UTC-7, Francesco wrote: > > > Il giorno sabato 19 maggio 2018 18:58:29 UTC+2, Francesco ha scritto: >> >> Can you tell me a good editor for sage shell commands ? I try Texmacs, >> but it crashes. >> I have kubuntu 18.04 64bit and the version of sage in

[sage-support] Re: editor for sage commands

2018-05-19 Thread Francesco
Il giorno sabato 19 maggio 2018 18:58:29 UTC+2, Francesco ha scritto: > > Can you tell me a good editor for sage shell commands ? I try Texmacs, but > it crashes. > I have kubuntu 18.04 64bit and the version of sage in the repositories, > the 8.1. > > An editor for interactive sessions, but

[sage-support] Re: editor for sage commands

2018-05-19 Thread Dima Pasechnik
On Saturday, May 19, 2018 at 5:58:29 PM UTC+1, Francesco wrote: > > Can you tell me a good editor for sage shell commands ? I try Texmacs, but > it crashes. > I have kubuntu 18.04 64bit and the version of sage in the repositories, > the 8.1. > Do you mean an editor to write Sage code? -

[sage-support] editor for sage commands

2018-05-19 Thread Francesco
Can you tell me a good editor for sage shell commands ? I try Texmacs, but it crashes. I have kubuntu 18.04 64bit and the version of sage in the repositories, the 8.1. -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this

[sage-support] Re: jmol with java 10 and ubuntu 18.04 64bit

2018-05-19 Thread Francesco
Il giorno lunedì 14 maggio 2018 15:03:02 UTC+2, Francesco ha scritto: > > Now sage 8.1 is present in the repositories of ubuntu 18.04 64bit. I have > installed sage and i have same problems. > When i try to use 3d-commands in shell mode, and jmol stars, i get this > message > RuntimeError:

[sage-support] Re: Numeric Approximation with Symbolics

2018-05-19 Thread Ralf Stephan
There is a function is_unit() in symbolic/units.py, so you just need to walk the expression tree using the ExpressionTreeWalker class in symbolic/expression_conversions.py. I would first check for symbol with ex.is_symbol() which is very fast. See DefiniteSumExpander for example. Regards, --

[sage-support] Sage 8.2 build fails on Fedora 28.....

2018-05-19 Thread Dima Pasechnik
it works on Fedora 28 with https://trac.sagemath.org/ticket/25391 -- 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...@googlegroups.com. To

[sage-support] Re: order of variables in symbolic operations

2018-05-19 Thread Ralf Stephan
But have you tried using a polynomial ring? -- 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...@googlegroups.com. To post to this group,

[sage-support] Re: order of variables in symbolic operations

2018-05-19 Thread Ralf Stephan
This is not possible at the moment. If it's changeable somehow the change would not be high priority. -- 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

Re: [sage-support] Sage 8.2 build fails on Fedora 28.....

2018-05-19 Thread Vincent Delecroix
Thanks for your report. On 19/05/2018 04:42, doug5y wrote: gcc version 8.1.1 20180502 (Red Hat 8.1.1-1) (GCC) There are known issues with gcc 8.1. You need to either downgrade your gcc or wait for next releases (python is fixed 8.3.beta2 but linbox is not, see