Ask Your Question

oscarvarto's profile - activity

2016-01-16 04:52:58 +0100 received badge  Taxonomist
2014-01-18 08:48:59 +0100 received badge  Famous Question (source)
2013-01-06 21:10:06 +0100 received badge  Notable Question (source)
2012-08-17 07:56:24 +0100 received badge  Popular Question (source)
2011-12-20 12:19:46 +0100 received badge  Good Question (source)
2011-11-08 01:12:07 +0100 received badge  Nice Question (source)
2011-11-02 20:51:29 +0100 received badge  Student (source)
2011-11-02 19:39:09 +0100 asked a question Support for python 3? (yes, I've read the FAQ)

According to Sage's FAQ:

http://www.sagemath.org/doc/faq/faq-u...

"Until SciPy is ported to run with Python 3.x and Cython supports Python 3.x, Sage will continue to use Python 2.x"

Scipy has been ported to Python 3.x, and Cython already works with Python 3.x. Are there any plans to port Sage to Python 3.x?

2011-10-18 17:54:26 +0100 asked a question Enumerate elements of a set built using properties

How can I enumerate all the elements of a set?

For example (I'll use latex to describe the desired set) if the set is:

$$ W = { u_{i}[j], \overline{u}_{i}[j]: 1 \leq i \leq n, 1 \leq j \leq m } $$