I installed, with Brew, the new version of M2, and found that one of my packages
wouldn't work. I think the direction of the morphism produced by
(random, Module, Module)
now goes the other way from what it did.
Here's a snippet:
+ M2 --no-readline --print-width 112
Macaulay2, version 1.25.05
......
i22 : S = ZZ/101[t]
o22 = S
o22 : PolynomialRing
i23 : M = S^1/t
o23 = cokernel | t |
1
o23 : S-module, quotient of S
i24 : random(M,S^1)
o24 = 0
1
o24 : Matrix S <-- M
---
What it says in the
documentation:
- Usage:
- f = random(F, G)
- Inputs: