source: CGBLisp/examples/apollonius3.lisp@ 1

Last change on this file since 1 was 1, checked in by Marek Rychlik, 15 years ago

First import of a version circa 1997.

File size: 428 bytes
Line 
1(warn "Test 6 - Circle of Apollonius")
2(string-grobner-system
3 "[2*x1-u1,2*x2-u2,2*x3-u1,2*x4-u2,x5*u1-x6*u2,x5*u2+x6*u1-u1*u2,x1^2-2*x1*x7+x7^2+x8^2-x7^2-x8^2+2*x8*x2-x2^2,x1^2-2*x1*x7+x7^2+x6^2-2*x6*x8+x8^2-x3^2+2*x3*x7-x7^2-x4^2+2*x4*x8-x8^2,1-s*x5^2+2*s*x5*x7-s*x7^2-s*x6^2+2*s*x6*x8-s*x8^2+s*x1^2-2*s*x1*x7+s*x7^2+s*x8^2]"
4 '(s x1 x2 x3 x4 x5 x6 x7 x8 u1) ;vars
5 '(u2) ;parameters
6 :cover (list (list "[]" "[u2]"))
7 )
Note: See TracBrowser for help on using the repository browser.