Ondřej Čertík wrote:
Hi,
Hi Ondrej,
I downloaded the latest Sage binary for Ubuntu and I use Ubuntu 11.10.
Here is what I got when I started it:
ondrej@eagle:~/ext/sage-4.8-linux-64bit-ubuntu_10.04.3_lts-x86_64-Linux$ ./sage
Mate Kosor wrote:
I am trying to build Sage 4.6.1. on Ubuntu 10.10 notebook with
Intel(R) Core(TM) i5 CPU M 430 @ 2.27GHz.
I installed all prerequisites, and did
export MAKE="make -j5"
export SAGE_CHECK="yes"
make
Don't set export SAGE_CHECK="yes"
This will fail as you noted.
Jaap
--
To po
seb wrote:
I have tried installing this package without success on a source build
of sage 4.6 - (I can forward the full build log to the maintainer if
required - and it seems maybe some opengl libraries or some linkage
might be missing - the only package to fail is vtk itsellf - relevant
extract
bb wrote:
First check if the prerequisite compilers are available. As a rule they
are not in a standard installation of fedora! Usually these compilers
are missing.
[...]
Whatever I do and whatever I install the build of sage version 4.4.3
will stuck with an error in the sage-directory libgcryp
Jaap Spies wrote:
Colombel Bruno wrote:
Hi everybody,
[...]
If somebody knows what is missing ...
Thanks
Maurice
Same here on Fedora 13, 32 bit. I'll open a ticket.
Jaap
This is now: http://trac.sagemath.org/sage_trac/ticket/9189
Jaap
--
To post to this group, send email to
Colombel Bruno wrote:
Hi everybody,
Hi Maurice,
I'm trying to install sage-4.3.3 on fedora 13.
Compiling the source i got the message :
/usr/bin/ld: register.o: undefined reference to symbol 'gpg_strerror'
/usr/bin/ld:
leonard.jeloa...@free.fr wrote:
On Thursday 22 April 2010 20:55:53 Jaap Spies wrote:
[...]
Could you try on a fresh sage install with just the instruction from the
README.txt?
Jaap
Hi,
I use PyQt4 backend to matplotlib, but is not an exclusive choice, I can use
wxPython instead.
So I
are different ones, because I supposed that the spkg is
intended to do the install inside sage.
Don't think this is of any influence.
By the way, I would want to thank Jaap Spies for mantaining this ets spkg.
If there is any interest I could eventually upgrade this spkg to ets-3.4.0
leonard.jeloa...@free.fr wrote:
On Wednesday 21 April 2010 17:33:04 Jaap Spies wrote:
leonard.jeloa...@free.fr wrote:
On Wednesday 21 April 2010 14:18:21 Jaap Spies wrote:
Actually I posted in my message the part from the log file I have thought
is relevant, maybe is not enough, but till this
leonard.jeloa...@free.fr wrote:
On Wednesday 21 April 2010 14:18:21 Jaap Spies wrote:
Actually I posted in my message the part from the log file I have thought is
relevant, maybe is not enough, but till this point (see below) the
installation proceeds normally ... What I can understand from
leonard.jeloa...@free.fr wrote:
On Wednesday 21 April 2010 14:18:21 Jaap Spies wrote:
[...]
Following my own instructions in the README.txt I successfully built ETS
on Fedora 12 64 bit.
Can you post a link to the relevant part of the install.log?
Jaap
Actually I posted in my message the
Leonard JELOAICA wrote:
On Tuesday 20 April 2010 20:35:19 Jaap Spies wrote:
leonard.jeloa...@free.fr wrote:
[...]
Do you have any old ETS installs floating around?
Jaap
Regards,
Leonard
Hi Jaap,
No, I have no ETS installed yet.
Leonard
Following my own instructions in the
leonard.jeloa...@free.fr wrote:
Hello,
I'm trying to install ETS package from
"http://sage.math.washington.edu/home/jsp/SPKGS/ETS/";.
I have built x86-64 version of sage-4.3.5 on opensuse 11.2.
~> gcc -v
gcc version 4.4.1 [gcc-4_4-branch revision 150839] (SUSE Linux)
I followed the instructio
Mike Witt wrote:
I notice it says this on the download page:
Mirror network is currently synchronizing. Please try again later.
A new release is upcoming. Maybe come back later for the next version of
Sage?
I don't remember ever seeing either of those messages before.
I guess I should wait?
Mike Witt wrote:
On 04/11/2010 02:39:58 PM, Jaap Spies wrote:
Mike Witt wrote:
On 04/11/2010 01:56:45 PM, Minh Nguyen wrote:
Hi Mike,
On Mon, Apr 12, 2010 at 6:51 AM, Mike Witt wrote:
> [m...@vector ~]$ sage
>
--
&g
Mike Witt wrote:
On 04/11/2010 01:56:45 PM, Minh Nguyen wrote:
Hi Mike,
On Mon, Apr 12, 2010 at 6:51 AM, Mike Witt wrote:
> [m...@vector ~]$ sage
> --
> | Sage Version 4.3.1, Release Date: 2010-01-20 |
>
rvaug...@gmail.com wrote:
Thanks for all responses
Complete config.log can be found here:
www.physics.rutgers.edu/~rvaughn/config.log
Appended is an excerpt.
Seems the gcc in your $PATH is 32 bit:
configure:2914: gcc -v >&5
Using built-in specs.
Target: i386-redhat-linux
Configured with: ../
wxu...@sohu.com wrote:
Thank you very much!
I will try this.
You could try the experimental version found here:
http://sage.math.washington.edu/home/jsp/SPKGS/ETS/
Jaap
--
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to
sage
calcp...@aol.com wrote:
OK, I did
yum search gfortran*
which returned
gcc-gfortran
so I did
yum install gcc-fortran
which installed a number of things including libgfortran
However, when I use a shell to enter the sage directory (that I renamed
sage431) created from extracting the lzma file to
davedo2 wrote:
I want to run a range of numbers through the factor() function and if
I run a loop through a list as in:
for i in [25,37,205]:
print i.factor()
it works fine, but if I try
for i in range(1,5):
print i.factor()
I get the error message 'int' object has no attribute 'factor'
calcp...@aol.com wrote:
OK, I think Fedora 12 has the latest gcc and g++ but I don't know about
gfortran.
yum info "*fortran*"
Jaap
--
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to
sage-support+unsubscr...@googlegroups.com
Minh Nguyen wrote:
Hi,
I think this email properly belongs to sage-support.
On Fri, Feb 5, 2010 at 12:16 PM, A. Jorge Garcia wrote:
[...]
One thing comes to mind. The download page (Harvard?) said something
about apt-getting gfortran before running SAGE. Well, that's a Debian
command, so
Eli Brosh wrote:
Thank you for your answers,
The answer is obviously not a convex hull since the shape of hysteresis
loops is not convex.
Currently, it seems to me that the best proposal is to use some known
formula for the hysteresis loop and treat the problem as a curve fitting
exercise.
Can
Eli Brosh wrote:
Hello,
I have an interesting problem and I hope it is possible to solve it
using sage.
I have a scanned digitized graph of a magnetic hysteresis loop.
That is, I have a list of points [(H0,B0),(H1,B1)(Hn,Bn)]
however, the points are not ordered in any meaningful way.
In order
Harald Schilly wrote:
On Feb 1, 4:59 am, Cal Armstrong wrote:
I would rather see it ported to a device that students already have, their
smartphones, instead of saddling them with the purchase of another device.
I just want to add that it is already possible to run sympy (pure
python) inside
calcp...@aol.com wrote:
Ah, those were the days...
of archie, gopher, bitnet, uuencode, etc.
archie bunker!?
gopher? You are way ahead! uucp and family are breaking my heart :)
All that on 300 bps or as we said at the time 300 baud.
Or even 110 baud at the teletype. UNIX version 6, 1976!
calcp...@aol.com wrote:
Well, the internet does predate the web...
I can confirm. My e-mail addresses at that time looked like:
...!mcvax!coi!jaaps!jaap
...!mcvax!owoc!jaap
Hard to imagine nowadays: you had to know the exact route to the addressee.
jaaps was my machine at home. On a daily
Dr. David Kirkby wrote:
> Mike Hansen wrote:
>> On Fri, Jan 1, 2010 at 7:08 PM, Dr. David Kirkby
>> wrote:
>>> FWIW, a Google on Cywin brings up 4.8 million hits. On VirtualBox 4.2
>>> million
>>> hits. Considering Cywin was released in 1995 and VirtualBox in 2007, it
>>> would
>>> suggest to m
Dr. David Kirkby wrote:
> William Stein wrote:
>
>>> But that is very different from a native Windows port, which was I thought
>>> we
>>> were talking about.
>>
>> We are talking about porting Sage to windows. I will leave it to the
>> lawyers to define "native Windows port".
>
> Fair enough.
>
Mikie wrote:
> BlueHost is my webhost. I have talked to support and they won't
> install latex binary or dvips binary.
>
So you are at the end of the line! Go for a better webhost. Or
install Sage on your own computer.
Good luck!
Jaap
> On Dec 15, 11:25 am, Jaap Spies wrot
Mikie wrote:
> I tried yum install textlive and it gave me the following
> error--"error accessing file for config file ///etc/yum.conf.
> I can't get to the Package Manager. It is on BlueHost.
>
What is "BlueHost"? OK: http://www.bluehost.com/
Maybe you can ask support from this provider?
Chee
Mikie wrote:
> I need latex binary and dvips binary. My Linux is poor. Where do I
> get it and how to install.
>
What OS are you on? Linux, but which distribution?
Jaap
--
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to
sage-su
Marshall Hampton wrote:
>
> Mathematica's syntax can be quite dense, which has the same
> disadvantage as Perl code in my opinion - it can be hard to read. But
> sometimes it is nice to be able to do so much concisely. I miss it
> sometimes.
>
Maybe you are also a lisp lover. But please, let Sag
Martin Rubey wrote:
> Carlos Córdoba writes:
>
>> Anyway, the use of anonymous functions is mostly useful on constructs
>> that operate over lists, like map and reduce. In 10 years of using
>> Mathematica I've ever needed to derive this kind functions, but
>> nevertheless I've checked if it's poss
William Stein wrote:
> On Mon, Nov 23, 2009 at 2:48 AM, Harald Schilly
[...]
>> 3. once i decide that the survey is over (only a few submission per
>> day) i can send you the entire data personally if you like - including
>> timestamps of each answer. then you can see how many responses where
>> in
Rolandb wrote:
> Hi, I'm interested in the motion of planets around the sun. Before I
> 'reinvent the wheel', maybe someone has made a simple model and he/she
> is willing to share it? Thanks in advance!
Hi Roland,
You asked explicitly for a simple model, so pynovas is not what you are
looking f
miborovsky wrote:
> Thanks for the reply. I guess there isn't yet a workaround?
>
There is:
Do
./sage -sh
cd spkg/build/pari-2.3.3.p1/src/config
vi get_cc
# or change O3 in O1 with your favorite editor
cd ../..
./spkg-install
# this builds pari/gp
exit
touch spkg/installed/pari-2.3.3.p1
# an
Minh Nguyen wrote:
> On Sun, Aug 30, 2009 at 2:21 AM, Jaap Spies wrote:
>
>
>
>> Another famous example: an $m \times n$ matrix $A$
>
> A similar example: an $n \times m$ matrix.
>
Or an $n \times n$ matrix :-)
Jaap
--~--~-~--~~~-
MaxTheMouse wrote:
>
>> Can someone tell me the rule in what cases one uses "a" and in what
>> cases "an"? E.g., one has "an" if (and only if?) the next word starts
>> with a,e,i.
>>
>
> The choice between a and an isn't so simple because it depends on the
> initial sound of the word rather than
Marshall Hampton wrote:
> In case anyone looked at that in the last few hours, I replaced the
> patch recently with some fixes and minor speedups.
>
I noticed!
Jaap
--~--~-~--~~~---~--~~
To post to this group, send email to sage-support@googlegroups.com
To unsu
Minh Nguyen wrote:
> Hi
>
> On Sat, Jul 11, 2009 at 12:30 AM, Santanu
> Sarkar wrote:
>> Is the algorithm for sum of four square i,e every positive integer
>> can be expressed as the sum of four square is implemented in
>> Sage
>
> If you're referring to Lagrange's four-square theorem, then Sa
Jorge E. ´Sanchez Sanchez wrote:
> Hi all,
> I was a little dissappointed when I discover after accomplished to install
> the ETS spkg to work, in my Ubuntu 9.04 athlon x86_64 computer, that although
> it has mayavi2 and chaco working in all is beautifullness, it has not the
> render for pylab
Kevin Horton wrote:
> I'm hoping someone can suggest a way to remove an optional spkg,
> specifically the scitools++ package.
>
I only see scitools++ in experimental! Experimental packages are
dangerous if you don't know what you are doing, stay away :)!
> It looks like the scitools++ packag
Mike Hansen wrote:
> On Mon, May 4, 2009 at 12:19 PM, Jaap Spies wrote:
>> Another Python builtin is pow(), but how is it possible that
>> type(pow(2,9,11)) returns
>>
>>
>> Or am I mistaken?
>
> The pow() builtin just calls __pow__ on the first argument
Robert Bradshaw wrote:
> On May 4, 2009, at 10:45 AM, kcrisman wrote:
> len() is a Python builtin, which is a good indication that it will
> return Python types (especially when acting on a Python type). In
> fact, there's no way on the c-api level to return a Sage integer, as
> len() alway
Jason Grout wrote:
> However, to start troubleshooting, does the Jmol example work for you
> from the jmol website? For example, here:
>
> http://jmol.sourceforge.net/demo/atoms/
>
This demo crashed my seamonkey-1.1.15 :(!
But it worked in FF-3.0.8. This is on Fedora 9, 32 bit.
Jaap
>
Mikie wrote:
> Hi Jaap,
>
> Are you using Sage on a server like BlueHost?
>
I don't even know what Bluehost is.
Jaap
--~--~-~--~~~---~--~~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to
sage-su
Timothy Clemans wrote:
> On Sat, Apr 4, 2009 at 4:27 PM, Jaap Spies wrote:
>> Mikie wrote:
>>> I am in linux on BlueHost. ./sage and I get error shar libraies:
>>> requires glibc 2.5 or later.
>>>
>> I'm sorry. Here you are on your own. See the a
Timothy Clemans wrote:
> On Sat, Apr 4, 2009 at 4:57 PM, Jaap Spies wrote:
>> Mikie wrote:
>>> I am not using the notebooks. I want it to check answers to math
>>> problems in Moodle.
>>>
>> I'm very sorry. Can't help you.
>>
>>
Mikie wrote:
> I am not using the notebooks. I want it to check answers to math
> problems in Moodle.
>
I'm very sorry. Can't help you.
Jaap
--~--~-~--~~~---~--~~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group
Mikie wrote:
> Is anyone running Sage a non-dedicated server such as BlueHost,
> Godaddy, etc?
>
As far as I know: no!
This is probably a bad idea.
Jaap
> >
>
--~--~-~--~~~---~--~~
To post to this group, send email to sage-support@googlegroups.com
To unsub
Mikie wrote:
> I am in linux on BlueHost. ./sage and I get error shar libraies:
> requires glibc 2.5 or later.
>
I'm sorry. Here you are on your own. See the answer of Timothy.
Cheers,
Jaap
--~--~-~--~~~---~--~~
To post to this group, send email to sage-suppo
Mikie wrote:
> FireFox. I host is BlueHost. Can't I enter a url to start Sage?
>
Type notebook? at the sage prompt to get more documentation.
sage: notebook?
Jaap
--~--~-~--~~~---~--~~
To post to this group, send email to sage-support@googlegroups.com
To un
Mikie wrote:
> How do I test if from a browser?
>
Which browser? From where?
We definitely need more info.
Jaap
> On Apr 4, 11:07 am, Jaap Spies wrote:
>> Mikie wrote:
>>> I have have uploaded and installed Sage(the CentOS version) on my
>>> Linux server.
Mikie wrote:
> I have have uploaded and installed Sage(the CentOS version) on my
> Linux server. I have configured the sage script to point at the sage
> directory. Should it now start from a browser? If so how? The docs
> talk about "./sage" to start. Is this in Linux. I am a novice. I
> ha
davidp wrote:
> I am having trouble starting Sage 3.4 on two machines running Fedora:
>
> 1.
> poly> cd sage-3.4-Fedora_release_9-x86_64-Linux/
> poly> ./sage
> --
> | Sage Version 3.4, Release Date: 2009-03-11
Norbert Werner Sauer wrote:
> Hi;
> I changed the delimiters of matrices in the file:
>
> sage/devel/sage/sage/matrix/matrix0.pyx
>
> and then the recompile failed. The terminal returned
>
> the following on the command: sage -b
>
> dhcp71193:sage nsauer$ ./sage -b
>
> --
Norbert Werner Sauer wrote:
> Hi;
> I changed the delimiters of matrices in the file:
>
> sage/devel/sage/sage/matrix/matrix0.pyx
>
> and then the recompile failed. The terminal returned
>
> the following on the command: sage -b
>
> dhcp71193:sage nsauer$ ./sage -b
>
> ---
Alex Lara wrote:
>
> I think it is better option (1), but where can I get 3.4.rcl? I don't
> see it in the website of Sage.
>
http://sage.math.washington.edu/home/mabshoff/release-cycles-3.4/
> In your opinion, which option is better?
>
Compiling from source is straightforward, but takes so
Stan Schymanski wrote:
> Not sure if this helps, but one way of saving images in a batch process
> is to create a unique name within the loop that creates the plots and
> save the image using this name. For example, if the loop increments the
> integer i, and the images are created using matplo
hvniekerk wrote:
> Hi,
>
> Plots are displayed in my webbrowser and not in separate windows. When
> my browser isn't running at that time, it's started to display the
> plot. How can I change this behaviour?
>
Maybe you noticed the difference between the command line sage and the notebook.
In t
msafiri wrote:
> Hello everyone,
>
> I'm using SAGE to analyze the brain's vasculature. The vessel network
> is stored as a networkX graph and I would like to plot this graph from
> the SAGE command line (or notebook) using Paraview (http://
> www.paraview.org).
> I use OS X Leopard and I have th
Nikos Apostolakis wrote:
> Jaap Spies writes:
>
>> Nikos Apostolakis wrote:
>>> It seems that when the vertices are labelled 0,..., n-1 then the
>>> translation is simply 0 <-> n, and the rest is fixed. At least
>>> this is the case with all exa
Jaap Spies wrote:
> William Stein wrote:
>> On Sun, Jan 18, 2009 at 3:53 AM, Jaap Spies wrote:
>>> Nikos Apostolakis wrote:
>>>> The "translation=True" flag does not work after upgrading to sage 3.2.3
>>>> I am not sure when this behaviour w
Nikos Apostolakis wrote:
> Jaap Spies writes:
>
>> Nikos Apostolakis wrote:
>>> The "translation=True" flag does not work after upgrading to sage 3.2.3
>>> I am not sure when this behaviour was introduced. In version 2.10.2 it
>>> works fine,
mabshoff wrote:
>
>
> On Jan 18, 10:08 am, Jaap Spies wrote:
>> William Stein wrote:
>>> On Sun, Jan 18, 2009 at 3:53 AM, Jaap Spies wrote:
>
>
>
>>> Jaap -- great work tracking down when this broke. Could you open
>>> a trac ticket?
William Stein wrote:
> On Sun, Jan 18, 2009 at 3:53 AM, Jaap Spies wrote:
>> Nikos Apostolakis wrote:
>>> The "translation=True" flag does not work after upgrading to sage 3.2.3
>>> I am not sure when this behaviour was introduced. In version 2.10.2 it
>&
Nikos Apostolakis wrote:
> The "translation=True" flag does not work after upgrading to sage 3.2.3
> I am not sure when this behaviour was introduced. In version 2.10.2 it
> works fine, unfortunately I don't have a more recent old sage to check.
>
> sage: foo = Graph()
> sage: foo.add_edges(
David Joyner wrote:
> System wide, it works fine:
>
For me it works:
--
| Sage Version 3.2.1, Release Date: 2008-12-01 |
| Type notebook() for the GUI, and license() for information.|
-
Burcin Erocal wrote:
> On Thu, 13 Nov 2008 04:09:56 -0600
> Jason Grout <[EMAIL PROTECTED]> wrote:
>
>> Burcin Erocal wrote:
>>
>>>
>>> Returning to the question of how Sage plans to handle this, the
>>> short answer is "I am working on it." :)
>>>
>> Yeah!
>>
>>
>>> We will have a completely ne
mabshoff wrote:
>
>
> On Oct 30, 10:02 am, mabshoff <[EMAIL PROTECTED]
> dortmund.de> wrote:
>> On Oct 30, 10:00 am, davedo2 <[EMAIL PROTECTED]> wrote:
>>
>>> The install doc says that install from source isn't yet working with
>>> gcc 4.3.0.
>>> However, the version of gcc installed with Ubuntu
mabshoff wrote:
>
>
> On Apr 2, 7:07 pm, Jaap Spies <[EMAIL PROTECTED]> wrote:
>> William Stein wrote:
>>> Also, we could lean on (or become part of)
>>> the jmol developers and ask them to support gcj...
>> For the ease of use for Fedora users this
William Stein wrote:
> On Wed, Apr 2, 2008 at 9:51 AM, Jaap Spies <[EMAIL PROTECTED]> wrote:
>> mabshoff wrote:
>> >
>> >
>> > On Apr 2, 6:17 pm, "Luis Finotti" <[EMAIL PROTECTED]> wrote:
>> >> Dear all,
&
mabshoff wrote:
>
>
> On Apr 2, 6:17 pm, "Luis Finotti" <[EMAIL PROTECTED]> wrote:
>> Dear all,
>>
>> I've been having some problems with 3D plots in Sage 2.11.
>>
[...]
>
> FC6 ships gcj instead of the Sun Java SDK. Recent version of gcj do
> mostly work with jmol, but FC6's gcj is known to be
Jason Grout wrote:
>
> *thinking out loud* Is this maybe related to the fast_float stuff that
> Robert did in 2.10.1 if the error doesn't show up in 2.10? Justin, if
> you have 2.10.1 handy, can you try the plot command in there?
>
Don't think so! See IRC, thanks wjp! Why should Sage plot a
mabshoff wrote:
> Here we go with Sage 2.10.1.rc5. This is the *final* rc and
> it will be identical with the final 2.10.1 release modulo
> any critical bug fixes that will pop up over the next 12
> hours. The release is planned for the tonight (PST).
>
> We finally fixed the ATLAS build issue th
William Stein wrote:
> On 1/14/08, John Cremona <[EMAIL PROTECTED]> wrote:
>> Jaap is right:
>>
>> Compare
>>
>
> I've created and posted a patch here:
>
>http://trac.sagemath.org/sage_trac/ticket/1776
>
> Refereeing would be appreciated!
>
Works for me!
-
William Stein wrote:
> On 1/14/08, Jason Grout <[EMAIL PROTECTED]> wrote:
>> I noticed that the following gives an error in Sage 2.9:
>>
>> sage: f(x)=-x
>>
>> File "", line 1
>> : can't assign to function call (> console>, line 1)
Try this in Sage:
R. = QQ[]
M=matrix(R,2,3,[1,2,3,a,b,c])
M.permanent()
N = M.substitute(a=400,b=2,c=0)
print "Happy", N.permanent()
Jaap
Permanents are here forever!
--~--~-~--~~~---~--~~
To post to this group, send email to sage-support@googlegroups.com
To
mabshoff wrote:
>
>
> On Dec 17, 1:50 pm, "David Joyner" <[EMAIL PROTECTED]> wrote:
>> On Dec 17, 2007 7:31 AM, Jaap Spies <[EMAIL PROTECTED]> wrote:
>>
>>
[...]
>>>> # QUESTION: Upgrading Sage went fine, but now the banner still
mabshoff wrote:
>
>
> On Dec 17, 12:42 pm, "David Joyner" <[EMAIL PROTECTED]> wrote:
>
>> I did a sage -upgrade to 2.9 and had no serious problems but just notices
>> that
>> the startup banner is missing "2.9". Is that just me?
>
> I think William reported something similar. To fix it see t
William Stein wrote:
> On Nov 21, 2007 4:04 PM, Jaap Spies <[EMAIL PROTECTED]> wrote:
>> William Stein wrote:
>>> Hello folks,
>>> 2.8.14 is planned for next week, depending on how close the release
>>> will be to Sage Bug Day 6 on November 2nd, 2007 we
William Stein wrote:
> Hello folks,
>
> 2.8.14 is planned for next week, depending on how close the release
> will be to Sage Bug Day 6 on November 2nd, 2007 we might do another
December 2nd?
Jaap
--~--~-~--~~~---~--~~
To post to this group, send email to sage
William Stein wrote:
> On 9/23/07, Jaap Spies <[EMAIL PROTECTED]> wrote:
>> I remember having a working sage-2.3.x under windows,
>> but now I am lost. I followed the instructions.
>>
>> The notebook server says to connect to http://192.168.73.128
>> but Fi
I remember having a working sage-2.3.x under windows,
but now I am lost. I followed the instructions.
The notebook server says to connect to http://192.168.73.128
but Firefox times out.
Jaap
--~--~-~--~~~---~--~~
To post to this group, send email to sage-support
William Stein wrote:
> On 9/11/07, Jaap Spies <[EMAIL PROTECTED]> wrote:
>> I did not find this here:
>> http://docs.python.org/dev/3.0/whatsnew/3.0.html
>>
>> The 'old' behaviour seems to be continued:
>
> Specifically what he said in his talk wo
William Stein wrote:
>
> That said, I vaguely recall Guido van Rosum saying that he was
> seriously considering changing this behavior in "Python 3000",
> i.e., the version of Python that will seriously break backwards
> compatibility. I have no idea what will really happen.
>
I did not fi
William Stein wrote:
>> I'll try to install vmware again.
>
> Instead of doing that, or in addition, can you just look in your
> vmware configuration
> at everything network related and see if you can figure out a way to enable
> the
> network. What you want is that when you boot the sage vmwa
William Stein wrote:
> On 3/27/07, Jaap Spies <[EMAIL PROTECTED]> wrote:
>>> That's very annoying. What happens when you:
>>>
I think that I know what is going on. My laptop
with Windows Home Edition is protected by Zone Alarm!!!
Yes, allowing all connect
William Stein wrote:
> On 3/27/07, Jaap Spies <[EMAIL PROTECTED]> wrote:
>> Basicly this seems to work. I can use sage from the commandline, but
>> when I login as notebook nothing seems to happen. The login
>> prompt appears again.
>
> That's very anno
William Stein wrote:
> I've posted a new SAGE-vmware image to
>
> http://www.sagemath.org/SAGEbin/vmware/
>
> Please give it a try (at least 7 minutes after I send this email)
> and let me know what happens.
>
Basicly this seems to work. I can use sage from the commandline, but
when I log
Hi,
I would like to blow some life into this project:
http://pynovas.sourceforge.net/
as a "practical" aplication of SAGE.
Changing from swig to pyrex/sagex, from pure Python to SAGE.
Eventually creating a optional spkg.
Any suggestion is welcome.
Jaap
--~--~-~--~~~-
Help! For me this is surprising!
Jaap
---
sage: a = sloane.A001694; a
Powerful Numbers (also called squarefull, square-full or 2-full numbers).
sage: a.offset
1
sage: a(1)
1
sage: a(200)
11552
sage: a.list(12)
[1, 4, 8, 9, 16, 25, 27, 32, 36, 49, 64, 72]
sage: a(0)
Traceback (
After an hg_sage.pull(), running sage -br gives this problem:
Jaap
---
Traceback (most recent call last)
/home/jaap/work/downloads/sage-1.6/local/bin/ in ()
/home/jaap/downloads/sage-1.6/local/lib/python2.5/s
William Stein wrote:
> OK -- somehow I screwed up and pushed the alpha version of my code to the
> hg repository. It's fixed now. Please do the following:
>
> cd
> rm -rf devel/sage
> rm -rf devel/sage-main
> sage -f sage-1.4.1.2
>
> Then
>
> sage -br
>
This should be
William Stein wrote:
>>A fresh install of sage-1.4.1.2 seems to be successful, but
>>
>>The following tests failed:
>>
>>
>> sage -t devel/sage-main/sage/libs/ec/ec.pyx
>> sage -t devel/sage-main/sage/functions/orthogonal_polys.py
>
>
> They don't fail for me, so perhaps you sh
William Stein wrote:
> On Thu, 19 Oct 2006 12:32:06 -0700, Jaap Spies <[EMAIL PROTECTED]> wrote:
>
>
>>As I understand axiom is not a SAGE component. Which version of axiom is
>>needed?
>
>
> Upgrade to sage-1.4.1.2 (released minutes ago to fix this p
William Stein wrote:
> Go do the devel/sage directory and type
>
> sage -hg update -C
>
> Then type sage -br.
>
Writing
/home/jaap/downloads/sage-1.4.1.1/local/lib/python2.5/site-packages/sage
-0.0.0-py2.5.egg-info
real1m42.422s
user1m37.438s
sys 0m1.760s
---
William Stein wrote:
>
>
> Upgrade to sage-1.4.1.2 (released minutes ago to fix this problem).
> Or put "nodoctest" in the first line of
> devel/sage/sage/interfaces/axiom.py
>
upgrade failed with:
Host system
uname -a:
Linux paix.jaapspies.nl 2.6.18-1.2200.fc5smp #1 SMP Sat Oct 14 17:15
As I understand axiom is not a SAGE component. Which version of axiom is needed?
On my Fedora Core 5 system I have axiom 3.9 installed
> Use (help) to get some basic information on how to use GCL.
> AXIOM Computer Algebra System
> Version: Axiom 3.9 (S
1 - 100 of 101 matches
Mail list logo