next up previous contents
Next: The Comprehensive Gröbner basis Up: CGBLisp User Guide and Previous: The Gröbner Basis package

Subsections

The String Interface to the Gröbner Basis package

string - normal - form

$\textstyle\parbox{\pboxargslen}{\em f fl vars {\sf \&key} (stream
 t) (print
 t...
 ...ient$-$ring*) (suppress$-$value
 t) {\sf \&aux} (vars
 (read$-$vars
 vars)) \/}$ [FUNCTION]

string - grobner

$\textstyle\parbox{\pboxargslen}{\em plist vars {\sf \&key} (order
 \char93 'lex...
 ...g
 *coefficient$-$ring*) (print
 t) {\sf \&aux} (vars
 (read$-$vars
 vars)) \/}$ [FUNCTION]

string - elimination - ideal

$\textstyle\parbox{\pboxargslen}{\em flist vars k {\sf \&key} (stream
 t) (key
 ...
 ...ondary$-$order
 secondary$-$order)) {\sf \&aux} (vars
 (read$-$vars
 vars)) \/}$ [FUNCTION]

string - ideal - intersection

$\textstyle\parbox{\pboxargslen}{\em f g vars {\sf \&key} (order
 \char93 'lex$\...
 ...
 vars
 order)) (g
 (parse$-$string$-$to$-$sorted$-$alist
 g
 vars
 order)) \/}$ [FUNCTION]

string - poly - lcm

$\textstyle\parbox{\pboxargslen}{\em f g vars {\sf \&key} (order
 \char93 'lex$\...
 ...
 vars
 order)) (g
 (parse$-$string$-$to$-$sorted$-$alist
 g
 vars
 order)) \/}$ [FUNCTION]

string - ideal - saturation - 1

$\textstyle\parbox{\pboxargslen}{\em f p vars {\sf \&key} (order
 \char93 'lex$\...
 ...
 vars
 order)) (p
 (parse$-$string$-$to$-$sorted$-$alist
 p
 vars
 order)) \/}$ [FUNCTION]

string - ideal - polysaturation - 1

$\textstyle\parbox{\pboxargslen}{\em f plist vars {\sf \&key} (order
 \char93 'l...
 ...order)) (plist
 (parse$-$string$-$to$-$sorted$-$alist
 plist
 vars
 order)) \/}$ [FUNCTION]

string - ideal - saturation

$\textstyle\parbox{\pboxargslen}{\em f g vars {\sf \&key} (order
 \char93 'lex$\...
 ...
 vars
 order)) (g
 (parse$-$string$-$to$-$sorted$-$alist
 g
 vars
 order)) \/}$ [FUNCTION]

string - ideal - polysaturation

$\textstyle\parbox{\pboxargslen}{\em f ideal$-$list vars {\sf \&key} (order
 \ch...
 ...da (g) (parse$-$string$-$to$-$sorted$-$alist g vars order))
 ideal$-$list)) \/}$ [FUNCTION]

string - colon - ideal

$\textstyle\parbox{\pboxargslen}{\em f g vars {\sf \&key} (top$-$reduction$-$onl...
 ...
 vars
 order)) (g
 (parse$-$string$-$to$-$sorted$-$alist
 g
 vars
 order)) \/}$ [FUNCTION]

string - read - poly

$\textstyle\parbox{\pboxargslen}{\em f vars {\sf \&key} (order
 \char93 'lex$\gt...
 ...$-$vars
 vars)) (f
 (parse$-$string$-$to$-$sorted$-$alist
 f
 vars
 order)) \/}$ [FUNCTION]

poly - rational - to - integer

$\textstyle\parbox{\pboxargslen}{\em p {\sf \&optional} (ring
 *coefficient$-$ring*) \/}$ [FUNCTION]

read - vars

$\textstyle\parbox{\pboxargslen}{\em string$-$or$-$list \/}$ [FUNCTION]

Read a list of variables, specified either as a list of symbols or a string listing variables in the form of a comma - separated list, delimited by [,]

next up previous contents
Next: The Comprehensive Gröbner basis Up: CGBLisp User Guide and Previous: The Gröbner Basis package
Marek Rychlik
3/21/1998