[sage-devel] Re: Christmas once again ...

2008-12-11 Thread [EMAIL PROTECTED]
Thanks for those David - they look great and will appear on walking randomly soon. Best Wishes, Mike On Dec 10, 1:17 pm, "David Joyner" <[EMAIL PROTECTED]> wrote: > On Wed, Dec 10, 2008 at 3:00 AM, [EMAIL PROTECTED] > > <[EMAIL PROTECTED]> wrote: > > >

[sage-devel] Re: Christmas once again ...

2008-12-10 Thread [EMAIL PROTECTED]
that only works on a particular version of SAGE then I have a fighting chance of getting it to run. Best Wishes, Mike On 1 Dec, 11:36, mabshoff <[EMAIL PROTECTED]> wrote: > On Dec 1, 2:47 am, "David Joyner" <[EMAIL PROTECTED]> wrote: > > > > > That p-a

[sage-devel] Sage Version 3.2.1 on OS X 10.5: error in notebook loading code

2008-12-06 Thread [EMAIL PROTECTED]
Project Assistant Professor University of Tokyo Department of Creative Informatics Engineering Building 6, Room 230 7-3-1 Hongo, Bunkyo-ku, Tokyo 113-8656, Japan www.k2.t.u-tokyo.ac.jp / [EMAIL PROTECTED] --~--~-~--~~----~---~--~~ To post to this group, send email to

[sage-devel] Re: A simpler SAGE?

2008-11-26 Thread [EMAIL PROTECTED]
~--~~~---~--~~ 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 http://groups.google.com/group/sage-devel URLs: http://www.sagemath.org -~--~~~~--~~--~--~---

[sage-devel] Re: PolynomialRing over FractionField and Singular

2008-11-22 Thread [EMAIL PROTECTED]
Hmm I asked the same question a while ago. Seems it wasn't noticed then:) http://groups.google.com/group/sage-support/browse_thread/thread/3ab2e924e5d887f7/ddeae645aced582f?lnk=gst&q=michel#ddeae645aced582f Regards, Michel On Nov 22, 1:01 pm, Martin Albrecht <[EMAIL PROTE

[sage-devel] Re: Possible to improve "inconsistency" between notations for exponentiation?

2008-11-02 Thread [EMAIL PROTECTED]
On Nov 2, 12:14 pm, mabshoff <[EMAIL PROTECTED]> wrote: > Sage already does that via its preparser: > > sage: x^2 > x^2 > sage: x**2 > x^2 > sage: preparse("x^2") > 'x**Integer(2)' Yes but I don't think you are claiming that Python code

[sage-devel] Re: Why Sage needs var(...) commands unlike Mathematica?

2008-11-02 Thread [EMAIL PROTECTED]
On Nov 2, 4:23 pm, "William Stein" <[EMAIL PROTECTED]> wrote: > sage: f(x,y,z,theta) = x+y-z/theta    # I didn't ever do var('x,y,z,theta') > sage: f.integrate(theta) > (x, y, z, theta) |--> -log(theta)*z + theta*y + theta*x Yes thank

[sage-devel] Re: Possible to improve "inconsistency" between notations for exponentiation?

2008-11-02 Thread [EMAIL PROTECTED]
On Nov 1, 11:30 pm, "Justin C. Walker" <[EMAIL PROTECTED]> wrote: > Changing "^" to "**" would improve the consistency, not the   > inconsistency  :-} > > I know what you mean, but I think we're wedded to the difference. What about if Sage

[sage-devel] Re: Branch cuts of complex functions

2008-11-02 Thread [EMAIL PROTECTED]
Thanks a lot ! Michel On Nov 2, 6:16 pm, John H Palmieri <[EMAIL PROTECTED]> wrote: > How about this? > > <http://trac.sagemath.org/sage_trac/ticket/4423> > >   John > > On Nov 2, 8:46 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > >

[sage-devel] Re: Branch cuts of complex functions

2008-11-02 Thread [EMAIL PROTECTED]
--~ 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 http://groups.google.com/group/sage-devel URLs: http://www.sagemath.org -~--~~~~--~~--~--~---

[sage-devel] Branch cuts of complex functions

2008-11-02 Thread [EMAIL PROTECTED]
documentation of a complex function should specify its branchcuts Michel --~--~-~--~~~---~--~~ 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

