Hi,

Is this an expected behavior of the magma interface?

----------------------------------------------------------------------
| Sage Version 4.2, Release Date: 2009-10-24                         |
| Type notebook() for the GUI, and license() for information.        |
----------------------------------------------------------------------
sage: m=matrix(ZZ,2,[1,2,3,4])
sage: magma.eval(magma(m).name()+';')
'0'
sage: mm=magma(m)
sage: magma.eval(mm.name()+';')
'[1 2]\n[3 4]'
sage:


I cann't understand the first output '0'.

Kwankyu
--~--~---------~--~----~------------~-------~--~----~
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