[sage-support] Re: build problem

2011-08-13 Thread Florian
running make test i get: -*snip*-- ~/sage-4.7$ make test cd spkg && "../spkg/pipestatus" "./install all 2>&1" "tee -a ../ install.log" Nothing to (re)build / all up-to-date. spkg/pipestatus "./sage -docbuild all html 2>&1" "tee -a dochtml.log" python: can't open file '/

Re: [sage-support] Re: how to unpublish a worksheet

2011-08-13 Thread Shao-Ching Huang
On Thu, Aug 11, 2011 at 1:40 PM, Rado wrote: > click "publish" again and you should see a button "stop publishing". Yes, it works. Thanks! -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.c

[sage-support] Re: build problem

2011-08-13 Thread Harald Schilly
On Saturday, August 13, 2011 10:24:40 PM UTC+2, Florian wrote: > > Hi, > I'm new to sage Hello Florian! > I tried building it from source today. The build > process finished just fine, ... > I'm not so sure about that. Can you run "make test" ? Also, what cpu do you have? Currently, there

[sage-support] build problem

2011-08-13 Thread Florian
Hi, I'm new to sage and after an unsuccessfull attempt at using the precompiled binary, I tried building it from source today. The build process finished just fine, but when I run sage I get this (I'm running Kubuntu 10.04.3 LTS.): -*snip*--- ---

[sage-support] fortran example in numerical sage document not working

2011-08-13 Thread Rajeev Singh
Hi, If I put the following in notebook, I don't get what is expected, i.e. a function called linearequations - fortran.libraries = ['lapack', 'blas'] code = '''!f90 Subroutine LinearEquations(A,b,n) Integer n Real*8 A(n,n), b(n) Integer i, j, pivot(n), ok call DGESV(n, 1, A, n, pivot, b, n, ok)

[sage-support] 2D translate , rotate

2011-08-13 Thread Giri Narayanan
Hello, Are 2D translation and rotation (about axes) of Graphics objects supported. I found this reference: http://markmail.org/message/y6ineljtmzywbals#query:+page:1+mid:jordm5eitb23jrkc+state:results But can't find concrete examples. Thanks. -giri -- To post to this group, send email to sage-sup

Re: [sage-support] how to use interfaces between Macaulay2 and Sage

2011-08-13 Thread Hiệp Đặng
Dear William, thanks for your guidance. I would like to use the Schubert2 in Macaulay2 from Sage. I write as follows sage: macaulay2.installPackage("Schubert2") TypeError: Error evaluating Macaulay2 code. IN:sage1=installPackage(sage0); OUT:stdio:14:7:(3): error: no method found for applying in

[sage-support] Re: Rotate of Bits

2011-08-13 Thread Simon King
Hi Santanu, hi Benjamin, On 13 Aug., 06:23, Benjamin Jones wrote: > On Aug 12, 9:38 pm, Santanu Sarkar > See section 5.4.1 of: > > http://docs.python.org/library/stdtypes.html I doubt that that is answering the question: "I have 64 bit integer N. I want to rotate bits of N cyclically 5 bits ri