~ubuntu-branches/ubuntu/saucy/gfan/saucy-proposed

« back to all changes in this revision

Viewing changes to testsuite/1000MultiplicityMistake/input

  • Committer: Package Import Robot
  • Author(s): Cédric Boutillier
  • Date: 2013-07-09 10:44:01 UTC
  • mfrom: (2.1.2 experimental)
  • Revision ID: package-import@ubuntu.com-20130709104401-5q66ozz5j5af0dak
Tags: 0.5+dfsg-3
* Upload to unstable.
* modify remove_failing_tests_on_32bits.patch to replace command of
  0009RenderStairCase test with an empty one instead of deleting it.
* remove lintian override about spelling error

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Q[p0,p1,p2,p3,p4,p5,p6,t]
 
2
{
 
3
p4^2-p3*p5,
 
4
p3*p4-p2*p5,
 
5
p3^2-p1*p5,
 
6
p2*p4-p1*p5,
 
7
p2*p3-p0*p5,
 
8
p2^2-p0*p4,
 
9
p1*p4-p0*p5,
 
10
p1*p3-p0*p4,
 
11
p1*p2-p0*p3,
 
12
p1^2-p0*p2}
 
13
{
 
14
p4^2+p5^2-p4*p6-p4*p5+p3*p6-p3*p5,
 
15
p3*p4+p5^2-p4*p6-p3*p5+p2*p6-p2*p5,
 
16
p3^2+p5^2-p4*p6+p4*p5-p3*p6-p3*p5+p2*p6-p2*p5+p1*p6-p1*p5,
 
17
p2*p4+p5^2-p4*p6-p2*p5+p1*p6-p1*p5,
 
18
p2*p3+p5^2-p4*p6+p4*p5-p3*p6-p2*p5+p1*p6-p1*p5+p0*p6-p0*p5,
 
19
p2^2+p4*p5-p3*p6+p3*p5-p2*p6-p2*p5+p1*p6-p1*p5+p0*p6-p0*p4,
 
20
p1*p4+p5^2-p4*p6-p1*p5+p0*p6-p0*p5,
 
21
p1*p3+p4*p5-p3*p6-p1*p5+p0*p6-p0*p4,
 
22
p1*p2+p3*p5-p2*p6-p1*p5+p0*p6-p0*p3,
 
23
p1^2+p2*p5-p1*p6-p1*p5+p0*p6-p0*p2}