 
 
 
 
 
 
 
  
Any ALIAS maple procedure involved in the calculation on eigenvalues of a matrix A may use the Gerschgorin circles methods that states that all the eigenvalues of a matrix are enclosed in the union of a set of circles (in the complex plane) whose center and radii are calculated as functions of the coefficients of the matrix.
The purpose of the GerschgorinConsistency procedure is to generate the C++ code for a simplification procedure that may be used by the ALIAS-Maple procedures doing calculation on the eigenvalues of a square matrix. The syntax is:
GerschgorinConsistency(Func,Vars,Gradient,n,procname)where:
 are the same than the eigenvalues of A. The method
is not able to determine D such that the Gerschgorin circles are minimal
(i.e. give the best bounds) and only try a set of at most
 are the same than the eigenvalues of A. The method
is not able to determine D such that the Gerschgorin circles are minimal
(i.e. give the best bounds) and only try a set of at most  different D
where n is the order of the method.
 different D
where n is the order of the method.
To check only if the eigenvalues lie in the interval provided by the C++ procedure without modifying this interval use a negative n
 
 
 
 
 
 
