Gerardo

Results 4 comments of Gerardo

For example, in this case, Lambdify returns inf, while using the .subs() operator gives the correct value. Note that the function is just an example but approximates the type of...

Thank you for your help. Could you tell me if there is a way to limit the number of digits in calculations, regardless of losing precision? Or if there is...

Thank you for your prompt response. I am implementing a solver for nonlinear systems where the solution process involves a large number of numerical evaluations of complex nonlinear functions. The...

The initial values a1, a2, ... are commonly found between -1.0 and 1.0. However, during the solution search process (Newton-Raphson), the values can vary between -inf and inf. Now, that's...