 
 
 
 
 
 
 
  
 terms in the
mathematical background). This procedure take as argument a box
 and the returned evaluation of the non-linear terms. 
Consider for example the equations:
 terms in the
mathematical background). This procedure take as argument a box
 and the returned evaluation of the non-linear terms. 
Consider for example the equations:

 and
and 
 and the NonLinear procedure is
written as:
 and the NonLinear procedure is
written as:
 
void NonLinear(INTERVAL_VECTOR &x,INTERVAL_VECTOR &X)
{
    X(1) = (-0.1+0.25*x(1))*Sqr(x(1));
    X(2) = (-0.1+0.55*x(2))*Sqr(x(2));
}