source: CGBLisp/latex-doc/cgb-lisp.tex@ 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: 2.8 KB
Line 
1\begin{lisp:documentation}{*examples*}{VARIABLE}{'((string$-$grobner (string$-$grobner [x\symbol{94}2+y,x$-$y] '(x y)) (string$-$grobner [y$-$x\symbol{94}2,z$-$x\symbol{94}3] '(x y z) order \#'grevlex$>$))
2 (string$-$grobner$-$system (string$-$grobner$-$system [u*x+y,x+y] '(x y) '(u)) (string$-$grobner$-$system [u*x+y,x+y] '(x y) '(u) cover '(([u$-$1] [])))) (string$-$read$-$poly (string$-$read$-$poly [x\symbol{94}3+3*x\symbol{94}2+3*x+1] '(x)))
3 (string$-$elimination$-$ideal (string$-$elimination$-$ideal [x\symbol{94}2+y\symbol{94}2$-$2,x*y$-$1] '(x y) 1)) (string$-$ideal$-$saturation$-$1 (string$-$ideal$-$saturation$-$1 [x\symbol{94}2*y,y\symbol{94}3] x '(x y)))
4 (string$-$ideal$-$polysaturation$-$1 (string$-$ideal$-$polysaturation$-$1 [x\symbol{94}2*y,y\symbol{94}3] [x,y] '(x y))) (string$-$cond (string$-$cond '([u\symbol{94}2$-$v] [v$-$1]) '(u v) \#'grevlex$>$))
5 (string$-$cover (string$-$cover '(([u\symbol{94}2$-$v] [u]) ([u+v] [])) '(u v) \#'grevlex$>$)) (string$-$determine (string$-$determine [u*x+y,v*x\symbol{94}2+y\symbol{94}2] '(x y) '(u v) cond '([u,v] [v$-$1]) main$-$order \#'lex$>$))
6 (parse$-$string$-$to$-$sorted$-$alist (parse$-$string$-$to$-$sorted$-$alist x\symbol{94}2+y\symbol{94}3 '(x y) \#'grevlex$>$) (parse$-$string$-$to$-$sorted$-$alist [x\symbol{94}2+y\symbol{94}3,x$-$y] '(x y) \#'grevlex$>$))
7 (translate$-$statements (translate$-$statements (collinear a b c) (perpendicular a b a c)))
8 (translate$-$theorem (translate$-$theorem ((perpendicular a b c d) (perpendicular c d e f)) ((parallel a b e f) (identical$-$points c d)))
9 (translate$-$theorem ((perpendicular a b a c) (midpoint b c m) (midpoint a m o) (collinear b h c) (perpendicular a h b c)) ((equidistant m o h o) (identical$-$points b c))))
10 (prove$-$theorem (prove$-$theorem ((perpendicular a b c d) (perpendicular c d e f)) ((parallel a b e f) (identical$-$points c d)))
11 (prove$-$theorem ((perpendicular a b a c) (midpoint b c m) (midpoint a m o) (collinear b h c) (perpendicular a h b c)) ((equidistant m o h o) (identical$-$points b c)))
12 (prove$-$theorem ((perpendicular a b a c) (identical$-$points b c)) ((identical$-$points a b) (identical$-$points a c)))
13 (prove$-$theorem ((perpendicular a b a c) (identical$-$points b c)) ((identical$-$points a b) (real$-$identical$-$points a c))))) }
14A list of available examples.
15\end{lisp:documentation}
16
17\begin{lisp:documentation}{example}{FUNCTION}{symbol {\sf \&optional} (stream t) }
18Run short examples associated with a symbol, which typically is a
19function name.
20\end{lisp:documentation}
21
22\begin{lisp:documentation}{run$-$example}{FUNCTION}{e stream }
23Evaluate a single form E and send output to stream STREAM.
24\end{lisp:documentation}
25
26\begin{lisp:documentation}{all$-$examples}{FUNCTION}{{\sf \&optional} (stream t) }
27Run all available examples and send output to STREAM.
28\end{lisp:documentation}
29
Note: See TracBrowser for help on using the repository browser.