false SciMax Toolbox fast_linsolve

SciMax Toolbox >> fast_central_elements

fast_central_elements

Maxima Function

Calling Sequence

fast_central_elements ([x_1, ..., x_n], n)

Description

If set_up_dot_simplifications has been previously done, finds the central polynomials in the variables x_1, ..., x_n in the given degree, n.

For example:

set_up_dot_simplifications ([y.x + x.y], 3);
fast_central_elements ([x, y], 2);
[y.y, x.x];
false SciMax Toolbox fast_linsolve