[sage-devel] Possible to improve "inconsistency" between notations for exponentiation?

2008-11-02 Thread [EMAIL PROTECTED]
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 http://groups.google.com/group/sage-devel URLs: http://www.sagemath.org -~--~~~~--~~--~--~---

[sage-devel] Why Sage needs var(...) commands unlike Mathematica?

2008-11-02 Thread [EMAIL PROTECTED]
send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://www.sagemath.org -~--~~~~--~~--~--~---

[sage-devel] Re: Plotting is too complicated....

2008-11-01 Thread [EMAIL PROTECTED]
lex function and not so x^2 (which of course can also be extended to the complex plane). Again why is there a distinction? I think inconsistency is an enemy of user friendlyness. Regards, Michel On Nov 1, 1:24 pm, mabshoff <[EMAIL PROTECTED]> wrote: > On Nov 1, 4:59 am, "[EMAIL PR

[sage-devel] Plotting is too complicated....

2008-11-01 Thread [EMAIL PROTECTED]
this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://www.sagemath.org -~--~~~~--~~--~--~---

[sage-devel] Re: Inconsistency in interpreting the arguments of some functions

2008-10-01 Thread [EMAIL PROTECTED]
ferentiation in the point 1/2+I (yes I know this depends on zeta_symmetric being holomorphic, it is only an example). Michel --~--~-~--~~~---~--~~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to [EMAIL

[sage-devel] Re: Sage/Mercurial Merge Question

2008-09-30 Thread [EMAIL PROTECTED]
[sage-3.1.2]> ./sage -clone special_values Now cloning the current SAGE library branch... ... sage [sage-3.1.2]> cd devel/sage-special_values/ sage [sage-special_values]> hg pull ssh://[EMAIL PROTECTED]//Users/jonhanke/Documents/sage-2.8.14/devel/sage-special_values The authenticit

[sage-devel] Re: Sage/Mercurial Merge Question

2008-09-30 Thread [EMAIL PROTECTED]
Great That's much simpler. =) This clears up the patch forcing, but I still get merge conflict errors when I run 'hg merge'. Is there a nice way resolving these conflicts? Thanks, -Jon =) On Sep 30, 11:58 am, "William Stein" <[EMAIL PROTECTED]> wrote: &g

[sage-devel] Re: sages python is missing dl.so

2008-09-28 Thread [EMAIL PROTECTED]
module. THANKS Scott On Sep 28, 2:33 pm, mabshoff <[EMAIL PROTECTED]> wrote: > On Sep 28, 11:28 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> > wrote: > > Hi Scott, > > > When I build sage from source in $HOME/sage-3.1.2 the python lib is > > missing

[sage-devel] sages python is missing dl.so

2008-09-28 Thread [EMAIL PROTECTED]
sage-devel@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://www.sagemath.org -~--~~~~--~~--~--~---

[sage-devel] Re: Sage on french TV

2008-08-30 Thread [EMAIL PROTECTED]
08.wmv Confirmed. Interestingly not of the other media players on Ubuntu 8.04 (vlc,xine,totem) seem to be able to play the stream. --~--~-~--~~~---~--~~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to [EMA

[sage-devel] Sage components compatible with GPLv3?

2008-08-27 Thread [EMAIL PROTECTED]
censes? That'd be troublesome. Chris --~--~-~--~~~---~--~~ 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 http://groups.google.com/group/sage-devel URLs: http://www.sagemath.org -~--~~~~--~~--~--~---

[sage-devel] Understanding __init__ in ode_solver

2008-08-19 Thread [EMAIL PROTECTED]
~~---~--~~ 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 http://groups.google.com/group/sage-devel URLs: http://www.sagemath.org -~--~~~~--~~--~--~---

[sage-devel] Re: Sage-3.0.5 Solaris-x86-sse3 binary

2008-07-22 Thread [EMAIL PROTECTED]
... it doesn't look like it will be long before the solaris port is adequate ;) On Jul 16, 11:17 am, mabshoff <[EMAIL PROTECTED]> wrote: > On Jul 16, 1:33 am, "Dr. David Kirkby" <[EMAIL PROTECTED]> > wrote: > > > On 15 Jul, 23:48, mabshoff <[EMAIL PRO

[sage-devel] Re: Package management and versioning

2008-07-21 Thread [EMAIL PROTECTED]
t be done all at once. /vincent --~--~-~--~~~---~--~~ 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 http://groups.google.com/group/sage-devel URLs: http://www.sagemath.org -~--~~~~--~~--~--~---

[sage-devel] Re: Package management and versioning

2008-07-21 Thread [EMAIL PROTECTED]
ar the bad does outweigh the good by a > mile. We do KISS for a reason :) I will keep the list informed as I go. Not desperate yet ! And even if the system is only for optional packages, it would still be a useful addition to Sage. (As opposed to, say, GNU hello :->) Cheers, /vincent --~-

[sage-devel] Re: Package management and versioning

2008-07-20 Thread [EMAIL PROTECTED]
oup, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://www.sagemath.org -~--~~~~--~~--~--~---

[sage-devel] Re: Package management and versioning

2008-07-20 Thread [EMAIL PROTECTED]
---~---~--~~ 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 http://groups.google.com/group/sage-devel URLs: http://www.sagemath.org -~--~~~~--~~--~--~---

[sage-devel] Re: Package management and versioning

2008-07-20 Thread [EMAIL PROTECTED]
(possibly non-optional) package, which would then not be too far away, would be nice to have ... /v --~--~-~--~~~---~--~~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more op

[sage-devel] Package management and versioning

2008-07-20 Thread [EMAIL PROTECTED]
/vincent --~--~-~--~~~---~--~~ 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 http://groups.google.com/group/sage-devel URLs: http://www.sagemath.org -~--~~~~--~~--~--~---

[sage-devel] Re: Sage-3.0.5 Solaris-x86-sse3 binary

2008-07-15 Thread [EMAIL PROTECTED]
Nice work! Haven't been able to try it yet, the download link seems to be dead for me as well, though the server is alive according to ping. On Jul 15, 6:48 pm, mabshoff <[EMAIL PROTECTED]> wrote: > On Jul 15, 3:18 pm, "Dr. David Kirkby" <[EMAIL PROTECTED]> &

[sage-devel] Re: Sage-3.0.5 Solaris-x86-sse3 binary

2008-07-15 Thread [EMAIL PROTECTED]
ting point ... Thanks for all your work in any case ! /vincent --~--~-~--~~~---~--~~ 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 http:/

[sage-devel] Re: extending of notebook interface

2008-06-12 Thread [EMAIL PROTECTED]
On 12 lip, 01:20, "William Stein" <[EMAIL PROTECTED]> wrote: > On Wed, Jun 11, 2008 at 4:03 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > On 11 lip, 19:34, "William Stein" <[EMAIL PROTECTED]> wrote: > >> On Wed, Ju

[sage-devel] Re: extending of notebook interface

2008-06-12 Thread [EMAIL PROTECTED]
On 12 lip, 01:20, "William Stein" <[EMAIL PROTECTED]> wrote: > On Wed, Jun 11, 2008 at 4:03 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > On 11 lip, 19:34, "William Stein" <[EMAIL PROTECTED]> wrote: > >> On Wed, Ju

[sage-devel] Re: extending of notebook interface

2008-06-11 Thread [EMAIL PROTECTED]
On 11 lip, 19:34, "William Stein" <[EMAIL PROTECTED]> wrote: > On Wed, Jun 11, 2008 at 10:24 AM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > I've started to study the code and play with it, and then of course, > > other > > obligation

[sage-devel] Re: extending of notebook interface

2008-06-11 Thread [EMAIL PROTECTED]
y to do that. This should be done in such a way to be easily configurable to enable the use of sage server in various settings. Any suggestions? Ivica On 11 lip, 04:13, "William Stein" <[EMAIL PROTECTED]> wrote: > On Wed, May 28, 2008 at 8:25 PM, [EMAIL PROTECTED] <[EMAIL PRO

[sage-devel] Numerical Linear Algebra Followup

2008-06-11 Thread [EMAIL PROTECTED]
\ 117 two-dimensional' % len(a.shape) : 'sage.matrix.matrix_generic_dense.Matrix_generic_de' object has no attribute 'shape' --~--~-~--~~~---~--~~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe fr

[sage-devel] Signal Handling

2008-06-09 Thread [EMAIL PROTECTED]
devel@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://www.sagemath.org -~--~~~~--~~--~--~---

[sage-devel] osx, easy install, steps 4-6

2008-06-04 Thread [EMAIL PROTECTED]
.: I am absolutely new to sage, maybe someone knows some good resources for doing dsp in sage? Any tips appreciated. thnx --~--~-~--~~~---~--~~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROT

[sage-devel] Re: Sage Days

2008-05-31 Thread [EMAIL PROTECTED]
"Lie Algebras/Algebraic Groups" as a new package. For this last one I know that there are several freely available packages (e.g. LIE), but I'm not sure if they are actively maintained. Thanks for the great question! -Jon =) On May 26, 9:41 pm, "William Stein" <

[sage-devel] Re: extending of notebook interface

2008-05-28 Thread [EMAIL PROTECTED]
OK. Source code seems reasonably readable. I'll start playing with the code, and see where I'll end up. On 29 svi, 03:10, "Timothy Clemans" <[EMAIL PROTECTED]> wrote: > Hi, > > Thanks for showing your interest in working on the Notebook. I'm one > of t

[sage-devel] extending of notebook interface

2008-05-28 Thread [EMAIL PROTECTED]
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 http://groups.google.com/group/sage-devel URLs: http://www.sagemath.org -~--~~~~--~~--~--~---

[sage-devel] Re: Graph planarity

2008-05-23 Thread [EMAIL PROTECTED]
L compatible. It had previously been under Boyer's personal license. --~--~-~--~~~---~--~~ 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 ht

[sage-devel] Re: Sage at ANTS

2008-05-14 Thread [EMAIL PROTECTED]
Hi John, I'll be at the overlapping Symmetric spaces conference, starting a day later. Hope to see you there, -Jon =) On May 13, 11:40 pm, "John Cremona" <[EMAIL PROTECTED]> wrote: > Are any other Sagers going to be at ANTS next week? > > http://a

[sage-devel] Re: Migrating CDF and RDF matrices to numpy

2008-05-12 Thread [EMAIL PROTECTED]
, mabshoff <[EMAIL PROTECTED]> wrote: > On May 11, 6:39 am, "William Stein" <[EMAIL PROTECTED]> wrote: > > > > > On Sat, May 10, 2008 at 9:27 PM, Jason Grout > > > <[EMAIL PROTECTED]> wrote: > > > > [EMAIL PROTECTED] wrote: > > >

[sage-devel] Re: A Sage Enhancement Proposal: Lattice Modules

2008-05-02 Thread [EMAIL PROTECTED]
On Apr 29, 10:00 am, "John Cremona" <[EMAIL PROTECTED]> wrote: > Jon's vision of lattices would include the ones I mentioned before > (f.g. but not necessarily free R-modules where R is a Dedekind Domain, > with one or more embeddings into RR^n or CC^n). > >

[sage-devel] Re: A Sage Enhancement Proposal: Lattice Modules

2008-04-28 Thread [EMAIL PROTECTED]
discussion, since it would be great to have a uniform framework to build these additional structures on! Thanks, --Jon =) On Apr 28, 10:52 pm, David Kohel <[EMAIL PROTECTED]> wrote: > I support John's view that real-valued lattice need also to be taken > into account.  Minko

[sage-devel] Re: Do I need Expect to invoke Sage from a *python* script?

2008-04-04 Thread [EMAIL PROTECTED]
On Apr 4, 2:01 pm, "Mike Hansen" <[EMAIL PROTECTED]> wrote: > In your Python program, you'd use > something like "s = Sage()" and use the s object to interact with a > separate Sage process. Mike, Thanks! I tried it and it worked!!! ... import sage.al

[sage-devel] Re: Do I need Expect to invoke Sage from a *python* script?

2008-04-04 Thread [EMAIL PROTECTED]
On Apr 3, 12:44 pm, Robert Bradshaw <[EMAIL PROTECTED]> wrote: > "sage -python" simply runs the version of Python that sage installed, > which is the one that has all the Sage libraries imported into it. > "sage -python my_big_web_app.py" should work fine.

[sage-devel] Re: Do I need Expect to invoke Sage from a *python* script?

2008-04-03 Thread [EMAIL PROTECTED]
On Apr 3, 11:39 am, "Timothy Clemans" <[EMAIL PROTECTED]> wrote: > So write your script and then do "sage -python blah.py" Timothy Thanks. My specific "python script" is a full blown python web app/ server that I want to invoke Sage on behalf of vari

[sage-devel] Do I need Expect to invoke Sage from a *python* script?

2008-04-03 Thread [EMAIL PROTECTED]
to sage-devel@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://www.sagemath.org -~--~~~~--~~--~--~---

[sage-devel] Re: How access sage from a script or another app?

2008-03-29 Thread [EMAIL PROTECTED]
On Mar 29, 4:20 pm, Robert Bradshaw <[EMAIL PROTECTED]> wrote: > One can use a unix pipe/pseudo-tty to communicate with it as a unix > process. Robert Thanks! Any docs anywhere on how to set this up? Chris --~--~-~--~~~---~--~~ To post to this group

[sage-devel] How access sage from a script or another app?

2008-03-29 Thread [EMAIL PROTECTED]
this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://www.sagemath.org -~--~~~~--~~--~--~---

[sage-devel] Numerical Linear Algebra?

2008-02-25 Thread [EMAIL PROTECTED]
, -Jon =) --~--~-~--~~~---~--~~ 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 http://groups.google.com/group/sage-devel URLs: http://www.sagemath.org -~--~~~~--~~--~--~---

