Re: [sage-support] Re: Short question about saving the source of a Sage notebook

2009-11-24 Thread William Stein
On Tue, Nov 24, 2009 at 7:06 PM, Dan Drake wrote: > On Wed, Nov 25, 2009 at 4:01 AM, Bernhard Esslinger > wrote: >> My question is: Is there an easy way to move *.PY files instead of *.SWS >> files, as the SWS file are very big? > > SWS files are just bzip'ed tar files. You can do > > $ tar jtf

Re: [sage-support] Re: Short question about saving the source of a Sage notebook

2009-11-24 Thread Dan Drake
On Wed, Nov 25, 2009 at 4:01 AM, Bernhard Esslinger wrote: > My question is: Is there an easy way to move *.PY files instead of *.SWS > files, as the SWS file are very big? SWS files are just bzip'ed tar files. You can do $ tar jtf foo.sws to see the files inside a worksheet. If the .sws file

[sage-support] Re: how to scroll down more when doing ?? for long listing?

2009-11-24 Thread Nasser Abbasi
On the scroll part: I think it is my error. My eyes are trained to look for closing end if and some sort of end of function indicator. So I assumed there is more code to follow since I saw an 'if' and no closing for the 'if' After I posted this, I realized that the listing is all there is, and

[sage-support] Re: Short question about saving the source of a Sage notebook

2009-11-24 Thread Minh Nguyen
Hi folks, I received the following question about the notebook, but I have no idea how to answer the question. I don't use the notebook on a regularly basis. I thought someone on this list could help out. -- Regards Minh Van Nguyen On Wed, Nov 25, 2009 at 4:01 AM, Bernhard Esslinger wrote: > >

[sage-support] Re: how to scroll down more when doing ?? for long listing?

2009-11-24 Thread Marshall Hampton
What browser are you using? The browser scroll bar works fine for me with long ?? entries. As a temporary workaround, to get the code of an object foo you could do something like: print open(foo.__code__.co_filename).read() -Marshall Hampton On Nov 24, 7:27 pm, Nasser Abbasi wrote: > hi; > >

[sage-support] how to scroll down more when doing ?? for long listing?

2009-11-24 Thread Nasser Abbasi
hi; I have 2 questions below: I created an account on sagenb.org, and when I do solve?? I get the listing, but it does not list the whole code, and there is no way for me to look below what is shown on the screen (there is no scroll bar for use to scroll down more). My browser ofcourse has scr

RE: [sage-support] Can't run Cython's hello world example

2009-11-24 Thread Jorge E . ´Sanchez Sanchez
Robert: That was it!!! I've just added the flags recommended here (after making the test with distutils.sysconfig) and finally I got hw working. Best regards, Jorge > From: rober...@math.washington.edu > To: sage-support@googlegroups.com > Subject: Re: [sage-support] Can't run Cython's hel

Re: [sage-support] Re: Shortcut for going down a cell

2009-11-24 Thread cool-RR
Do these issues go anywhere? Does someone write it in an issue tracker or should I? On Mon, Nov 23, 2009 at 11:19 PM, ma...@mendelu.cz wrote: > arrow down works for me. > Robert > > On 23 lis, 09:12, "ram.rac...@gmail.com" wrote: > > Is there a keyboard shortcut for going down a cell, without e

Re: [sage-support] symbolic linear algebra: beginner questions

2009-11-24 Thread William Stein
On Tue, Nov 24, 2009 at 9:27 AM, William Stein wrote: > On Tue, Nov 24, 2009 at 8:59 AM, Felix Breuer wrote: >> Hello! >> >> I want to do symbolic linear algebra with Sage, i.e. I want to >> calculate, say, the determinant of a matrix, where the entries of the >> matrix are symbolic expressions.

Re: [sage-support] symbolic linear algebra: beginner questions

2009-11-24 Thread William Stein
On Tue, Nov 24, 2009 at 8:59 AM, Felix Breuer wrote: > Hello! > > I want to do symbolic linear algebra with Sage, i.e. I want to > calculate, say, the determinant of a matrix, where the entries of the > matrix are symbolic expressions. I am under the impression that maxima > is the right package f

[sage-support] symbolic linear algebra: beginner questions

2009-11-24 Thread Felix Breuer
Hello! I want to do symbolic linear algebra with Sage, i.e. I want to calculate, say, the determinant of a matrix, where the entries of the matrix are symbolic expressions. I am under the impression that maxima is the right package for this task. Correct? I am now faced with the following problem