Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 7ebd25ac536d248d499a3ce2acda963a > files > 2943

Macaulay2-1.3.1-8.fc15.i686.rpm

-- -*- M2-comint -*- {* hash: 88040854 *}

i1 : R = QQ[x];

i2 : map(R^2,R^3,0)

o2 = 0

             2       3
o2 : Matrix R  <--- R

i3 : f = map(R^2,R^2,x)

o3 = | x 0 |
     | 0 x |

             2       2
o3 : Matrix R  <--- R

i4 : f == x *map(R^2,R^2,1)

o4 = true

i5 :