[sage-devel] Re: Mac-like application for Sage on Mac

2008-02-12 Thread [EMAIL PROTECTED]
, and have used it for other backup scripts and the like. The website seems to be down, but, in the meantime, there's a good article here: http://www.tuaw.com/2007/05/08/platypus-create-mac-binaries-from-ruby-perl-shell-scripts-et/ On Feb 11, 8:43 pm, Ivan Andrus <[EMAIL PROTECTED]> wro

[sage-devel] Mac-like application for Sage on Mac

2008-02-09 Thread [EMAIL PROTECTED]
e Mac are actually folders (unix directories). Does this sound like it would be useful to the Sage community if I could get it working? --~--~-~--~~~---~--~~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to [E

[sage-devel] Re: Wiris -- something like the Sage notebook sort of

2008-01-14 Thread [EMAIL PROTECTED]
s something useful will come of that. Davide --~--~-~--~~~---~--~~ 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 http://groups.google.com/group/sage-dev

[sage-devel] Building HTML Documentation for SAGE?

2008-01-12 Thread [EMAIL PROTECTED]
-Jon =) --~--~-~--~~~---~--~~ 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 http://groups.google.com/group/sage-devel URLs: http://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/ -~--~~~~--~~--~--~---

[sage-devel] Re: Block matrices?

