On 8/19/11 5:21 PM, Simon King wrote:
The line break replaces the semicolon, hence, the example that you give corresponds to [1,2,;3,4] (which hopefully is a syntax error in Matlab), while the second version becomes [1,2;3,4] (which seems to be the matlab idea of a matrix).
Again, matlab is (sloppy|convenient|lenient): >> [1,2,;3,4] ans = 1 2 3 4 Thanks, Jason -- 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