[sage-support] Re: Using `in' with VectorSpace()

2014-12-31 Thread Nils Bruin
On Wednesday, December 31, 2014 10:51:12 AM UTC-8, Jim Hefferon wrote: > > V = VectorSpace(RDF,3) > v2 = vector(RDF, [1, 2, 3, 4]) > v2 in V > > Naturally, I think the second should say False (I am working with a two > year old doc and I believe it used to come back False). > You're right. This i

[sage-support] Documentation on indexing

2014-12-31 Thread Nicholas Labelle
Hi, I have been reading posts and looking through the documentation for quite some time now and perhaps I'm at a point where I should ask a question, although much has been written on the subject. Where can I find the latest documentation on indexing in Sage? The kinds of problem I

[sage-support] use load('f.sage') but with namespacing like 'import'

2014-12-31 Thread Dan Drake
Hi, In a .sage script, I can use load('f.sage') to load all the stuff from f.sage. But all the functions and definitions in f.sage get put into the same namespace as the script. I'd like to get the kind of namespace behavior you get when using the regular Python "import". That is, if f.sage conta

[sage-support] Re: Sage Notebook for input forms

2014-12-31 Thread gebhardt . p
The SAGE cell server works via JavaScript. All formulas/code are then readable even when using the "hide" directive" (Browser "display source" directive)! So what's needed is some interface (Ajax)?), which actually transfers forms input to (say) a PHP program on the SAGE cell server (where the

[sage-support] Using `in' with VectorSpace()

2014-12-31 Thread Jim Hefferon
Hello, I apologize if I am confused but I have some behavior that surprises me. Both of these `in' expressions return True. (I just tested it on cloud.sagemath.com so I think it is not from my having an old version.) V = VectorSpace(RDF,3) v1 = vector(RDF, [1, 2, 3]) v1 v1 in V v2 = vector(RD

[sage-support] Re: Problem to run notebook in secure node (6.4.1)

2014-12-31 Thread Topaze
Yes, gnutls-bin was indeed missing. Thanks a lot ! -- 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

Re: [sage-support] Re: Error during building release 6.4.1

2014-12-31 Thread Volker Braun
On Wednesday, December 31, 2014 3:35:47 PM UTC+1, Paweł Bogdan wrote: > > If you say that building sage locally is the best solution I can do it. > But can you explain how should I build sage locally that it will fit to the > server? > I mean find a locally-attached disk on the server. E.g. run

Re: [sage-support] Re: Problem to run notebook in secure node (6.4.1)

2014-12-31 Thread Jan Groenewald
Hi I think you have gnutls runtime library not gnutls commands : 0 root@muizenberg:~#dpkg -S `which certtool` gnutls-bin: /usr/bin/certtool 0 root@muizenberg:~# Try sudo apt-get install gnutls-bin Regards, Jan On 31 December 2014 at 17:34, Topaze wrote: > Sorry, secure mode, of course. >

Re: [sage-support] Re: Error during building release 6.4.1

2014-12-31 Thread Paweł Bogdan
Sorry, I forgot about the file: #== # This file has been automatically generated by # /sage/build/install # You should not edit it by hand #==

[sage-support] Re: Problem to run notebook in secure node (6.4.1)

2014-12-31 Thread Topaze
Sorry, secure mode, of course. -- 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 group, send email to sa

[sage-support] Problem to run notebook in secure node (6.4.1)

2014-12-31 Thread Topaze
Hello Sage team. I followed the instructions below (and did "make ssl") : http://www.sagemath.org/doc/installation/source.html#section-notebook-ssl But when typing this : mainuser@station1:~$ /home/mainuser/sage-6.4.1/sage -c "notebook(interface='localhost', secure=True)" The notebook files ar

Re: [sage-support] Re: Error during building release 6.4.1

2014-12-31 Thread Paweł Bogdan
Dima! uname -a Linux iota 2.6.38.8 #7 SMP Sat Aug 2 23:41:34 CEST 2014 x86_64 Quad-Core_AMD_Opteron(tm)_Processor_8350 PLD Linux Volker! You are right, there are such line. Find Makefile attached to this message. I can ask admin of the server to fix the date. If you say that building sage loc

Re: [sage-support] Re: Error during building release 6.4.1

2014-12-31 Thread Volker Braun
We run "./configure $$PREREQ_OPTIONS" in build/install so that must be where the "x make" came from. But I'm a bit confused how that is possible. According to the log he hasn't set PREREQ_OPTIONS. Pawel, can you post your build/Makefile? This should include the make target: $(INST)/prereq: ..

[sage-support] Re: Error during building release 6.4.1

2014-12-31 Thread Dima Pasechnik
On 2014-12-30, Paweł Bogdan wrote: > --=_Part_6942_108321288.1419978512980 > Content-Type: multipart/alternative; > boundary="=_Part_6943_1637238407.1419978512981" > > --=_Part_6943_1637238407.1419978512981 > Content-Type: text/plain; charset=UTF-8 > Content-Transfer-Encoding: q