2008-01-08 Thread [EMAIL PROTECTED]
eneral objects. --~--~-~--~~~---~--~~ 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 http://groups.google.com/group/sage-devel URLs: http://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/ -~--~~~~--~~--~--~---

[sage-devel] Re: Block matrices?

2008-01-08 Thread [EMAIL PROTECTED]
On Jan 9, 7:43 am, "William Stein" <[EMAIL PROTECTED]> wrote: > On Jan 8, 2008 4:27 AM, vgermrk <[EMAIL PROTECTED]> wrote: > > > > > Is there a way to construct block matrices in SAGE? > > Not just the "block_sum", "augment" and

[sage-devel] Re: Wiris -- something like the Sage notebook sort of

2008-01-08 Thread [EMAIL PROTECTED]
On 8 Jan., 09:37, Francois <[EMAIL PROTECTED]> wrote: > On Jan 8, 8:50 pm, "William Stein" <[EMAIL PROTECTED]> wrote: > > > On Jan 7, 2008 11:42 PM, Francois <[EMAIL PROTECTED]> wrote: > > > > On Jan 8, 8:22 pm, "Fernando Perez" <[E

[sage-devel] Re: inner product of complex vectors

2008-01-06 Thread [EMAIL PROTECTED]
n appropriate definition for inner_product() is surely a bug. > It should be easy to fix if the parent field is CC (or is coerciable > to CC?). > > John > > On 06/01/2008, Fabio Tonti <[EMAIL PROTECTED]> wrote: > > > > > sage: u=vector([2+3*I,5+2*I,-3+I]) >

[sage-devel] error calling vector() from scripts

2008-01-03 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED]/JC% cat vectest.py #!/bin/env sage import sys from sage.all import * vector([104, 1117, 386]) [EMAIL PROTECTED]/JC% ./vectest.py Traceback (most recent call last): File "./vectest.py", line 5, in vector([104, 1117, 386]) File "free_module_element.pyx

