Sophie

Sophie

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

Macaulay2-1.3.1-8.fc15.i686.rpm

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

i1 : all({1,2,3,4}, even)

o1 = false

i2 : all({2,4,6,8}, even)

o2 = true

i3 : all(7, x -> x < 10)

o3 = true

i4 :