Cuts a system with a random hypersurface
RandomSection := proc ( sys ::list(algebraic), vars ::list(name) := [op(indets(sys,name))] )
Solve polynomial and trigonometric systems.
RealSolve := proc ( sys ::{algebraic,list({algebraic,algebraic<algebraic})}, vars ::list(name) := [op(indets([sys,spec],name))], spec ::seq(name=algebraic) := NULL, { noerror ::truefalse := false, precision ::integer := Digits } )
The relative path from the current HTML page to the results page directory.
this.resultsPath
Saturate an ideal by another ideal (new method).
Saturation5 := proc ( sys1 ::list(algebraic), sys2 ::list(algebraic), vars ::list(name) := [op (indets ([sys1,sys2],name))], char ::integer := 0, outpol ::algebraic := 1 )
Saturate an ideal by another ideal (direct method).
SaturationDirect := proc ( sys1 ::list(algebraic), sys2 ::list(algebraic), vars ::list(name) := [op (indets ([sys1,sys2],name))], char ::integer := 0 )
Saturate an ideal by another ideal.
SaturationIdeal := proc ( sys1 ::list(algebraic), sys2 ::list(algebraic), vars ::list(name) := [op (indets ([sys1,sys2],name))], char ::integer := 0, { alternative ::truefalse := false } )
Saturate an ideal by another ideal (new method).
SaturationTest := proc ( sys1 ::list(algebraic), sys2 ::list(algebraic), vars ::list(name) := [op (indets ([sys1,sys2],name))], char ::integer := 0 )
Performs a search.
this.Search = function()
Searches for the passed string.
this.Search = function( search )
Constructs the Manipulator object of the serial 3R manipulator.
Serial3R := proc( morespec ::seq(name=algebraic), precision := 4 )
Computes the implicit equations satisfied by the cuspidal points
SerialCuspidal := proc ( robot ::Manipulator, { [fast,notest] ::truefalse := false, direct ::truefalse := false, parameters ::list(name) := [] } )
Set colors to the numbers of solutions obtained by NumberOfSolutionsPlus
SetCellColors := proc ( Lc, Lp )
Reduces the number of polynomials.
SizeReduction := proc ( sys ::list(algebraic), vars ::list(name) := NULL )
Sort a list of polynomial and trigonometric expressions
SortPolynomials := proc ( sys ::list(algebraic), ordering ::{ShortMonomialOrder, list(name)} := NULL )
Specify parameter values in a Manipulator
SubsParameters := proc ( spec ::seq (name=algebraic), robot ::Manipulator, precision ::integer := 4 )
Substitute coherently angles in a system.
SubsPlus := proc ( spec ::seq (name=algebraic), formula ::{algebraic, algebraic<algebraic, list({algebraic,algebraic=algebraic, algebraic<algebraic})}, precision ::integer := 4 )
Toggles the visibility of the passed element ID.
this.Toggle = function( id )
Display a given trajectory.
Trajectory := proc ( L ::list, steps ::integer := 20, { color := [] } )
Convert trigonometric and radical expressions to algebraic ones
TrigonometricAlgebraic := proc( sys ::list(algebraic), { norelation ::truefalse := false, cossin ::{set,list}(name) := indets(sys,name), tanhalf ::{set,list}(name) := [], const ::truefalse := false } )
Convert trigonometric and radical expressions to algebraic ones
TrigonometricAlgebraicCosSin := proc ( sys ::list(algebraic), { norelation ::truefalse := false, variables ::{set,list}(name) := NULL, const ::truefalse := false } )
Computes a Gröbner basis of a trigonometric system.
TrigonometricBasis := proc( sys ::list(algebraic), vars1 ::list(name), vars2 ::list(name) := [op(indets(sys,name) minus {op(vars1)})], char ::integer := 0 )
Returns the algebraic variables of trigonometric constants.
TrigonometricConstants := proc ( algvars ::table )
Extract common factors of trigonometric expressions
TrigonometricGcd := proc ( sys ::list(algebraic), { squarefree ::truefalse := true, ordering ::list(name) := NULL } )
Substitute trigonometric variables with numerical values
TrigonometricSubs := proc ( spec ::seq(name=algebraic), sys ::{algebraic, algebraic<algebraic, list({algebraic,algebraic=algebraic, algebraic<algebraic})}, precision ::integer := 4, { noradical ::truefalse := false } )
Parametrize trigonometric and radical expressions with tangent expression
TrigonometricTanHalf := proc( sys ::list(algebraic), { generic ::truefalse := false, variables ::{list,set}(name) := NULL, const ::truefalse := false } )
Updates trigonometric variables to algebraic ones.
TrigonometricVariables := proc ( vars ::list(name), algvars ::table )
Release parameters in a Manipulator
UnassignParameters := proc ( pars ::seq (And(name,Not(Manipulator))), robot ::Manipulator )