Dear Sage and *-Combinat developers,
I have secured some preliminary funding from my university in France
to organize some Sage days there (Orsay, 35 minutes by local train
from downtown Paris). The idea is three fold:
- Have a followup to Sage Days 10 in Nancy, surfing on its wave,
I can assure you that many mathematicians use mathematica in thier
research; I used to. But one of the many appeals of Sage is that the
source is open/checkable - I have had referrees mention that as
desirable on some of my previous mathematica-based papers.
In my opinion the gap between Sage an
This is called flamebait, and I am guessing thats why no one has
responded yet. But its been in the back of my mind since I first read
it yesterday, and here is what I have to say...
I just kind of started following SAGE but the most obvious response to
this sort of criticism is to point out tha
On Jul 12, 8:16 am, Caecos <[EMAIL PROTECTED]> wrote:
> Is there someone who will upgrade the VMware version?
>
> Marc
Hi Marc,
we released 3.0.5 yesterday (without a public announcement so far -
only on IRC) and William will release the 3.0.5 VMWare image together
with the other binaries prob
Is there someone who will upgrade the VMware version?
Marc
On 10 juil, 11:41, "William Stein" <[EMAIL PROTECTED]> wrote:
> On Thu, Jul 10, 2008 at 8:03 AM, Caecos <[EMAIL PROTECTED]> wrote:
>
> > Don't forgot the poors of us who used Windows and need a VMware
> > version of the latest release...
On Jul 12, 3:52 am, bourbabis <[EMAIL PROTECTED]> wrote:
> Yes it did. Quoting the logfile :
> " Successfully installed ntl-5.4.2.p3"
Please post a link to the preferably compressed full install.log.
There is no point in debugging this problem via email ;)
A couple questions:
* Is this an up
Yes it did. Quoting the logfile :
" Successfully installed ntl-5.4.2.p3"
--~--~-~--~~~---~--~~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at htt
I looked through that log. All goes well until here:
/home/bourba/tmp_sage/sage-3.0.4/local/lib/libntl.so: undefined
reference to `.MASF71'
which means that the problem is with linking with the NTL library.
Did NTL build properly?
John
2008/7/12 bourbabis <[EMAIL PROTECTED]>:
>
> Hello everyb
Hello everybody.
Everything is in the title. Thanks.
Here is the log :
make[1]: Entering directory `/home/bourba/tmp_sage/sage-3.0.4/spkg'
sage-spkg eclib-20080310.p4 2>&1
You must set the SAGE_ROOT environment variable or
run this script from the SAGE_ROOT or
SAGE_ROOT/local/bin/ directory.
ecl
Possibly, this is not a bug in Ring. For the class of Piecewise functions,
__mul__ is implemented in a way that allows you to multiply
two elements in that class. If you try to multiply a piecewise times a rational
(in that order) then it detects this and creats on the fly a piecewise function
equ
Hi, I'm brand new to sage, just installed it on my mac, and was going
through some of the examples and found a bug when I tried to multiply
a piecewise function by a constant:
sage: x = PolynomialRing(QQ, 'x').gen()
sage: f = Piecewise([[(0,1),1*x^0]])
sage: r = f*2
sage: r = 2*f
11 matches
Mail list logo