[sage-devel] Stand-alone sage scripts.

2008-01-03 Thread [EMAIL PROTECTED]
efy the env man page: [EMAIL PROTECTED] ~]$ ./factor.sage /usr/bin/env: sage -python: No such file or directory Using just "#!/usr/bin/env sage" works: [EMAIL PROTECTED] ~]$ ./factor.sage 20 2^2 * 5 --~--~-~--~~~---~--~~ To post to this group,

[sage-devel] Error occurred while installing scipy-20071020-0.6.p2

2008-01-02 Thread [EMAIL PROTECTED]
---~--~~~---~--~----~ 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 http://groups.google.com/group/sage-devel URLs: http://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/ -~--~~~~--~~--~--~---

[sage-devel] Re: Client side application idea: QT/Webkit + Notebook

2007-12-26 Thread [EMAIL PROTECTED]
On Dec 27, 12:29 am, "William Stein" <[EMAIL PROTECTED]> wrote: > On Dec 26, 2007 10:22 PM, [EMAIL PROTECTED] > > > > <[EMAIL PROTECTED]> wrote: > > > Instead of remaking the wheel for a sage client side application, one > > possibility wou

[sage-devel] Client side application idea: QT/Webkit + Notebook

2007-12-26 Thread [EMAIL PROTECTED]
se quite a few people might like it. --~--~-~--~~~---~--~~ 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 http://groups.google.com/group/sage-devel URLs: h

