next up previous contents
Next: The generic analyzer Up: Parser, Generic Solver and Previous: Dealing with parametric system   Contents


MAPLE library for the Interval Solver

All these procedures are available in The lib_IS.m library contains various procedures that may be useful for producing files for the parser. The following MAPLE programs are available: An example of the use of this library follows:
 
readlib(lib_IS):
eq1:=y**2*z+2*x*y*t-2*x-z:
eq2:=-x**3*z+4*x*y**2*z+4*x**2*y*t+2*y**3*t+4*x**2-10*y**2+4*x*z-10*y*t+2:
eq3:=2*y*z*t+x*t**2-x-2*z:
eq4:=-x*z**3+4*y*z**2*t+4*x*z*t**2+2*y*t**3+4*x*z+4*z**2-10*y*t-10*t**2+2:
write_equation([eq1,eq2,eq3,eq4],"fcap"):
write_gradient_equation([eq1,eq2,eq3,eq4],"gcap",[x,y,z,t]):
write_hessian_equation([eq1,eq2,eq3,eq4],"hcap",[x,y,z,t]):
The formula file for the 4 equations will be written in the file fcap while the jacobian and hessian will be written in the file gcap, hcap. Note that the range file should define the ranges for the unknowns in the order x,y,z,t.


next up previous contents
Next: The generic analyzer Up: Parser, Generic Solver and Previous: Dealing with parametric system   Contents
Jean-Pierre Merlet 2012-12-20