[sage-support] Re: Sage ImportError: canot load Singular library

2022-06-02 Thread Francesco Buscemi
Hello there; any news? I'm getting exactly the same errors... On Wednesday, May 11, 2022 at 7:23:15 PM UTC+9 jacovant...@gmail.com wrote: > I am running Fedora 36 (had the same issue in Fedora 35) on a Lenovo > IdeaPad. After installing sage using dnf I tried running it but it failed > due to:

Re: [sage-support] SageMath installation problem on macOS Catalina: _SSL module not fund

2021-03-31 Thread Francesco Scolamiero
oesn't start at all. Thanks for your help Il giorno mercoledì 31 marzo 2021 alle 09:27:23 UTC+2 dim...@gmail.com ha scritto: > > > On Wed, 31 Mar 2021, 08:19 Francesco Scolamiero, > wrote: > >> I tried to install the beta version release on MAC OS CATALINA but >> nothing

Re: [sage-support] SageMath installation problem on macOS Catalina: _SSL module not fund

2021-03-31 Thread Francesco Scolamiero
I tried to install the beta version release on MAC OS CATALINA but nothing changed (file _SSL not found). I tried the same version on MAC BIG SUR. the app appear but seems to do nothing. may I give you some more details to try to fix the problem? Thanks Il giorno martedì 30 marzo 2021 alle

Re: [sage-support] use of animated plot on jupyter-sage in a docker installation

2019-07-25 Thread Francesco
Probably in a next release ? I hope Il giorno giovedì 25 luglio 2019 09:59:52 UTC+2, Dima Pasechnik ha scritto: > > > > On Wed, 24 Jul 2019 at 19:40, Francesco > wrote: > >> I have installed sagemath in a docker container . I have made a simple >> sagemath code lik

[sage-support] Re: use of animated plot on jupyter-sage in a docker installation

2019-07-24 Thread Francesco
The code is for a jupyter notebook of course. Il giorno mercoledì 24 luglio 2019 18:40:56 UTC+2, Francesco ha scritto: > > I have installed sagemath in a docker container . I have made a simple > sagemath code like this: > sines = [plot(c*sin(x), (-2*pi,2*pi), color=Color(c,0,0), ymi

[sage-support] use of animated plot on jupyter-sage in a docker installation

2019-07-24 Thread Francesco
I have installed sagemath in a docker container . I have made a simple sagemath code like this: sines = [plot(c*sin(x), (-2*pi,2*pi), color=Color(c,0,0), ymin=-1, ymax=1) for c in sxrange(0,1,.2)] a = animate(sines) a.show() instead of obtaining an animation in the browser ( like a sagemath

[sage-support] Re: Derivative of functions ...

2018-10-31 Thread Francesco
Il giorno mercoledì 31 ottobre 2018 10:11:34 UTC+1, Francesco ha scritto: > > Hello; I have installed sage 8.4 and I have problem with the derivatives > ... > I have defined a function in sage of this type: > > x=var('x') > def funz(x): >if x >= 0: &

[sage-support] Derivative of functions ...

2018-10-31 Thread Francesco
Hello; I have installed sage 8.4 and I have problem with the derivatives ... I have defined a function in sage of this type: x=var('x') def funz(x): if x >= 0: return x^2 else: return x^3 but, when I try to calculate diff(funz(x),x) I obtain only 3x^2 and this is wrong

[sage-support] Re: Sage's animations and windows 10

2018-06-06 Thread Francesco
What's the meaning of " if they are installed system-wide." ?? Il giorno venerdì 1 giugno 2018 15:32:19 UTC+2, Francesco ha scritto: > > Hello everyone. > My installation is Sage 8.2 and windows 10 64bit, with imagemagick and > ffmpeg installed. I send these commands

[sage-support] Re: Sage's animations and windows 10

2018-06-02 Thread Francesco
ImageMagick-7.07-22-Q16-x64-dll.exe Furthermore ImageMagick installation installs also ffmpeg. ... Il giorno venerdì 1 giugno 2018 15:32:19 UTC+2, Francesco ha scritto: > > Hello everyone. > My installation is Sage 8.2 and windows 10 64bit, with imagemagick and > ffmpeg insta

[sage-support] Re: editor for sage commands

2018-06-01 Thread Francesco
Hello Emmanuel; no one inline figure with inline plots enabled, but with inline plots disabled the figure into the external viewer. For the integral , with the inline typesetting enabled, there is a typeset formula, Otherwise a "rough" formula. Thank you Francesco Il giorno sabato

[sage-support] Sage's animations and windows 10

2018-06-01 Thread Francesco
Hello everyone. My installation is Sage 8.2 and windows 10 64bit, with imagemagick and ffmpeg installed. I send these commands to sage: ( an example of reference manual ) sage: sines = [plot(c*sin(x), (-2*pi,2*pi), color=Color(c,0,0), ymin=-1, ymax=1) for c in sxrange(0,1,.2)] sage: a =

[sage-support] Re: editor for sage commands

2018-05-30 Thread Francesco
ot command with enabled inline plot display: after the plot command, the image doesn't show, and the prompt of sage, without comments, appears in place of it. 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

[sage-support] Re: editor for sage commands

2018-05-28 Thread Francesco
restart. This depends by a wrong configuration of sage-mode-shell or is instead impossible? This is important for my job, end I can't lose the time for learning emacs and sage-shell-mode. Il giorno sabato 19 maggio 2018 18:58:29 UTC+2, Francesco ha scritto: > > Can you tell me a good editor fo

[sage-support] Re: editor for sage commands

2018-05-22 Thread Francesco
Can you be more specific, please? 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.

[sage-support] Re: editor for sage commands

2018-05-20 Thread Francesco
I tried to use emacs with sage-shell-mode, but I have some difficulty to configure all things. Furthermore I am a new user of emacs.. Is there a clear guide of the operations to configure sage-shell-mode of emacs? Il giorno sabato 19 maggio 2018 18:58:29 UTC+2, Francesco ha scritto: > &g

[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

[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

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

2018-05-14 Thread Francesco
Il giorno lunedì 14 maggio 2018 16:22:50 UTC+2, slelievre ha scritto: > > Mon 2018-05-14 13:03:02 UTC, Francesco: > > > > 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

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

2018-05-14 Thread Francesco
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: jmol cannot run, no suitable java version found I read that , in another case, this

[sage-support] Re: plotting a surface defined in a domail

2018-03-14 Thread Francesco
Il giorno venerdì 9 marzo 2018 12:24:50 UTC+1, Francesco ha scritto: > > How can i plotting a function of two variables defined in a domain > different from a square ? > I need, for example, to plot a f(x,y) where x is between 0 and 1, and y is > between 0 and x ( it is a trian

[sage-support] plotting a surface defined in a domail

2018-03-09 Thread Francesco
How can i plotting a function of two variables defined in a domain different from a square ? I need, for example, to plot a f(x,y) where x is between 0 and 1, and y is between 0 and x ( it is a triangle ) Can you help me? -- You received this message because you are subscribed to the Google