[sage-devel] Re: Why does sage not use Qemu?

2007-12-26 Thread [EMAIL PROTECTED]
If I recall correctly, you can use a disk image utility included with QEMU to convert a vmware image to one usable by QEMU, or even an image that can be written directly to disk (e.g. via the dd command). On Dec 26, 8:52 am, Martin Albrecht <[EMAIL PROTECTED]> wrote: > Hi there, > &

[sage-devel] "solving" equations that are always true

2007-12-18 Thread [EMAIL PROTECTED]
) [] --~--~-~--~~~---~--~~ 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 http://groups.google.com/group/sage-devel URLs: http://sage.scipy.org/sage/ and http

[sage-devel] Re: pyglet for 3D graphics

2007-12-11 Thread [EMAIL PROTECTED]
distribution. Regards, Michel --~--~-~--~~~---~--~~ 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 http://groups.google.com/group/sage-devel URLs: http

[sage-devel] Re: pyglet for 3D graphics

2007-12-11 Thread [EMAIL PROTECTED]
sage-devel@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/ -~--~~~~--~~--~--~---

[sage-devel] Re: notebook() does not work on MacOS 10.4 with version 2.8.15

2007-12-10 Thread [EMAIL PROTECTED]
Thanks that fixed it. -john On Dec 10, 2:50 pm, "William Stein" <[EMAIL PROTECTED]> wrote: > On Dec 10, 2007 2:13 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > > > Hi, > > I hope this is the right place to summit a bug report, I could not

[sage-devel] notebook() does not work on MacOS 10.4 with version 2.8.15

2007-12-10 Thread [EMAIL PROTECTED]
t.pem'), 0600) 160 161 # conf_file = os.path.join(DSAGE_DIR, 'server.conf') : [Errno 2] No such file or directory: '/ Users/jhayes/.sage/dsage/cacert.pem' --~--~-~--~~~---~--~~ To post to this group, send email to sage-devel@googlegroups

[sage-devel] Re: Fwd: blog and rss

2007-12-09 Thread [EMAIL PROTECTED]
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). On Dec 9, 10:18 pm, "didier deshommes" <[EMAIL PROTECTED]> wrote: >

[sage-devel] Re: Fwd: blog and rss

2007-12-09 Thread [EMAIL PROTECTED]
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). On Dec 9, 10:18 pm, "didier deshommes" <[EMAIL PROTECTED]> wrote: >

[sage-devel] Re: Fwd: blog and rss

