[sage-support] Re: Sage 3.0 released

2008-04-23 Thread Jim Clark
Will you be providing a binary for OS X 10.4 PowerPC?Index of /SAGEbin/apple_osx/powerpc  Name                                            Last modified      Size  Description  Parent Directory                                                     -     README.txt                                     

[sage-support] Re: Sage 3.0 released

2008-04-23 Thread Jim Clark
I'll think about doing it, but it will take me a couple of days to dedicate the time to the task. Jim On Apr 23, 2008, at 9:47 AM, William Stein wrote: > > On Wed, Apr 23, 2008 at 9:08 AM, Jim Clark > <[EMAIL PROTECTED]> wrote: >> Will you be providing a bi

[sage-support] Re: bug in notebook display typesetting fractional exponents

2008-09-30 Thread Jim Clark
hopes in posting the report is that someone who already has that familiarity could quickly put their finger on the problem. Cheers, Jim Clark On Sep 30, 2008, at 4:35 PM, Jason Merrill wrote: > > On Sep 30, 6:26 pm, Jim Clark <[EMAIL PROTECTED]> wrote: >> Hi there, >> &

[sage-support] Odd behavior of gradient()

2008-10-22 Thread Jim Clark
dient() still insists on also differentiating w.r.t. n How do I tell gradient() that n is a constant? Thanks in advance for insights. Jim Clark --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send e

[sage-support] Re: Odd behavior of gradient()

2008-10-22 Thread Jim Clark
On Oct 22, 2008, at 5:28 PM, Jason Grout wrote: > I've posted a patch to http://trac.sagemath.org/sage_trac/ticket/4343 > > Can you apply the patch and test it out? > > > Here is the new behavior: > > sage: f(x,y) = x^n+y^n > sage: f.gradient() > ((x, y) |-

[sage-support] Re: Odd behavior of gradient()

2008-10-23 Thread Jim Clark
On Oct 22, 2008, at 7:17 PM, Jason Grout wrote: > You have to do "sage -b" first. > > The -b makes Sage rebuild itself to incorporate changes. The first > time > you run it, it will take a while (maybe 20 minutes?). After that, > depending on the changes you make, it will take seconds. > > If

[sage-support] arcsinh(1) == ln(1+sqrt(2)) ?

2008-10-31 Thread Jim Clark
ssing here? Thanks, Jim Clark --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@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-support

[sage-support] Re: arcsinh(1) == ln(1+sqrt(2)) ?

2008-10-31 Thread Jim Clark
ndering whether arcsinh(1) = ln(sqrt(2)+1), I asked: >>> >>> sage: bool(arcsinh(1) == ln(1+sqrt(2))) >>> False >>> >>> but then, >>> >>> sage: arcsinh(1).n() >>> 0.881373587019543 >>> sage: ln(1+sqrt(2)).n() >>> 0.8813735870195

[sage-support] Re: [sage-announce] Sage 3.2 released

2008-11-30 Thread Jim Clark
SX 10.4 or 10.5? Thanks, Jim Clark On Nov 29, 2008, at 10:15 PM, mabshoff wrote: > > [Binaries for all common platforms are available and haven been > mirrored out. Please use a local mirror to download] > > Hello folks, > > Sage 3.2 was released on November 20th, 2008. It

[sage-support] Re: Sage 3.2 released

2008-12-01 Thread Jim Clark
On Nov 30, 2008, at 3:34 PM, mabshoff wrote: > On Nov 30, 1:58 pm, Jim Clark <[EMAIL PROTECTED]> wrote: > >> I am puzzled by one of the binaries:http://sage.math.washington.edu/ >> sage/osx/powerpc/sage-3.2-G5-PowerMacintosh-Darwin.dmg >> >> Does the "G

[sage-support] Re: Cannot copy on OSX

2009-03-15 Thread Jim Clark
On Mar 14, 2009, at 4:52 PM, mabshoff wrote: > > On Mar 13, 11:30 am, Carl Witty wrote: >> On Mar 13, 11:02 am, mabshoff > >> dortmund.de> wrote: >>> On Mar 13, 10:55 am, kcrisman wrote: Any ideas? >> >>> The build box where that binary is being build had some changes >>> to the >>> fil

[sage-support] Re: Cannot copy on OSX

