|  |  D.5.2.4 bertini2Singular Procedure from librarynumerDecom.lib(see  numerDecom_lib).
 
Example:Usage:
bertini2Singular(string snp, int q);
snp string, q=nvars(basering) integer
 
Return:
re list of the solutions of the homotopy function computed by Bertini
 |  | LIB "numerDecom.lib";
ring r = 0,(a,b,c),ds;
int q=nvars(basering);
def T=bertini2Singular("nonsingular_solutions",q);
re;
 | 
 
 |