File: sing

package info (click to toggle)
frobby 0.9.6-1~exp1
  • links: PTS, VCS
  • area: main
  • in suites:
  • 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-- 187 bytes parent folder | download | duplicates (4)
1
2
3
4
5
// the singular format
ring R = 0, (x1, x2, x3, x4, x5, x6, x7, x8, x9, x10), lp;
ideal I =
 x1^5*x2^4*x3^5*x4^7*x5^10*x7*x8^4*x9^3*x10^3,
 x2^7*x3^2*x4^7*x5^6*x6^3*x8^5*x9^7*x10^9;