2009-03-16 Thread Jim Clark
Thanks for the response, Michael. On Mar 15, 2009, at 11:09 PM, mabshoff wrote: > On Mar 15, 5:04 pm, Jim Clark wrote: >> On Mar 14, 2009, at 4:52 PM, mabshoff wrote: >> I have downloaded both Michael's .dmg and the one from http:// >> sage.math.washington.edu/s

[sage-support] Re: Cannot copy on OSX

2009-03-16 Thread Jim Clark
On Mar 15, 2009, at 11:09 PM, mabshoff wrote: >> - >> - >> | Sage Version 3.4, Release Date: >> 2009-03-11 | >> | Type notebook() for the GUI, and license() for >> information.| >> ---

[sage-support] Re: Cannot copy on OSX

2009-03-17 Thread Jim Clark
for those of us with older iMacs. (It's getting late in the day on Tuesday, Mar. 17, so the best arrangement for me will be Wednesday a.m., but Tues. evening after 7 p.m. would also be o.k.) Cheers! Jim Clark > > On Mar 15, 2009, at 11:09 PM, mab

[sage-support] Re: Cannot copy on OSX

2009-03-17 Thread Jim Clark
On Mar 17, 2009, at 4:45 PM, William Stein wrote: > Thanks for the offer. But we release new sage versions every 1-2 > weeks (!), and having > old binaries doesn't help much > > William But the binary that you offer at sagemath.org doesn't work, as the originator of this thread reported and

[sage-support] Re: Cannot copy on OSX

2009-03-17 Thread Jim Clark
On Mar 17, 2009, at 4:57 PM, William Stein wrote: > > On Tue, Mar 17, 2009 at 4:55 PM, Jim Clark > wrote: >> >> On Mar 17, 2009, at 4:45 PM, William Stein wrote: >> >>> Thanks for the offer. But we release new sage versions every 1-2 >>> weeks

[sage-support] Plotting gamma function

2008-03-07 Thread Jim Clark
5, thickness=5, rgbcolor=(0.5,1,0.5)) P # show it I get: Exception (click to the left for traceback):P # show it ... TypeError: 'float' object is unsubscriptable Why can't I plot the gamma function??? Thanks for any light you shine on this, Jim Clark --~--~-~--~~

[sage-support] Re: Tutorial difficulties

2008-03-28 Thread Jim Clark
) - i * y = 0', ['x','y']) yields: Exception (click to the left for traceback): ... Is i+1 zero or nonzero? Looking at the maxima documentation, there appears to be a way to tell maxima maxima.assume('i+1 <> 0'), but this syntax seems to send sage into th

[sage-support] Re: Tutorial difficulties

2008-03-28 Thread Jim Clark
-(1-%i)^2)*t/2)+%k2*cos(sqrt(-4* > %i-(1-%i)^2)*t/2))' > > > On Fri, Mar 28, 2008 at 12:04 PM, Jim Clark > <[EMAIL PROTECTED]> wrote: >> >> Thanks for the help provided so far, but I have encountered a new >> problem that I've been unable to s

[sage-support] Re: Sage 2.11 for OS X 10.5 not working properly

2008-04-02 Thread Jim Clark
in Safari. Jim Clark On Apr 2, 2008, at 12:42 AM, Samuel Gaehwiler wrote: > > Same issue with Sage 2.10.3. > --- > > I would appreciate any kind of help. > Anyone else working on Mac OS X 10.5.2 Intel wi

[sage-support] problem with a couple definite integrals

2009-10-18 Thread Jim Clark
and-calculate , getting the result a/2.) and sage: integral(x^2*sin(x)^2,x) 1/6*x^3 - 1/8*(2*x^2 - 1)*sin(2*x) - 1/4*x*cos(2*x) I am running sage 4.1.2 on OS X 10.4 (compiled myself from source). Thanks in advance for any insights! Jim Clark --~--~-~--~~~---~--~~ To

[sage-support] Re: problem with a couple definite integrals

2009-10-19 Thread Jim Clark
;0) sage: assume(n,'integer') sage: integral(2/a * x * sin(n*pi*x/a)^2,x,0,a).simplify_full() 1/2*a (I apologize for taking up bandwidth on this.) Jim On Oct 19, 2009, at 12:25 AM, kcrisman wrote: > On Oct 19, 1:02 am, Jim Clark wrote: >> Hi sage supporters, >> >>

[sage-support] Re: Sage 4.1.2 Problem HTML cell Latex arrays 2X2 no longer work