2007-12-09 Thread [EMAIL PROTECTED]
Thanks Michael. Thanks for the heads up on SAGE+R. Where can I be updated when changes arrive ? Tal. On Dec 9, 3:53 pm, mabshoff <[EMAIL PROTECTED] dortmund.de> wrote: > On Dec 9, 2:23 pm, Timothy Clemans <[EMAIL PROTECTED]> wrote: > > > > > Hi Tal, >

[sage-devel] Re: Fwd: blog and rss

2007-12-09 Thread [EMAIL PROTECTED]
Hi Timothy. Thanks for the detailed answer. I couldn't hold myself and opened up a blog named: sagemath.wordpress.com If any one wishes to take upon himself to enter content into it - he can just create a user name at: http://wordpress.com/signup/ And Email [EMAIL PROTECTED] with the Emai

[sage-devel] Re: Fwd: blog and rss

2007-12-09 Thread [EMAIL PROTECTED]
nswer to - Should I be interested in investing my time in SAGE If I am already using R. what advantages would an SAGE-R hybrid give me ? Hope I am not bursting into an open door, or a closed window, Tal. On Dec 9, 1:35 pm, Robert Bradshaw <[EMAIL PROTECTED]> wrote: > I think per

[sage-devel] Re: Fwd: blog and rss

2007-12-09 Thread [EMAIL PROTECTED]
ress blogs (after setting them up) - are very easy to use. and support many authors, and privileges. I strongly recommend. I wish all of you, and this project, the very best, Tal Galili. On Dec 9, 4:35 am, "William Stein" <[EMAIL PROTECTED]> wrote: > Hi, > > My bro

[sage-devel] matlab / toolbox replacements?

2007-12-06 Thread [EMAIL PROTECTED]
DE_Toolbox Robust_Toolbox Signal_Toolbox Symbolic_Toolbox Spline_Toolbox Statistics_Toolbox Wavelet_Toolbox Thanks! --~--~-~--~~~---~--~~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For mo

[sage-devel] notebook problems

2007-12-05 Thread [EMAIL PROTECTED]
e prompt and it doesn't start the notebook server. Any ideas? --~--~-~--~~~---~--~~ 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 http://gro

[sage-devel] Re: Sage 2.8.14 on Solaris

2007-12-04 Thread [EMAIL PROTECTED]
On 28 Nov., 02:01, "Bill Page" <[EMAIL PROTECTED]> wrote: > On 11/27/07, mabshoff wrote: > > ... > > Since there seem to be at least 3 or 4 people interested in Sage > > onSolarisI am willing to roll up some binaries, at least for Sparc > > and ma

[sage-devel] Re: hg_sage.push() and other minor changes.

2007-12-02 Thread [EMAIL PROTECTED]
This is now sagetrac Ticket #1371, and an updated (and non-empty!) bundle is included there. On Dec 2, 6:38 am, "Jonathan Hanke" <[EMAIL PROTECTED]> wrote: > Sorry, but there was a bug. Here's the updated bundle. Thanks, > > -Jon > =) > > push_

[sage-devel] Re: Notebook enhancements

2007-11-30 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/ -~--~~~~--~~--~--~---

[sage-devel] Fortress Programming Langauge

2007-11-23 Thread [EMAIL PROTECTED]
guage --~--~-~--~~~---~--~~ 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 http://groups.google.com/group/sage-devel URLs: http://sage.scipy.org/sage/ and

[sage-devel] Re: Sage math app

2007-11-20 Thread [EMAIL PROTECTED]
To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/ -~--~~~~--~~--~--~---

[sage-devel] Want to promote SAGE in Mexico?

2007-11-01 Thread [EMAIL PROTECTED]
Jordi G. H. --~--~-~--~~~---~--~~ 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 http://groups.google.com/group/sage-devel URLs: http://sage.scipy.org/sage

[sage-devel] Re: [sage-forum] sage-2.8.8

2007-10-28 Thread [EMAIL PROTECTED]
We recently became aware of the build-problems on OSX. The fixes are included in the next release of CVXOPT (>0.9). Joachim On Oct 22, 4:16 pm, "William Stein" <[EMAIL PROTECTED]> wrote: > On 10/22/07, Hamptonio <[EMAIL PROTECTED]> wrote: > > > I had

[sage-devel] Re: Mathematica and Free Software in Mexico

