Francois Maltey <[EMAIL PROTECTED]> writes: > Hi Martin, > > You are saying you get different results for the same input? This doesn't > > seem > > to happen here - I always get the same 3 radical roots, and actually, the > > whole > > thing works as nicely as it could here: (FriCAS, svn revision around 430) > > > > (1) -> LR := radicalSolve (p^3-p+1/10=0,p) > > > You can see what I get in this new session (in a xterm) > > [EMAIL PROTECTED]:~$ fricas -noht > (1) -> LR := radicalSolve (p3-p+1/10=0,p) > > 10p3 + 1
but there is a typo in the input?! > >> I don't understand why map (eq +-> numerical rhs eq) fails. > >> > > > > because it should be map (eq +-> numeric rhs eq, LR)? Or are you asking why > > numeric is not provided for Konvert Complex Float? > Yes, I was waiting about a numeric function on complex. Are you satisfied with my answer (that the result type of numeric would depend on the input, which is not good?) Martin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/fricas-devel?hl=en -~----------~----~----~----~------~----~------~--~---
