[sage-support] How to take input from sage worksheet

2015-02-09 Thread Thyagarajulu G
I want to take input while executing a cell in the sage worksheet similar to that of python's inbuilt function as below no_bins = int(input("Please enter number of bins: ")) Is it possible? When I am executing above line, it runs in infinite loop. -- You received this message because you are

[sage-support] Re: How to vector with variables

2015-02-09 Thread Thyagarajulu G
> Pedro > > On Monday, February 9, 2015 at 2:46:51 PM UTC, Thyagarajulu G wrote: >> >> #var('d,e,f') >> from sympy import * >> x,y,z = symbols("x y z") >> >> A = matrix([[1,2,3],[3,2,1],[1,1,1]]) >> w = vector([d,e,f]) >> A*w &

[sage-support] How to vector with variables

2015-02-09 Thread Thyagarajulu G
#var('d,e,f') from sympy import * x,y,z = symbols("x y z") A = matrix([[1,2,3],[3,2,1],[1,1,1]]) w = vector([d,e,f]) A*w I am getting this error.Please help me Traceback (most recent call last):A*w File "", line 1, in File "/tmp/tmpufgyTp/___code___.py", line 7, in w = vector(

[sage-support] I am unable to install sage in ubuntu 32 bit pc

2014-12-23 Thread Thyagarajulu G
thyagarajulu@pc:~/Desktop/sage-6.3-i686-Linux$ make cd build && \ "../build/pipestatus" \ "env SAGE_PARALLEL_SPKG_BUILD='' ./install all 2>&1" \ "tee -a ../logs/install.log" Installing GCC because a Fortran compiler is missing. *** ALL ENVIRONMENT VARIABLES BEFORE BUILD: *** CLUTTER_IM_MODULE=xim C