2009-10-22 Thread Jim Clark
Here's another case that was working in the tinyMCE cell in Sage 4.0, produces the error "Couldn't find \end for begin{cases}" in Sage 4.1.2, but works in a normal (html) cell: %html For the potential defined by:$$ V(x) = \begin{cases} 0 & 0 \leq x \leq a\cr \infty & x<0, x > a \end{cases}$$

[sage-support] Re: Sage 4.1.2 Problem HTML cell Latex arrays 2X2 no longer work

2009-10-23 Thread Jim Clark
This problem (+ another problem that I did not describe) has been solved in alpha.sagenb.org. Verified with both Safari and Firefox browsers. Thanks for your efforts! Jim Clark On Oct 22, 2009, at 7:58 PM, William Stein wrote: > On Thu, Oct 22, 2009 at 1:48 PM, Jim Clark >

Re: [sage-support] Rendering of LaTeX in Sage Notebook

2013-01-28 Thread Jim Clark
On Jan 28, 2013, at 10:34 AM, Jan Groenewald wrote: > Have you tried editing the html (there is a button for that)? > Often extra tags flood our students' cells and > it has to be cleared out for the LaTeX to be interpreted. Thank you, Jan, that worked (I also edited out a tag) but it's exceed

Re: [sage-support] Re: Rendering of LaTeX in Sage Notebook

2013-01-29 Thread Jim Clark
On Jan 29, 2013, at 2:56 PM, Jason Grout wrote: > On 1/28/13 12:50 PM, Jim Clark wrote: >> On Jan 28, 2013, at 10:34 AM, Jan Groenewald wrote: >> >>> Have you tried editing the html (there is a button for that)? >>> Often extra tags flood our students' cell

Re: [sage-support] Cleaning temporary/easily generated files from ~/.sage

2013-04-04 Thread Jim Clark
, how do I examine a previous revision of the worksheet? If there is not a way to look at the revision history, then why are they maintained? Can I safely delete them? Thank you, Jim Clark On Apr 4, 2013, at 1:28 AM, David Loeffler wrote: > You can pretty much freely kill anything o

Re: [sage-support] Cleaning temporary/easily generated files from ~/.sage

2013-04-04 Thread Jim Clark
Thank you for the response. I had not noticed the "Revisions" tab on the worksheet (feeling embarrassed). Jim On Apr 4, 2013, at 9:03 AM, kcrisman wrote: > > > On Thursday, April 4, 2013 11:30:55 AM UTC-4, Jim wrote: > Deep among the .sage/sage_notebook.sagenb subdirectories is a worksheet >

Re: [sage-support] Notebook: How to print long output lines (>72 characters) without breaks?

2013-05-19 Thread Jim Clark
With the mouse pointer, click to the left of the line that is broken up. That will toggle the output line to the non-breaking state. (I only recently discovered this solution when I was having the same problem.) Jim Clark On May 19, 2013, at 10:12 AM, geo909 wrote: > Hi all, > > I

Re: [sage-support] Re: Sage Speed Issues

2013-06-11 Thread Jim Clark
Since you are writing your own algorithms in python, I suggest you investigate cython:http://docs.cython.orgto compile your python into machine code, instead of python's quasi-compiled byte code.Cython is included with sage -- just add the code %cython as the first line of a Sage worksheet cell.Alt

Re: [sage-support] [new to SAGE] need starting advice

2013-12-17 Thread Jim Clark
Use the "load" function, e.g., load("phone.py") In a notebook cell, type load? then press the TAB key for documentation. Jim Clark On Dec 17, 2013, at 2:05 PM, erwin16 wrote: > I'm new to SAGE, just built and installed it today (5.13) on OSX 10.9 > > I h

[sage-support] Use of Scipy weave in Sage

2014-03-18 Thread Jim Clark
insight/help anyone can provide. Jim Clark -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-support+unsubscr...@googlegroups.com. To post to this gro

[sage-support] Can't import matplotlib.pyplot in Sage 6.2

2014-05-27 Thread Jim Clark
lit(photoimage, aggimage, bbox=None, colormode=1): ImportError: cannot import name _tkagg sage: Downloaded and installed the Sage 6.2 binary on OSX 10.9.3. Seems like a regression error, but I don’t know how to fix it… Please help. Thank you, Jim Clark -- You received this message because you are sub

Re: [sage-support] Re: Can't import matplotlib.pyplot in Sage 6.2

