File: m2Script2

package info (click to toggle)
frobby 0.9.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,616 kB
  • sloc: cpp: 30,134; sh: 1,184; makefile: 306; ansic: 102; lisp: 10
file content (5 lines) | stat: -rw-r--r-- 186 bytes parent folder | download | duplicates (8)
1
2
3
4
5
load "__m2tmp.in";
file = "__m2tmp.out" << "";
file << "R = ZZ[" << toString(generators(R)) << "];" << endl;
file << toString(irreducibleDecomposition(I)) << ";" << endl << close;
quit;