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 '/
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
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
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*---
---
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)
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
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
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