2014-05-27 Thread Jim Clark
Thank you for the response, kcrisman (sorry I don’t know your first name). Configuration: Apple MacBook pro running OSX 10.9.3 Downloaded and installed vanilla sage-6.2-x86_64-Darwin-OSX_10.9_x86_64.dmg I have set export SAGE_MATPLOTLIB_GUI=no in my .bash_profile (due to a similar situation in th

Re: [sage-support] Re: Can't import matplotlib.pyplot in Sage 6.2

2014-05-28 Thread Jim Clark
On May 28, 2014, at 5:11 AM, kcrisman wrote: > In fact, one test you could do is to test that one file. You'd have to cd > into the actual Sage-6.2-... directory and then do > > ./sage -t src/sage/plot/plot.py > Fails the test (same error: cannot import name _tkagg): Jims-computer:sage jim$

Re: [sage-support] Re: Can't import matplotlib.pyplot in Sage 6.2

2014-05-28 Thread Jim Clark
On May 28, 2014, at 10:15 AM, John H Palmieri wrote: > Try this: start a new Sage session and do > > sage: import matplotlib > sage: matplotlib.get_backend() > > What does it return? If it returns 'TkAgg', try > > sage: matplotlib.use('agg') > sage: import matplotlib.pyplot as

Re: [sage-support] Re: Can't import matplotlib.pyplot in Sage 6.2

2014-05-28 Thread Jim Clark
On May 28, 2014, at 10:21 AM, John H Palmieri wrote: > Oh, and to answer your other question: I just downloaded the Sage binary on > an OS X Mavericks 10.9.3 machine and was unable to replicate the problem. I > wonder if the presence of the macports stuff is interfering somehow. Have you > set

Re: [sage-support] Re: Can't import matplotlib.pyplot in Sage 6.2

2014-05-28 Thread Jim Clark
On May 28, 2014, at 10:42 AM, Jim Clark wrote: > Also... > ~/.matplotlib/matplotlibrc contains > backend: TkAgg > > I'll try moving this out of the way... > Found the culprit! Renamed matplotlibrc to matplotlibrc.bak, started a fresh terminal window and restar

Re: [sage-support] Re: Can't import matplotlib.pyplot in Sage 6.2

2014-05-28 Thread Jim Clark
On May 28, 2014, at 11:26 AM, John H Palmieri wrote: > It looks like the actual problem is a bug in Sage (which has been fixed in > the beta releases of Sage 6.3). Namely, when Sage runs, it is supposed to use > ~/.sage/matplotlib-1.3.1 rather than ~/.matplotlib for matplotlib > configuration

Re: [sage-support] Problems getting Sage 6.2 & Python (matplotlib) to plot

2014-07-02 Thread Jim Clark
From earlier thread, either of two work-arounds worked for me in Sage 6.2:Work-around #1:sage: import matplotlibsage: matplotlib.use(‘agg’)sage: import matplotlib.pyplot as pltWork-around #2:rename ~/.matplotlib/matplotlibrc to .matplotlib/matplotlibrc.bakJim Clark-Original Message- From: L

Re: [sage-support] Sage with Yosemite?

2014-10-21 Thread Jim Clark
On Oct 21, 2014, at 10:58 AM, Chris Maness wrote: > Has anyone tried the 6.3 binary with Sage? > > Thanks, > Chris Just a bit-- started it up and ran the notebook. Seems to be there, but haven't tested old worksheets yet. Jim Clark -- You received this message because you

Re: [sage-support] Solving system of equations

2014-12-02 Thread Jim Clark
I see numerous problems in your code snippet: * variables v, psi_d and l (the letter ell in your definition of rp_f) are not defined * you define rV_ra in the first line but refer to rV_fa inside the for loop * the list sys is not defined The following code snippet works: v = 1 psi_d = 1 rV_ra=ve

Re: [sage-support] Trouble Installing and Running Sage 4.6 on my MacBook

2011-02-21 Thread Jim Clark
a Terminal window. I don't have insight into the specific error message you report. Jim Clark On Feb 21, 2011, at 11:01 AM, kmcmu...@ramapo.edu wrote: > Hi, I just downloaded this version of SAGE: > > sage-4.6-OSX-32bit-10.4-i386-Darwin.dmg > > and attempted to install

[sage-support] Syntax error attempting to load a python file

2012-01-20 Thread Jim Clark
ns) and I still get the same error pointing to "line 2". I have used the load command successfully in the past with a different python file. Running sage 4.7.2 on an iMac with OS X 10.6.8 Thanks in advance for any insights. Jim Clark -- To post to this group, send email to sa

