File: t3.singular

package info (click to toggle)
frobby 0.9.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,616 kB
  • sloc: cpp: 30,134; sh: 1,184; makefile: 312; ansic: 102; lisp: 10
file content (12 lines) | stat: -rw-r--r-- 128 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
ring R = 0, (x1, x2), lp;
int noVars = 0;
poly p =
 -x1*x2^2
 +x1*x2^5
 +0*x2^9
 +0*x2^7
 -x2^3
 +x2^4
 +x2^6
 +0*x1*x2^8
 -x2;