>  Our solvers transform 
>  system of equations into triangular form.  If system is zero 
>  dimensional (has finite number of solutions) than current 
>  method works OK.  We have problem in case of higher dimensional 
>  solution set.

I noticed that too, 'triangularSystems' uses 'groebSolve' to do the
0 dimension case.  For the linear 'solve' function, there's 'checkLinear'
and 'linSolve' to deal with this high dimension situation.  But according
to your reply, similar technique doesn't apply to radicalSolve.

Still, did this patch fix this trival case and not break others?

-- 
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to fricas-devel+unsubscr...@googlegroups.com.
To post to this group, send email to fricas-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to