Re: [sage-support] Re: Syntax error attempting to load a python file

2012-01-20 Thread Jim Clark
On Jan 20, 2012, at 5:05 PM, Nils Bruin wrote: > On Jan 20, 4:30 pm, Jim Clark wrote: >> Could anyone shed light on what is happening here? >> >> In a sage notebook cell I wish to load a python file; I wrote the command: >> >> load("/Users/j

[sage-support] Overriding default browser

2012-03-05 Thread Jim Clark
issue the command notebook() at the sage: prompt, the notebook still starts up in Safari. I have to kill Safari and then start Firefox manually (where I have set my home page to be http://localhost:8000). It's annoying. Is there any way to get this documented feature to work as advertised?

Re: [sage-support] Re: Overriding default browser

2012-03-05 Thread Jim Clark
On Mar 5, 2012, at 8:57 AM, John H Palmieri wrote: > This works for me: > > export SAGE_BROWSER='open -a /Applications/Firefox.app' > > (Change this to the path to the firefox app, if necessary.) The documentation > apparently needs to be fixed, at least as far as OS X is concerned. > > Oh,

Re: [sage-support] Overriding default browser

2012-03-05 Thread Jim Clark
On Mar 5, 2012, at 12:49 PM, Justin C. Walker wrote: > To clarify this, I believe that the man page says that .bash_profile is > checked for a login shell, and that .bashrc is checked for a non-login, > interactive shell. > > I'm not at a 10.6 system right now to verify that, but it is the case

Re: [sage-support] Overriding default browser

2012-03-05 Thread Jim Clark
On Mar 5, 2012, at 2:06 PM, Justin C. Walker wrote: > Terminal starts a login shell for each window/tab that it opens, so your > intuition needs a little polishing :-} Think of Terminal as a glorified > xterm, in that all the windows belong to one Terminal, rather than each xterm > owning one

[sage-support] Error installing visualization software on OS X

2012-03-10 Thread Jim Clark
156 os.system('sage -f "%s"'%(L[0])) 157 __installed_packages = None ValueError: There is no package name starting with 'python-2.5.1-framework'. I tried again with parameter force=True as suggested in the traceback, but that produced exactly the same traceback. C

Re: [sage-support] Re: Error installing visualization software on OS X

2012-03-11 Thread Jim Clark
ticket in trac. I will explore other means of creating the visualizations that I need. Jim Clark -- 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 grou

[sage-support] numpy vectorize and cython

2012-03-22 Thread Jim Clark
elf.nin = None /Applications/sage/local/lib/python2.6/site-packages/numpy/lib/function_base.pyc in _get_nargs(obj) 1699 1700 raise ValueError( -> 1701 "failed to determine the number of arguments for %s" % (obj)) 1702 1703 ValueError: failed to determ

Re: [sage-support] issues with if statements in a loop.

2012-03-30 Thread Jim Clark
lly solved my problem with the python filter function — I suggest you look it up. I wish you well. Jim Clark -- 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 g

[sage-support] Sage 5.0 crashing, is unusable

2012-05-16 Thread Jim Clark
sage-ipython "$@" -i logout I'm going to reinstall sage 4.8; I can't get any work done with 5.0. Jim Clark -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.co

Re: [sage-support] Sage 5.0 crashing, is unusable

2012-05-16 Thread Jim Clark
Actually, this behavior is so severe, I can't imagine it escaped the attention of testers. I'm going to download sage 5.0 again, suspecting that my downloaded file is defective. Please stand by... Jim On May 16, 2012, at 4:11 PM, Jim Clark wrote: > Hello sage team. >

Re: [sage-support] Sage 5.0 crashing, is unusable

2012-05-16 Thread Jim Clark
On May 16, 2012, at 4:43 PM, William Stein wrote: >>> I downloaded sage-5.0-OSX-64bit-10.6-x86_64-Darwin.dmg. > > Do you have a 6-4bit computer and OS install? The error message means > that there is some sort of architecture mismatch between the binary > and your computer. > > Yes, it's a 64-

Re: [sage-support] Sage 5.0 crashing, is unusable

2012-05-16 Thread Jim Clark
Update: I downloaded and installed sage 5.0 again. The sequence of commands below induces the same SIGILL crash. I find it hard to blame a defective download. Are there any other tests I can perform to get to the bottom of this? Jim On May 16, 2012, at 4:11 PM, Jim Clark wrote: > Hello s

Re: [sage-support] Sage 5.0 crashing, is unusable

2012-05-16 Thread Jim Clark
Hardware Overview: Model Name: iMac Model Identifier: iMac9,1 Processor Name: Intel Core 2 Duo Processor Speed: 2.66 GHz Number Of Processors: 1 Total Number Of Cores:2 L2 Cache: 6 MB Memory: 2 GB Bus Speed:1.07 GHz Boot ROM Version: I

Re: [sage-support] Sage 5.0 crashing, is unusable

2012-05-16 Thread Jim Clark
On May 16, 2012, at 4:11 PM, Jim Clark wrote: > I have just downloaded and installed Sage 5.0 on my system: > > Mac OS X 10.6.8 > > I downloaded sage-5.0-OSX-64bit-10.6-x86_64-Darwin.dmg. > > It keeps crashing and is unusable. Here's where I first experienced the pr

Re: [sage-support] Sage 5.0 crashing, is unusable

2012-05-16 Thread Jim Clark
On May 16, 2012, at 6:30 PM, Volker Braun wrote: > Its a Penryn Core 2 Duo, should support everything up to SSE4.1. > > Can you run "sage -gdb", cause the crash, and then type "bt" into gdb? This > will print more detailed information about where it crashes. > > Here's the transcript: sage: L

Re: [sage-support] Sage 5.0 crashing, is unusable

2012-05-17 Thread Jim Clark
On May 17, 2012, at 6:05 AM, David Kirkby wrote: >> Update: I downloaded and installed sage 5.0 again. >> >> The sequence of commands below induces the same SIGILL crash. >> >> I find it hard to blame a defective download. > > Why not just look at the md5 checksum? That would have saved you > d

Re: [sage-support] Re: Sage 5.0 crashing, is unusable

2012-05-17 Thread Jim Clark
On May 17, 2012, at 8:08 AM, Keshav Kini wrote: >>> Why not just look at the md5 checksum? That would have saved you >>> downloading it a second time, and you would be 99.999 (not sure >>> how many 9s) percent sure the file is not corrupted. >> >> Why? Because I don't know how to apply the c

[sage-support] How to enable interactive matplotlib

2012-05-17 Thread Jim Clark
ulted in the trac ticket http://trac.sagemath.org/sage_trac/ticket/12954 I am not the only person reporting this problem.) So I have built sage 5.0 from source, and it now works, except for the matplotlib interactive calls. Thanks in advance for any help provided. Jim Clark -- To post t

Re: [sage-support] Re: How to enable interactive matplotlib

2012-05-17 Thread Jim Clark
On May 17, 2012, at 7:11 PM, Keshav Kini wrote: >> building 'matplotlib.backends._macosx' extension >> gcc -DNDEBUG -g -fwrapv -O3 -Wall -O2 -g -m64 -DPY_ARRAY_UNIQUE_SYMBOL= >> MPL_ARRAY_API -DPYCXX_ISO_CPP_LIB=1 -I/Applications/sage-5.0/local/lib/ >> python2.7/site-packages/numpy/core/include -I

Re: [sage-support] Re: Sage 5.0 crashing, is unusable

2012-05-19 Thread Jim Clark
As original creator of this thread, I followed the process described below. I confirm that the original problem I reported has been resolved; sage 5.0 is now usable for my projects. Thank you Dima and all of the other team members who contributed to this solution! Jim Clark On May 19, 2012, at

Re: [sage-support] Re: Sage 5.0 crashing, is unusable

2012-05-19 Thread Jim Clark
On May 19, 2012, at 7:34 PM, kcrisman wrote: > >> here is a fix: >> in SAGE_ROOT (the directiry where Sage startup script, called sage, is), run >> ./sage -f >> http://boxen.math.washington.edu/home/jdemeyer/spkg/mpir-2.4.0.p4.spkg >> this will install a patched MPIR spkg. > > > I get an inte

[sage-support] Sage crash report

2012-05-22 Thread Jim Clark
r=None, 637 debug=0, target_lang=None): 638 """Link a bunch of stuff together to create a static library file. 639 The "bunch of stuff" consists of the list of object files supplied /Applications/sage/loca

Re: [sage-support] new to sage/python and getting a syntax error

2012-07-08 Thread Jim Clark
There's an extra space character before the s = line in the if t == 0: block. On Jul 8, 2012, at 6:29 PM, Judson Wallace wrote: > Euler's method for a differential > ... i am only interested in writting the information if its at one of these > values... problem is, i keep getting a syntax er