On Tuesday, August 15, 2023 at 12:42:04 PM UTC+2 Michel VAN DEN BERGH wrote:
On Tuesday, August 15, 2023 at 11:50:10 AM UTC+2 Jan Groenewald wrote:
Hi
A quick web search does not bring up results pointing at the sagemath
package being broken on Ubuntu 22.04.
My guess is that it is something
. However I have issues installing
it on my desktop. An obvious guess is that the CPU is too old. It is an Intel
Core 2 Duo E8400 (which was launched in January 2008). One can imagine
that the distro sage is compiled with certain optimizations which are not
supported by my CPU.
Michel
On Tuesday, August 15, 2023 at 8:11:35 AM UTC+2 Michel VAN DEN BERGH wrote:
On Monday, August 14, 2023 at 10:45:32 AM UTC+2 Henri Girard wrote:
Did you make a link to your compiled version ?
I compiled sage in sage (which us the base dir) after I sudo ln -s /sage
/usr/bin/sage then you get
uot; inside the python
interpreter (I only run scripts). This used to work with the distro sage,
but I have not found how to make that work with the compiled sage. Do you
know how to achieve this?
Michel
I installed the ubuntu version which is working fine : sudo apt install
sagemath*
On Monday, August 14, 2023 at 1:41:51 PM UTC+2 Dima Pasechnik wrote:
On Mon, 14 Aug 2023, 09:32 'Michel VAN DEN BERGH' via sage-support, <
sage-s...@googlegroups.com> wrote:
I was unable to get the distro sage to work. I compiled sage from source
and this solved the pro
than your own? Even root will do for a
> quick test.
> Perhaps pip installed packages or other repositories are conflicting. Also
> try
> LC_ALL=C sage
>
> Regards,
> Jan
>
>
>
> On Sun, 13 Aug 2023 at 18:14, 'Michel VAN DEN BERGH' via sage-support <
&g
Hi,
Today I installed sage on Ubuntu 22.04 using
apt install sagemath
Sadly after typing 'sage' the program crashes. The crash seems to be
related to Cython. I am attaching the crash report.
What are my options?
Best regards,
Michel
--
You received this message becau
here.
Can we work in some way with the weight representation of a Weyl group?
Kind regards,
Michel
--
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 s
Now it seems "subs" does work. I must have done something wrong. Sorry for
the noise.
On Friday, February 4, 2022 at 3:55:19 PM UTC+1 dim...@gmail.com wrote:
>
>
> On Fri, 4 Feb 2022, 11:02 David Joyner, wrote:
>
>> On Fri, Feb 4, 2022 at 4:40 AM 'Miche
ery clean thing to do.
I would be grateful for any suggestions.
Michel
--
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...@google
this... I would be very grateful to anyone that can
help me.
Michel
--
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...@
I was trying some functions to do root locus plots found on the net.
Doing this I found out that there seems to be something incomplete
about the scipy installation in sage.
from scipy.io.array_import import read_array
---
Im
Hi,
I wonder if it is possible to do root locus plots in sage?
The root locus plot of a complex function is basically the zero locus
of the imaginary part but it should be equipped
with various markings.
Regards,
Michel
--
To post to this group, send email to sage-support@googlegroups.com
To
s. So
far it has always been after doing that that the message appears on
the next attempt to open Notebook from within VirtualBox.
Thanks,
Michel
--
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to
sage-support+unsubscr...@googlegrou
Thanks for the reply. But no. The problem is not due to the fact that
the function has a singularity. Indeed.
plot(20*log(abs((1+I*x)^4),10),(x,0,3))
fails with the same error which is incomprehensible to me.
On the other hand turning the expression into a lambda function made
it possible to plo
I never have any luck with plotting in Sage. The simplest plots fail.
For example the following
plot(20*log(abs((1+I*x)^4+4),10),(x,0,3))
fails with
TypeError: float() argument must be a string or a number
I don't see what's wrong with it.
--
To post to this group, send email to sage-support@
Unfortunately the default graphs turn out to be too small for the size
of the labels
Is there a canonical way to draw a Graph at (say) twice the default
size while
retaining the size of the edge labels?
I noticed that there is a 'dpi' option for the associate plot object
but that changes
the
t; Cc: Kevin Clark
>
> Michel,
>
> There's an option in the plot() function, edge_labels, which is set to
> False by default. If you use
>
> > G=DiGraph({0:{2:'3*x^2'}, 1:{0:'3/x'}, 2:{1:'6*x^2'}})
> > G.plot(edge_labels=True)
>
> the
I am trying to use the Graph functionality in sage but it does not
quite work.
I do
G=DiGraph({0: {2: '3*x^2'}, 1: {0: '3/x'}, 2: {1: '6*x^2'}})
G.show()
A pgn viewer pops up showing the graph indeed. However:
(a) The vertex labels are cropped.
(b) No edge labels are shown.
Am I doing somethin
I am trying to use the Graph functionality in sage but it does not
quite work.
I do
G=DiGraph({0: {2: '3*x^2'}, 1: {0: '3/x'}, 2: {1: '6*x^2'}})
G.show()
A pgn viewer pops up showing the graph indeed. However:
(a) The vertex labels are cropped.
(b) No edge labels are shown.
Am I doing somethin
I am trying to use the Graph functionality in sage but it does not
quite work.
I do
G=DiGraph({0: {2: '3*x^2'}, 1: {0: '3/x'}, 2: {1: '6*x^2'}})
G.show()
A pgn viewer pops up showing the graph indeed. However:
(a) The vertex labels are cropped.
(b) No edge labels are shown.
Am I doing somethin
h messages are probably not from sage
>
> Robert Marik
>
>
> On 3 Å™Ãj, 12:40, Michel Barthélémy Billard Sirakawa
> wrote:
>> PC emachine
>> Fedora 11
>> Sage 4.1.1 fedora 10
>> Gconf is installed
>> t(he precompiled version on the sage's site
&
onf/desktop/gnome/url-handlers/http/%gconf.xml
is empty on my machine
--
Michel Billard
60 avenue Dauphine
45100 Orléans
Vanitas vanitatum, et omnia vanitas.
http://sibylle.ouvaton.org
http://poeticopedia.ouvaton.org
--~--~-~--~~~---~--~~
To post to thi
es.
>
> There is an upcoming rewrite of the notebook-server implementation
> that might help with this but William Stein would have to confirm
> that.
>
> Are you using sagenb.org?
>
> -M. Hampton
>
> On Sep 23, 7:06 am, michel wrote:
>
> > Hi,
>
> >
ally we’re seen as just a singular
IP address (which is our proxy). Because, everyone is using the same
proxy (thus same IP) to access this website. So even though everyone
is making an individual login, it’s all going through the same IP
address." Any ideas as to what's happeni
Ok it seems that li(x)=Ei(log(x)) and this works for complex values.
Furthermore Li(x)=li(x)-li(2).
It seems that Li(x) has been artificially curtailed to take
only real arguments.
Michel
On Nov 2, 3:00 pm, Michel <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Is there a method in sage
Hi,
Is there a method in sage to compute Li(z) for z complex? I am trying
to illustrate
Riemann prime number formula but now it seems Li(z) accept only real
arguments.
Michel
--~--~-~--~~~---~--~~
To post to this group, send email to sage-support
I would like to make a simple 2D plot of a function. However I cannot
figure out from the manual how to specify the frequency of the tick
marks. Currently they seem to be multiples of 2.5 and I would like
them to be multiples of 1.0.
Any help?
Regards,
Michel
K['x','y','z']
I will not get the Singular optimized version. Is this true? Is there
syntax so that one uses the Singular version?
Regards,
Michel
--~--~-~--~~~---~--~~
To post to this group, send email to sage-support@googlegroups.com
To
work but I forgot to delete the
downloaded libstdc++.so.6
Thanks again for your help,
Michel
--~--~-~--~~~---~--~~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more op
How does sage finds it .so files? Because I think that is the problem.
Michel
On Mar 27, 6:11 am, "William Stein" <[EMAIL PROTECTED]> wrote:
> On Wed, 26 Mar 2008 15:36:14 -0700, Michel <[EMAIL PROTECTED]> wrote:
>
> > I have a fresh sage-2.10.4 install (com
IN THE SAME
SHELL.
In a different shell I get the error message again.
I think sometimes sage picks up the system wide libgcc_s.so.1 instead
of its own copy.
Any help in resolving this would be appreciated. My system is FC4.
Michel
--~--~-~--~~~---~--~~
To post
Hi is there a way to work with quadratic forms in Sage? The manual
does not mention them.
Regards,
Miche
--~--~-~--~~~---~--~~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For mor
Isn't xrange the recommended python construct for loops?
I thought range makes an explicit list whereas xrange makes
an iterator.
Michel
On Jun 12, 7:47 am, "William Stein" <[EMAIL PROTECTED]> wrote:
> On 6/11/07, mak <[EMAIL PROTECTED]> wrote:
>
>
>
>
Hmm, these instructions seem to be directed heavily towards Ubuntu.
I am (still...) a Fedora user. But the good news is that making
a chroot jail on Fedora seems to be relatively easy using
yum (the Fedora equivalent of apt-get). I'll see how
far I get and report back.
Michel
On Jun 4, 9:
Thanks!
Sage is normally so easy to install that I was not even aware of the
existence of an install guide:-)
Michel
On Jun 4, 6:14 am, "William Stein" <[EMAIL PROTECTED]> wrote:
> On 6/3/07, Michel <[EMAIL PROTECTED]> wrote:
>
> > I would like to set up a SA
libraries need to be copied to the jail
etc...). Since I assume
this is what http://www.sagenb.com/ does I would appreciate some
pointers on how
to go about this.
Thanks,
Michel
--~--~-~--~~~---~--~~
To post to this group, send email to sage-support@googlegroups.com
To
Here is a patch that fixes this. Perhaps there is a better way to do
it.
http://emis.uhasselt.be/sage_patches/zero_matrix_echelon_form_bug.patch
Michel
On Jun 2, 10:01 am, Michel <[EMAIL PROTECTED]> wrote:
> Ok I understand!!
>
> I just did the exercise in the pari console.
now trivial for you to correct this. If not
then
I will make a patch.
Michel
On Jun 2, 9:54 am, Michel <[EMAIL PROTECTED]> wrote:
> It's quite confusing where this bug lies. I would assume that
>
> sage.libs.pari.gen.gen.mathnf
>
> returns the wrong thing but since I
It's quite confusing where this bug lies. I would assume that
sage.libs.pari.gen.gen.mathnf
returns the wrong thing but since I can't find the definition
of new_gen I can't debug it further.
Michel
On Jun 1, 10:55 pm, Michel <[EMAIL PROTECTED]> wrote:
> No patch but I
No patch but I can tell you were there is something obviously wrong.
The matrix H on line 1056 in matrix_integer_dense.pyx should
be the empty matrix (perhaps []?) but it is something like ['',''].
The computation
for adding the missing zero rows goes wrong after that.
Miche
I think I now understand the problem. A while ago
I pulled over a compiled version of sage-2.0 from a
FC4 to a FC6 machine. Everything seemed fine, but
apparently it wasn't.
Anyway I have downloaded and compiled 2.1.0.1 now.
Michel
On Feb 11, 1:49 pm, "David Joyner" <[EMAIL
I wanted to do my first plotting experiment in sage-2.0. (on FC6)
bc1 = bar_chart([1,2,3,4]) # from the manual
bc1.show()
(lots of debug output)
: No module named _md5
What's up? Am I doing something wrong?
Regards,
M
this moment there is an unpleasant inconsistency between some
functions and others.
E.g. log(2) or sqrt(2) evaluate immediately, whereas sin(2) doesn't.
Michel
--~--~-~--~~~---~--~~
To post to this group, send email to sage-support@googlegroups.com
To unsu
44 matches
Mail list logo