Hi,
I created a Cython Debian package, which you can download from my repository:
http://debian.certik.cz/
It works, information how to easily use it on Debian is in
README.Debian, but it still needs some work until it could be uploaded
to unstable (man page, copyright etc.), but those are most
> Hello,
>
> I have to agree with Martin on this. I see little advantage in
> shipping a Qt application with Sage, especially since Qt4 static or
> dynamic adds easily 10 mb compressed. I have also written similar code
> (also qt 4.2.3 based) that has the added capability to wrap just
> about any
Hi,
I would like to discuss how to improve calculus in SAGE.
I know, that currently, most of the developers need other things more
urgently, but I think calculus will be the most frequently used part
in SAGE. For example all my friends and colleagues cannot really use
SAGE at the moment, because
On Nov 16, 2007 9:50 AM, Fabio Tonti <[EMAIL PROTECTED]> wrote:
> So basically, on the long run, you would like to use SymPy together with
> everything rewritten in Cython? Did I get it correctly?
Not necessarily. In the long run I want to have a very simple but fast
calculus engine, which people
On Nov 16, 2007 5:20 PM, mabshoff
<[EMAIL PROTECTED]> wrote:
>
>
>
> On Nov 16, 5:03 pm, Martin Albrecht <[EMAIL PROTECTED]>
> wrote:
> > On Thursday 15 November 2007, mabshoff wrote:
> >
> > > Searching some debian mailing lists I came across:
> >
> > > "Re: Advice on packaging SAGE" - see
> > >h
Hi,
thanks William, John and Martin for organizing SD6 and everyone else
to make this a very nice week. Here is my wrap-up:
http://ondrejcertik.blogspot.com/2007/11/sage-days-6.html
Ondrej
--~--~-~--~~~---~--~~
To post to this group, send email to sage-devel@goo
Hi,
my patches and spkg from SD6 is here:
http://sagetrac.org/sage_trac/ticket/1189
Ondrej
P.S. Can I have an account on sagemath please? So that I can leave new
spkgs in there (currently I link to my own server for that).
--~--~-~--~~~---~--~~
To post to this
> Please tag a ticket against a milestone. I assume you want this to go
> into 2.8.13. It would also be nice to have a small changelog attached
> to the the ticket so we know what is new and mention it in the release
> notes.
Done. Did you send this email 22 hours ago? I got it just now.
Ondrej
On Nov 17, 2007 6:29 PM, Jason Grout <[EMAIL PROTECTED]> wrote:
>
>
> Hi everyone,
>
> I've been thinking about how to implement interactive widgets in the
> notebook. Things like sliders, buttons, etc., that allow interactivity
> like Maplets in Maple or the Manipulate command in Mathematica 6.
> > > 1) Expose as much Maxima functionality as possible (one example is
> > > substitution of other things besides symbols).
>
> We've definitely laid the foundations for that step very very well.
Yes, nice work.
> > > 2) It's important to allow users to create their own functions and the
> > >
> * the new scipy.spkg does not build on sage.math in case you compile
> 2.8.12 from scratch. If you take the 2.8.12 binary from sage.math it
> does work. You are required to build the new numpy first, though. I
> tried fixing this, but after 8 hours I have given up. Once the new
> scipy failed ev
On Nov 19, 2007 12:14 AM, mabshoff
<[EMAIL PROTECTED]> wrote:
>
> I opened tickets for the doctest failures:
>
> #1202: sqlite-3.5.2.p1.spkg segfaults sage/databases/database.py
> #1203: 2.8.13.alpha0: flint doctest failures
> #1204: libs/cremona/constructor.py doctest failures
>
> You should comm
> Yep. Somebody mentioned Mathomatic there, which I don't ever
> remember scouring to see if it has anything at all to contribute to Sage:
>
>http://www.mathomatic.org/math/index.html
>
> It is GPL'd. I just downloaded it and built it from source on my mac in
> literally a few seconds, and i
sage-devel, so maybe
> people
> there (e.g., Ondrej Certik) will say more about what they're interested
> in doing.
See all the relevant discussion here:
http://groups.google.com/group/sage-newbie/browse_thread/thread/20283412c7064512
and here:
http://groups.google.com/gr
On Nov 20, 2007 8:17 PM, William Stein <[EMAIL PROTECTED]> wrote:
>
> On Nov 20, 2007 11:10 AM, [EMAIL PROTECTED]
> <[EMAIL PROTECTED]> wrote:
> > > As to syntax, I think in Python we could use:
> > > >>> integrate(cos(x), (x, -pi/2, pi/2))
> > > Because then you can
> > > use the syntax:
> > >
>
On Nov 20, 2007 11:44 PM, Stephen Forrest <[EMAIL PROTECTED]> wrote:
>
> On Nov 20, 2007 2:10 PM, [EMAIL PROTECTED]
> <[EMAIL PROTECTED]> wrote:
>
> [snip]
> > > Because then you can
> > > use the syntax:
> > >
> > > integrate(cos(x*y), (x, -pi/2, pi/2), (y, 0, pi))
> > >
> > > for multiple integ
Hi,
I just downloaded the 2.8.13 version and it says:
$ ./sage
--
| SAGE Version 2.8.13, Release Date: 2007-11-21 |
| Type notebook() for the GUI, and license() for information.|
> so startup + relocation takes 12 seconds. So there are maybe some
> problems on your end :(
I downloaded the binary version: sage-2.8.13-i686-Linux-debian32.tar.gz
I tried that on my laptop and it indeed took only 57s, which is less
than a minute. So there are probably some problems on my end.
Hi,
on sage.math, am I supposed to use:
http://sagemath.org/SAGEbin/linux/64bit/sage-2.8.13-x86_64-use_this_only_on_the_computer_sage_dot_math-Linux.tar.gz
? I tried that and this is what I got:
$ wget
http://sagemath.org/SAGEbin/linux/64bit/sage-2.8.13-x86_64-use_this_only_on_the_computer_sa
On Nov 22, 2007 1:37 PM, Ondrej Certik <[EMAIL PROTECTED]> wrote:
> > so startup + relocation takes 12 seconds. So there are maybe some
> > problems on your end :(
>
> I downloaded the binary version: sage-2.8.13-i686-Linux-debian32.tar.gz
>
> I tried that on my lapt
> The time has everything to do with filesystem speed (and sytem load),
> and very little to do with CPU speed. It literally takes only a few seconds
> on most unloaded modern systems with a good hard drive, since all it
> is doing is looking at a bunch of files and in some cases making some
> ch
On Nov 22, 2007 5:12 PM, William Stein <[EMAIL PROTECTED]> wrote:
>
> On Nov 22, 2007 5:20 AM, mabshoff
> <[EMAIL PROTECTED]> wrote:
> > > : libcsage.so: cannot open shared
> > > object file: No such file or directory
> > >
> > >
> > > So I think it's better to build it from source, right?
> >
>
> Thanks! By the way, your Python library
>
> http://www.soton.ac.uk/~juzi/software_povraython.html
>
> looks very interesting, and might make sense for inclusion in Sage.
> How does it work? Does it write a scene description file and call povray?
Povray is not open source (so it has to be
On Nov 25, 2007 5:19 AM, William Stein <[EMAIL PROTECTED]> wrote:
>
> Hello,
>
> Some of the Sage developers are considering including Pyx
> (http://pyx.sourceforge.net/)
> in Sage (http://sagemath.org).One issue is that I think Pyx is
> currently licensed GPL v2 only.
> Unfortunately Sage wil
> > cetril.pdf is the presentation, SAGE_Demo.sws the demo worksheet, and
> > SAGE_Demo.pdf the PDF version of that demo. The target audience is a group
> > of
> > people who want to promote open-source but probably are not into mathematics
> > at all. So presenting that we have a very sophistica
> I think it looks very good. Just one idea to the point you already
> made - I myself haven't heard of magma, before SAGE mentioned it.
>
> I've heard about Matlab, I myself used it a lot, but Python + NumPy +
> SciPy can do everything I myself needed in Matlab.
>
> So where SAGE really competes
On Nov 25, 2007 5:06 PM, Ondrej Certik <[EMAIL PROTECTED]> wrote:
> > I think it looks very good. Just one idea to the point you already
> > made - I myself haven't heard of magma, before SAGE mentioned it.
> >
> > I've heard about Matlab, I myself used
> And i would add a simple image : OpenOffice means that "anybody in the
> world" can have access to an "office" suite, which covers 99% of
> anybody's need. It's obvious that OpenOffice is NOT the best office
> suite and has some limitations.
> SAGE might soon be (maybe I'm wrong but...) usable b
Starting a new thread about licenses, so that those not interested
could skip that.
On Nov 25, 2007 11:53 PM, <[EMAIL PROTECTED]> wrote:
>
> > If it is true that SAGE is legaly unable to include GPL v2 only and
> > GPL v3 only programs, not modifying them, not relicensing them, but
> > just
> >
Hi,
I fixed my bad patch, now it passes all tests in 2.8.14:
http://sagetrac.org/sage_trac/ticket/1189
the main patch (also linked from the ticket) in text form browsable over web:
http://sagetrac.org/sage_trac/attachment/ticket/1189/sympy2.patch
Could someone familiar with coerce.pyx review
On Nov 26, 2007 5:15 AM, William Stein <[EMAIL PROTECTED]> wrote:
>
> On Nov 25, 2007 6:33 PM, David Roe <[EMAIL PROTECTED]> wrote:
> > Addition not commuting there bothers me. I can see why it's happening: a
> > SymPy object doesn't call into the coercion system. One possible solution
> > is to
> I want results of operations with sage objects to be sage objects. This is
> the same as it is with python objects now:
> sage_int+python_int=python_int+sage_int=sage_int
> Very simply, this is because I'm a sage user not a sympy user. I think that
> the sage SymbolicExpressionRing needs to ha
> Well, if I had to pick a nasty point to sage I would agree that it's huge-ness
> is seriously annoying. The slow import of "sage.all" really kills the
> pleasure for writing python programs which you want to use from bash, but I
That's exactly how I want to write Python programs. And I am sure
On Nov 26, 2007 7:36 PM, Robert Bradshaw <[EMAIL PROTECTED]> wrote:
>
>
> On Nov 25, 2007, at 8:15 PM, William Stein wrote:
>
> > On Nov 25, 2007 6:33 PM, David Roe <[EMAIL PROTECTED]> wrote:
> >> Addition not commuting there bothers me. I can see why it's
> >> happening: a
> >> SymPy object does
> I'm not seeing clearly what the problem is, could you please clarify
> some more. Thanks.
If you apply my first patch, you will get these segfaults:
sage -t devel/sage-main/sage/schemes/generic/spec.py sh: line
1: 2816 Segmentation fault
/home/ondrej/ext/sage-2.8.13-x86_64-Linux/local/
> $ sage -ipython
> >>> import sage.all
>
> I've done this in the past several times and each time greatly sped things up.
We did it too several times already in SymPy.
> When I'm actually doing real work, research, teaching, etc. this
> hugeness is not a wart to me at least in any way at al
> > $ apt-get install sage
> > $ python
> > Python 2.5.1 (r251:54863, Aug 17 2007, 00:51:07)
> > [GCC 4.1.3 20070812 (prerelease) (Debian 4.1.2-15)] on linux2
> > Type "help", "copyright", "credits" or "license" for more information.
> > >>> from sage.all import *
> > >>> print x**2
> >
> > And I
On Nov 27, 2007 5:44 AM, Robert Bradshaw <[EMAIL PROTECTED]> wrote:
>
>
> On Nov 26, 2007, at 8:23 PM, William Stein wrote:
>
> >>
> >> See
> >>
> >> http://sagetrac.org/sage_trac/attachment/ticket/1189/sympy-
> >> coerce.patch
> >>
> >> This on top of 2.8.14 + sympy.patch works great. (I wasn't a
On Nov 29, 2007 8:41 PM, Jaap Spies <[EMAIL PROTECTED]> wrote:
>
> Martin Albrecht wrote:
> > we won!
> >
> > Cheers,
> > Martin
Congratulations!
Ondrej
--~--~-~--~~~---~--~~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe fro
On Nov 29, 2007 6:34 PM, Jaap Spies <[EMAIL PROTECTED]> wrote:
>
> Today I installed vtk_meta-1.spkg.
>
> I'm searching for a replacement in SAGE for VPython (an amazing (teaching)
> tool).
> http://www.vpython.org/
>
> Remembering a note on the VPython mailing list brought me here:
>
> http://ww
Thanks for the summary.
I think that the native Windows port is very important, many
scientists use windows, especially those not that much computer
oriented.
As to the Debian - I have a very strict opinion on this - I think if
some program (project) cannot enter Debian unstable, for whatever
re
Hi,
because SAGE uses atlas packages and because many people run SAGE on
Debian, the native atlas Debian package should work, but currently
it's broken, as Michael Abshoff knows very well.
So when Michael finds some time, please send this email to
"[EMAIL PROTECTED]":
Package: atlas3-base
Versi
> Let us for instance install mayavi_2.0.1b1, traits, tvtk, etcetera:
>
> $ sudo easy_install -f dist -H dist enthought.ma* enthought.t*
>
Nice job Jaap. Thanks for sharing the instructions.
Ondrej
--~--~-~--~~~---~--~~
To post to this group, send email to sage-d
Hi,
an interesting project to know about, related to SAGE notebook, is Crunchy:
http://code.google.com/p/crunchy/
http://crunchy.sourceforge.net/
especially watch the screencast in there:
http://showmedo.com/videos/video?name=143&fromSeriesID=143
I tried that half a year ago and it was qu
Hi,
in case you don't know about the Google Highly Open Participation
Contest (GHOP), read this:
http://code.google.com/opensource/ghop/2007-8/
There are plenty of tasks in SAGE that could be handled by high school
students (any thoughts on that Timothy?).
The SAGE notebook has a lot of things
> I just tried downloading it, starting it by just immediately doing
> sage -python crunchy.py
> in the unzip directory, and it is an interactive Python tutorial.
> However, if you type something that results in an infinite loop
> into there i/o boxes you'll just freeze the whole server. You
> I'm not sure how Sage could participate, since it's not one of the
> list of software projects Google chose (Google chose what they
> viewed as the best of the Google Summer of Code projects).
>
> The only possible way I could think of for Sage to be involved would
> be to go here:
>
>
> ht
>
> SAGE brought fair amount of people to Python, right? So I think it's
> perfectly suitable for PSF.
I forgot to mention that Crunchy is also involved in that, so SAGE
notebook can be too.
I mentioned SAGE notebook to Crunchy in May already.
http://groups.google.com/group/crunchy-discuss/bro
Hi,
On Dec 7, 2007 6:50 AM, Joshua Kantor <[EMAIL PROTECTED]> wrote:
>
> I would be interested in helping with a PDE toolbox. I didn't want to
> work on it alone as I'm pretty sure I'd make some stupid design
> choices. It would be nice to start some work on PDE functionality in
> SAGE.
I would
Hi,
currrently *.py files in SAGE usually contain names who wrote them.
The famous Karl Fogel's Producing Open Source Software discourages
that:
http://producingoss.com/en/managing-volunteers.html#territoriality
mainly:
People sometimes argue in favor of author or maintainer tags in source
fi
On Dec 7, 2007 1:32 PM, David Joyner <[EMAIL PROTECTED]> wrote:
>
> I am certainly happy to share credit with anyone on any file I work on.
> IMHO, anyone who does anything non-trivial has the write to put their
> name on a xyz.py file, at least if they are happy to cede their copyright to
> Willi
> For variational problems, I've already written code in Maple to derive
> the element matrices. I presented a paper on in at the Maple 2005
> Conference. Unfortunately, I've been having a difficult time translating
> some of the things I did from Maple to Sage. It was only for 1D problems
> (sinc
On Dec 8, 2007 10:34 AM, Martin Albrecht <[EMAIL PROTECTED]> wrote:
>
> > Recall: we are not the borg. We all have names. What is the real
> > objective here? I'd like to help develop the best math software in the
> > world, and get credit for it. In the kind of job market many of us
> > face, thi
> My MATLAB code isn't available at the moment. It shouldn't be a
> problem translating it to Python. The problem is translating the Maple
> code that derives the element matrices to Sage. I'm not exactly thrilled
> with the design of the MATLAB code, but it works for my problems. I'd
> probably m
> > Again I strongly disagree with removing all the AUTHOR: blocks from
> > the Sage docstrings. I think doing this would
> >(1) stupidly ignore a huge amount of what makes Sage work,
> >(2) removes a valuable mechanism for getting a quick sense of
> > who the main people are who consider
On Dec 8, 2007 4:13 PM, Ismail Dönmez <[EMAIL PROTECTED]> wrote:
>
> http://science.slashdot.org/article.pl?sid=07/12/08/1350258 wow! :)
Ah, that's why http://sagemath.org/ is down. :)
Ondrej
--~--~-~--~~~---~--~~
To post to this group, send email to sage-devel@go
> EulerLagrange := proc(Lagrangian::anything, variables::list)
> local num_list, qv_name, vel_var, qv_subs, qv_unsubs, Lagrange_subs1,
> Lagrange_subs2, dL_dqv1, dL_dqv2, dL_dqv, dL_dqvt, dL_dq, dL_dq1,
> dL_dq2, dL_dq3, q_name, q_subs, q_unsubs:
> # create a list o
On Dec 8, 2007 6:57 AM, Ted Kosan <[EMAIL PROTECTED]> wrote:
>
> Timothy wrote:
>
> > Just 8/9 minutes after sending my letter to Python GHOP two mentors
> > wrote back that they would love to have Sage tickets. In fact Titus
> > Brown says he has heard good things about Sage.
> >
> > http://group
;? Little articles? Etc. I have never
> > blogged
> > > > >
> > > > > +1
> > > > > This could also be good to announce new versions, improvements,
> > papers
> > > > > written in Sage, etc. Developers blogging about Sage cou
On Dec 9, 2007 10:26 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> Hi bobby, What didier said is right.
> I know that blogs based on wordpress allow this - I don't have much
> experience in other platform to tell about them (but my guess is - it
> will be possible).
Yes, I use it regularly
> As one advances through graduate school and beyond, computers become an
> indispensable part and parcel of learning and research. Undergraduate
> students are taught the theory of the subject "by doing everything
> long-hand" and the computer is often not used as a tool to further
> learning. It
On Dec 10, 2007 8:37 PM, Ondrej Certik <[EMAIL PROTECTED]> wrote:
> > As one advances through graduate school and beyond, computers become an
> > indispensable part and parcel of learning and research. Undergraduate
> > students are taught the theory of the subject "
> -1
>
> Thanks for your perspective. However, I tend to disagree.
>
> The whole Sage development model is built on cooperation
> and to a huge extent that means trusting other people to help out,
> deciding on what people are good at and encouraging them
> to do just that, etc. When somebody
>
On Dec 10, 2007 8:07 PM, Bobby Moretti <[EMAIL PROTECTED]> wrote:
>
> Very cool. Now I just need to find time to blog! :)
And that's exactly the point of the planet, you don't have to find
time to blog regularly. If there are enough people on it, and if the
atmosphere is that they mark by "sage"
> It is an argument that is *only* for research pure mathematicians. For
> them it actually is _very_ important. For everybody else the whole
> idea of mathematical proof is somewhat irrelevant, and that's fine
> with me (I understand it -- I do both pure and applied math, and
> enjoy both and s
> Re-reading Tim's post I think you're right, and that I misunderstood
> what Tim was writing. I certainly agree that it's important to do the
> "boring" stuff, though I think the best strategy is to find people for whom
> the boring things are NOT boring, e.g., you cite doing releases as
> borin
On Dec 10, 2007 9:53 PM, Bobby Moretti <[EMAIL PROTECTED]> wrote:
>
> I think there are two steps:
>
> 1) start a blog - wordpress is frickin' easy to set up. For that, you'd go to
>
> http://wordpress.org/download/
>
> - grab the software, untar, set up apache to serve the directory (so
> perhaps
Hi,
just letting you know about one great project -- pyglet:
http://pyglet.org/
we use it for 3D graphics in SymPy, it is a pure python library, that
uses ctypes for binding to directx on win, opengl on linux and
something in mac os x. I am not an expert in 3D,
I just need something that just w
On Dec 10, 2007 11:19 PM, root <[EMAIL PROTECTED]> wrote:
>
> >Re-reading Tim's post I think you're right, and that I misunderstood
> >what Tim was writing. I certainly agree that it's important to do the
> >"boring" stuff, though I think the best strategy is to find people for whom
> >the boring
On Dec 10, 2007 11:03 PM, David Joyner <[EMAIL PROTECTED]> wrote:
>
> On Dec 10, 2007 4:58 PM, William Stein <[EMAIL PROTECTED]> wrote:
> >
> > On Dec 10, 2007 1:39 PM, David Joyner <[EMAIL PROTECTED]> wrote:
> > >
> > > The plots look really nice. Thanks for posting this.
> > > Since pyglet depen
Yep. As I said, either use a newer version of sympy, or install pyglet
directly. I don't want to upgrade sympy in sage yet, until my patch
gets accepted, so that no more problems are introduced. But I'll look
why pyglet isn't working from the notebook. As to opengl, I am not
sure it works out of t
On Dec 11, 2007 9:26 AM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> This seems to be similar to SDL (which has a python wrapper: pygame).
> I am worried about yet another "multimedia framework". We should have
> less of those instead of more.
I think you can just do 2D things easily in pyga
On Dec 11, 2007 5:20 PM, Ondrej Certik <[EMAIL PROTECTED]> wrote:
> On Dec 11, 2007 9:26 AM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> >
> > This seems to be similar to SDL (which has a python wrapper: pygame).
> > I am worried about yet another "
Hi,
there is an inconsistency problem with subs:
sage: e = x**2 + 1
sage: e
x^2 + 1
sage: e.subs(x= x**2)
x^4 + 1
sage: e.subs(x**2= x)
File "", line 1
: keyword can't be an expression
(, line 1)
sage: e.subs(x**2, x)
-
On Dec 11, 2007 5:53 PM, William Stein <[EMAIL PROTECTED]> wrote:
>
> On Dec 11, 2007 8:39 AM, Joel B. Mohler <[EMAIL PROTECTED]> wrote:
> >
> > Hi,
> >
> > I've noticed a very recent regression -- it worked 2 months ago.
> >
> > sage: t=var('t')
> > sage: f=t*cos(0)
> > sage: float(f(1))
> > 1.0
On Dec 11, 2007 8:18 PM, Jason Grout <[EMAIL PROTECTED]> wrote:
>
>
> Ondrej Certik wrote:
> > On Dec 11, 2007 5:20 PM, Ondrej Certik <[EMAIL PROTECTED]> wrote:
> >> On Dec 11, 2007 9:26 AM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> >>&g
Hi,
> > How do you know that I didn't want to view f more like g? What if I
> > simplify g
> > or do something else that rewrites g in some equivalent form that doesn't
> > show
> > the x^2 quite so obviously.
> >
> > I think this might be able to be carefully defined from a computational
> >
On Dec 11, 2007 9:48 PM, William Stein <[EMAIL PROTECTED]> wrote:
>
> On Dec 11, 2007 12:17 PM, Robert Bradshaw <[EMAIL PROTECTED]> wrote:
> >
> > On Dec 11, 2007, at 8:53 AM, William Stein wrote:
> >
> > > One possible solution would be to call simplify before
> > > doing float(...) -- but that c
On Dec 11, 2007 9:40 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> No offense! I have no strong feelings on this issue.
> But I am always worried when I see a new 1.0 open source project. It
> seems people
> prefer to start from scratch rather than enhancing an existing mature
> project.
A
Posting another reply of Alex, the author of pyglet:
On Dec 12, 2007 10:20 PM, Ondrej Certik <[EMAIL PROTECTED]> wrote:
> Thanks for your reply. So pygame+pyopengl is more or less equivalent
> to pyglet? I.e. it runs on win, linux, mac and it allows you to do
> basically the sam
On Dec 13, 2007 7:44 PM, Yi Qiang <[EMAIL PROTECTED]> wrote:
>
> Just a heads up, for people who are blogging about Sage, please tag
> your posts with 'sage'. This way we can keep the noise to signal ratio
> down on planet.sagemath.org.
Yes, this is imho very important. If there is a need, there
On Dec 14, 2007 12:30 PM, William Stein <[EMAIL PROTECTED]> wrote:
> On Dec 14, 2007 3:14 AM, Robert Bradshaw <[EMAIL PROTECTED]> wrote:
> >
> > I am extremely impressed! It seems to be specifically optimized for
> > rendering molecules, but I'm going to write an exporter for our 3d
> > shapes as
Hi,
how is the SAGE API reference done? Using docutils?
I am looking for some tool for documenting SymPy and so far I tried:
epydoc, pygment, pudge, apydia and all fail for sympy producing some
error.
So I am curious what your experience with such tools are and what is
your favourite?
The SAG
On Dec 14, 2007 7:37 PM, William Stein <[EMAIL PROTECTED]> wrote:
>
> On Dec 14, 2007 5:11 AM, Ondrej Certik <[EMAIL PROTECTED]> wrote:
> >
> > Hi,
> >
> > how is the SAGE API reference done? Using docutils?
>
> No. It doesn't use docutils.
&g
On Dec 14, 2007 7:37 PM, mabshoff
<[EMAIL PROTECTED]> wrote:
>
>
>
> On Dec 14, 7:12 pm, "Fabio Tonti" <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> > Hmm... the author of this post doesn't seem to realize what Sage is
> > about, correct me if I'm wrong!?!
>
> I am under the impression that the author ex
I think google makes it user specific, since I just tried that on
another computer and there sagemath is the first result for "sage"!
Ondrej
On Dec 18, 2007 11:21 PM, Bill Hart <[EMAIL PROTECTED]> wrote:
>
> Half way up page two in Australia. So in the rankings that really
> count we still have
ROTECTED]> wrote:
>
> Are you sure that you haven't got your Google search bar set to "Sage search"?
>
> John
>
> On 19/12/2007, Ondrej Certik <[EMAIL PROTECTED]> wrote:
> >
> > I think google makes it user specific, since I just tried that on
&
On Dec 20, 2007 8:18 AM, Carl Witty <[EMAIL PROTECTED]> wrote:
>
> On Dec 19, 4:50 pm, "Ted Kosan" <[EMAIL PROTECTED]> wrote:
> > The following code works in version 2.8.13 of SAGE:
> >
> > a = (16*x - 13)/6 == (3*x + 5)/2 - (4 - x)/3
> >
> > But when I execute it in version 2.9, the followin
On Dec 20, 2007 9:39 PM, Ondrej Certik <[EMAIL PROTECTED]> wrote:
> Hi,
>
> today I was attending a Lie group lecture and the teacher Karel Houfek
> wrote the attached program in Mathematica
> to calculate some Lie groups generators etc. So my first question was
> if I
> > (a) eternal peace and prosperity for mankind
> > (b) infinite personal power and wealth
> > (c) having the people responsible for designing Fortran run time
> > libraries and linker modes/modules beamed into space
> >
> > I would choose (c) without having to think about it.
>
> I don't know
On Dec 21, 2007 9:33 AM, William Stein <[EMAIL PROTECTED]> wrote:
>
> On Dec 20, 2007 11:33 PM, <[EMAIL PROTECTED]> wrote:
> >
> > That was my initial reaction, too. In a closed system, it makes sense --
> > for the public notebook, it doesn't immediately seem like such a bad thing,
> > but it
On Dec 21, 2007 11:56 AM, harald schilly <[EMAIL PROTECTED]> wrote:
>
>
>
> On Dec 20, 9:39 pm, "Ondrej Certik" <[EMAIL PROTECTED]> wrote:
>
> > If Michael and others succeed in a native Windows port, needing just
> > couple hundreds MB, then Sa
On Dec 21, 2007 1:18 PM, mabshoff
<[EMAIL PROTECTED]> wrote:
>
> On Dec 21, 11:56 am, harald schilly <[EMAIL PROTECTED]> wrote:
> > On Dec 20, 9:39 pm, "Ondrej Certik" <[EMAIL PROTECTED]> wrote:
> >
> > > If Michael and others succeed in a
On Dec 21, 2007 1:35 PM, David Joyner <[EMAIL PROTECTED]> wrote:
>
> Hi:
> I wonder what SAGE developers think of the following idea:
> to include in SAGE some functions which make the
> creation of latex structures easier (for the purpose of
> writing papers, etc). I'm thinking of two things:
> (
> >
> > The vast majority of users on the desktop use Windows and do not have
> > access to Linux or OSX.
>
> The vast majority of users on the desktop give a damn of calculating
> anything!! ;)
Well, yes, but all people I know of that use Mathematica use Windows
on the desktop. Those are kinds o
Hi,
as a Christmas present from me, Cython made it to Debian couple of hours ago:
http://packages.debian.org/sid/cython
Could you please Robert release a new version with the automatic
range() conversion? I'll package it.
I could of course take the hg changeset and patch the debian package,
but
On Dec 23, 2007 12:05 AM, William Stein <[EMAIL PROTECTED]> wrote:
>
> On Dec 21, 2007 6:54 PM, Ted Kosan <[EMAIL PROTECTED]> wrote:
> > William wrote:
> >
> > > MISSION STATEMENT: Provide as soon as possible a viable free
> > > open source alternative to Maple, Mathematica, Magma, and Matlab.
>
Hi Tim!
> >Me too. I've been struck by the fact that most of the people that
> >I've talked to about Sage, including graduate students (in other
> >fields), are most interested in the calculus kind of stuff.
>
> Axiom implements the Risch Algorithm for elementary functions.
> If it returns the an
Hi,
I needed to write 2D Ising model simulation into my school and I
decided to compare the two possible solutions how to do it, so I of
course wrote
it in Python, then rewrote it in Fortran + f2py, and also Cython. What
is better? Read below. :) But for the impatient, I am going to use
Cython,
> I am quite shocked that g77 is that far ahead on the performance
> curve. I am sure I would have heard about it by now if that was the
> general case, but is there any chance your code might hit some corner
> case in gfortran? Which gfortran did you use exactly? Does using g95
$ gfortran --vers
1 - 100 of 774 matches
Mail list logo