On Thu, Jan 26, 2012 at 5:15 PM, David Roe <r...@math.harvard.edu> wrote:
>>> Another issue: do we allow [1..10; 10..20]?
>>
>> We probably shouldn't go to extra effort to support it.
>>
>>> I can't seem to construct
>>> matrices with matrix entries (this is not absurd) -- but should the
>>> preparser grok it? [[1..10; 10..20] ; [2..12; 14..24]]
>>
>> Yes, for sure. And [[1..10; 10..20].det() ; [2..12; 14..24].det()]
>
> I'm not quite clear how these are square matrices (or even how the
> rows have the same length).  What does [1..10; 10..20] translate to?

Oops, I meant nesting like [ [1, 10; 10, 20].det() ; [2,12; 14,
24].det() ] should be supported, not the using the elipsis notation.

-- 
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org

Reply via email to