Re: [sage-support] Re: triple integral works with sympy but not

2012-06-27 Thread Chris Kees
Robert, Thanks a lot. I'll submit a bug report on the maxima bug tracker. Chris On Wed, Jun 27, 2012 at 10:41 AM, Robert Dodier wrote: > On 2012-06-26, Chris Kees wrote: > >> The following bit of code correctly computes the triple integral >> (64\pi/3) for the volume of

[sage-support] triple integral works with sympy but not

2012-06-26 Thread Chris Kees
Hi, The following bit of code correctly computes the triple integral (64\pi/3) for the volume of an ellipse given by 4x^2 + 4y^2 + z^2=16: assume(0 < 16 - 4*x**2 - 4*y**2 < 16) i1 = integral(1,0,sqrt(16 - 4*x**2 - 4*y**2)) show(i1) assume(0 < 4 - x**2 < 4) i2 = integral(i1,y,0,sqrt(4 - x**2)) sho

[sage-support] Re: ReferenceError: jmolSetDocument is not defined

2012-06-04 Thread Chris Kees
I fixed it. I just needed to add /java to the list of directories I use in the ProxyPass and ProxyPassReverse statements I use in the apache configuration. -Chris On Monday, June 4, 2012 11:22:41 AM UTC-5, Chris Kees wrote: > > Hi, > > I'm running sage-5.0 installed from

[sage-support] ReferenceError: jmolSetDocument is not defined

2012-06-04 Thread Chris Kees
Hi, I'm running sage-5.0 installed from source on Ubuntu 11.10. Because of our firewall I have to proxy the sage server through apache (i.e. http://myserver:9000 is proxied as https://myserver/sage). Everything is working well so far except for the jmol plotting, where I get "ReferenceError: jmo

Re: [sage-support] Re: Vehicle routing problems in sage

2012-03-20 Thread Chris Kees
Hi Nathann! I found that when installing cbc I had to add "#include " to CbcEventHandler.cpp, otherwise I got compilation errors about NULL not being defined. I'm using gcc 4.6.1. The glpk install went smoothly. I noticed on your tutorial you also mention IBM's CPLEX. Are the sage wrappers for i

[sage-support] upgrading ipython

2012-03-20 Thread Chris Kees
Hi, I'm running the sage 4.8 release on linux (ubuntu 11.10) and was considering upgrading the installed ipython module to use the ipython parallel support inside the sage notebook. Are there any known issues with doing that? Thanks, Chris -- To post to this group, send email to sage-support@go

[sage-support] Re: Vehicle routing problems in sage

2012-03-16 Thread Chris Kees
Hi Nathann, Thanks! I spent some time with the graph and milp support today, and it's exactly what I was looking for. Do you have an idea of how the current implementations scale with the size of the graph? Any interest in adding support for parallel algorithms? I'm interested in the underlying

[sage-support] Vehicle routing problems in sage

2012-03-15 Thread Chris Kees
Hi, Does anyone know of research being done in sage on combinatorial optimization like the traveling salesman and vehicle routing problems? Thanks, Chris -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...

Re: [sage-support] python distro for High Performance Computing (HPC)

2011-09-20 Thread Chris Kees
Hi Burcin and Francois, Yes, I'd be willing to use an existing linux package manager rather than the spkg system, particularly if sage were on a path to the same system. I think it's important to support the 'ecosystem' sage has built. The problem of system and vendor supplied compilers and li

[sage-support] Re: mpi from the sage notebook

2011-09-19 Thread Chris Kees
Hi Volker, Thanks for the reference. Alles klar. Chris -- 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 For more options, visit this group at http://groups.google.com/group/sage-suppor

[sage-support] mpi from the sage notebook

2011-09-19 Thread Chris Kees
Hi, Just to verify that my understanding is correct: If I actually want to do MPI-based parallel programs from the notebook I would need to use the new ipython parallel infrastructure. One can install mpi4py into sage and run SIMD programs from the commandline as e.g. 'mpiexec -np 8 sage my_m

[sage-support] python distro for High Performance Computing (HPC)

2011-09-18 Thread Chris Kees
Hi, Apologies in advance for the long post. It boils down to this: Is there any interest from the sage community in participating in the development of a python distribution for large-scale distributed memory parallel machines? I'm posting this on behalf of (but not representing) a group of go

Re: [sage-support] Re: building fortran extensions on Mac OS X

2010-06-01 Thread Chris Kees
010 at 12:44 AM, Tim Lahey wrote: > On Wed, Jun 2, 2010 at 1:41 AM, Chris Kees wrote: > > Hey, thanks, that patch fixed it. Yes, I'm on a 64-bit mac. We've had a > lot > > of trouble with numpy distutils and fortran on the mac unrelated to sage. > I > > was

Re: [sage-support] Re: building fortran extensions on Mac OS X

2010-06-01 Thread Chris Kees
have to follow the > instructions at http://sagemath.org/doc/developer/patching_spkgs.html > . If you don't want this hassle, then you'll have to wait for someone > else to review the patch before it gets included in a new version of > sage. > > Cheers, > Felix > >

[sage-support] building fortran extensions on Mac OS X

2010-06-01 Thread Chris Kees
Hi, I'm trying to build a fortran extension module with f2py using and spkg I've built for sage 4.4.2 on Mac OS X 10.6. When I just run 'python setup.py install' from the commandline (with SAGE_LOCAL at the front of my path, etc.) The module build/installs fine, but when in installing as an spkg I

Re: [sage-support] Error: LaTeX does not seem to be installed.

2010-04-02 Thread Chris Kees
Kpathsea written by Karl Berry, Olaf Weber, and others. Compiled with libpng 1.2.29; using libpng 1.2.29 Compiled with zlib 1.2.3; using zlib 1.2.3 Compiled with xpdf version 3.02pl2 % command -v latex /usr/texbin/latex On Apr 2, 2010, at 3:56 AM, Dan Drake wrote: On Thu, 01 Apr 2010 at 09

[sage-support] Error: LaTeX does not seem to be installed.

2010-04-01 Thread Chris Kees
Hi, In the notebook I get errors evaluating %latex entries. I get: Error: LaTeX does not seem to be installed. Download it from ctan.org and try again. None I'm a new sage user running "Sage Version 4.3.1, Release Date: 2010-01-20" on Mac OS X snow leopard. I have macports installed and used

[sage-support] Error: LaTeX does not seem to be installed. Download it from ctan.org and try again. None

2010-04-01 Thread Chris Kees
Hi, In the notebook I get errors evaluating %latex entries. I get: Error: LaTeX does not seem to be installed. Download it from ctan.org and try again. None I'm a new sage user running "Sage Version 4.3.1, Release Date: 2010-01-20" on Mac OS X snow leopard. I have macports installed an