| 2020-01-09 01:23:29 +0200 | received badge | ● Famous Question (source) |
| 2018-09-16 18:21:04 +0200 | received badge | ● Notable Question (source) |
| 2018-09-16 18:21:04 +0200 | received badge | ● Popular Question (source) |
| 2017-07-03 22:49:26 +0200 | asked a question | terminal: wrap lines in command line I can write only rather short commands in terminal. I believe it is problem with wrapping text. I use terminal with other programs (Python, R) without any trouble, but SAGE is giving me this unexpected trouble. |
| 2017-06-30 23:25:14 +0200 | asked a question | Error installing package openblas-0.2.19.p0 on OS X My computer is a MacBook Pro 13", with 2.8 GHz Intel Core i7 processor, and 16 GB 1600 MHz DDR3. The OS X version is 10.9.5. I installed SAGE from source and had 1 Error message (see below). I am not very experienced so I would appreciate all help I can get in order to fix this problem (what happens if I just disregard the existence of the error?) Relevant contents of the log file /Users/MacMesser/Documents/INST_SAGE/sage-7.6/logs/pkgs/openblas-0.2.19.p0.log -DCHAR_CNAME=\"sdsdot_k\" -DNO_AFFINITY -I.. -UDOUBLE -UCOMPLEX -UCOMPLEX -UDOUBLE -DDSDOT ../kernel/x86_64/../generic/dot.c -o sdsdot_k.o
gcc -c -O2 -DMAX_STACK_ALLOC=2048 -DEXPRECISION -m128bit-long-double -Wall -m64 -DF_INTERFACE_GFORT -fPIC -DNO_WARMUP -DMAX_CPU_NUMBER=4 -DASMNAME=_dsdot_k -DASMFNAME=_dsdot_k_ -DNAME=dsdot_k_ -DCNAME=dsdot_k -DCHAR_NAME=\"dsdot_k_\" -DCHAR_CNAME=\"dsdot_k\" -DNO_AFFINITY -I.. -UDOUBLE -UCOMPLEX -UCOMPLEX -UDOUBLE -DDSDOT ../kernel/x86_64/../generic/dot.c -o dsdot_k.o
../kernel/x86_64/sdot_microk_haswell-2.c:37:no such instruction: real 1m17.400s user 3m33.062s sys 0m56.443s Error installing package openblas-0.2.19.p0 |
| 2017-01-04 23:46:42 +0200 | commented answer | convert string to list THANK YOU!!! |
| 2017-01-04 03:01:38 +0200 | commented answer | convert string to list Yes, the code looks like this: my file = open(DATA + 'test444.sage') te=myfile.read() te '[(1,2),(2,3),(3,4),(3,5)(3,6),(3,7)]' |
| 2017-01-04 01:10:25 +0200 | answered a question | convert string to list Thank you very much for your answer! It works if I use the string s. If instead I use my_string (which, on the surface, looks pretty much like s, but was obtained from opening a .sage file containing the string) then I get: TypeError: 'tuple' object is not callable !! |
| 2017-01-04 00:53:14 +0200 | received badge | ● Student (source) |
| 2017-01-04 00:46:59 +0200 | asked a question | convert string to list I have a string of the form, say, '[(1,2),(2,3)]' and want to obtain the list [(1,2),(2,3)] instead. |
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.