2007-09-30 Thread [EMAIL PROTECTED]
On Sep 28, 12:58 pm, Robert Miller <[EMAIL PROTECTED]> wrote: > It would be nice to know the name of the author of this article - how > strange that it isn't included in the rant, and all I get from > exploring is "tirinanana?" Hi. I wrote it. Er, the "tirina

[sage-devel] Re: Sage 2.8.3 on Solaris - A New Hope

2007-09-16 Thread [EMAIL PROTECTED]
I just wanted to say awesome and keep up the good work. I'll be testing Sage on Solaris/x86 soon. On Sep 16, 3:25 pm, mabshoff <[EMAIL PROTECTED] dortmund.de> wrote: > On Sep 16, 9:13 pm, "didier deshommes" <[EMAIL PROTECTED]> wrote: > > > 2007/9/16,

[sage-devel] Re: Mercurial Chapter in Progamming Guide

2007-08-20 Thread [EMAIL PROTECTED]
Actually, on that same page it talks about hg_log() while it really means hg_sage.log()... That should be changed as well! Paul On Aug 20, 11:14 am, "John Cremona" <[EMAIL PROTECTED]> wrote: > Chapter 7 in the Progamming Guide, about using Mercurial, only > mentions hg

[sage-devel] Re: build dependencies

2007-08-17 Thread [EMAIL PROTECTED]
polynomials (the intermediate results are in the size of 2^32 terms, depending on the example). Michael --~--~-~--~~~---~--~~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more

[sage-devel] Re: New Axiom package

2007-08-15 Thread [EMAIL PROTECTED]
The package is not available where you linked to, but I applied the change you said manually and both your example and mine work now. Thanks! Now off to play with GUESS on some neat polynomials... Paul On Aug 15, 7:39 pm, "Bill Page" <[EMAIL PROTECTED]> wrote: > Paul, > >

[sage-devel] Re: New Axiom package

2007-08-15 Thread [EMAIL PROTECTED]
: R=axiom(r).guessExpRat(); R 375 sage: sage: R=axiom(r).guessExpRat(); R 32 sage: sage: R=axiom(r).guessExpRat(); R 3 On Aug 15, 7:57 am, "Bill Page" <[EMAIL PROTECTED]> wrote: > On 8/14/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > > > It bu

[sage-devel] Re: New Axiom package

2007-08-14 Thread [EMAIL PROTECTED]
hem. I am running SAGE 2.8 on a MacBook under MacOSX Paul On Aug 14, 9:53 pm, "Bill Page" <[EMAIL PROTECTED]> wrote: > On 8/14/07, [EMAIL PROTECTED] wrote: > > > Worked for me too, MacOSX MacBook. > > (and I tried installing the publicly-available optional A

[sage-devel] Re: New Axiom package

2007-08-14 Thread [EMAIL PROTECTED]
files. Making SAGE/Python scripts relocatable... Making script relocatable paul-olivier-dehayes-computer:~ pdehaye$ On Aug 14, 6:15 pm, Jaap Spies <[EMAIL PROTECTED]> wrote: > William Stein wrote: > > for the previous version of Axiom). I've created a SAGE package and > > w

[sage-devel] is_zero()

2007-08-14 Thread [EMAIL PROTECTED]
-~---~--~~ 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 http://groups.google.com/group/sage-devel URLs: http://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/ -~--~~~~--~~--~--~---

[sage-devel] bug in 2.7.3

2007-08-11 Thread [EMAIL PROTECTED]
bute 'set_hashed_password' sage: quit Exiting SAGE (CPU time 0m0.80s, Wall time 10m22.90s). --~--~-~--~~~---~--~~ 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,

[sage-devel] Re: SAGE download stats -- how to increase SAGE usage?

2007-08-09 Thread [EMAIL PROTECTED]
oks like "sage". Google picks up on those differences, sometimes, and it could be helpful. Paul (*) This is backed up: for a while I was the first hit when searching for "chocolate mousse" (without quotes) ! Unfortunately I have come down to 10th since moving to Oxford. :) On

[sage-devel] Inheriting from a Matrix class?

2007-06-19 Thread [EMAIL PROTECTED]
self._entries[i+j] = entries[ind] ind += 1 else: raise TypeError, "Oops! The entries " + str(entries) + "must be a list of size n(n+1)/2." --~--~-----~--~~----~---~--~~ To post to this group, send email to sage-d

  1   2   >