Bug SS-209
1 vote

Nonlinear Solvers: FindRoot() problem

Created by Martin Kraska on 8/30/2014 1:29 PM Last Updated by Davide on 8/30/2014 3:38 PM
%
 (hrs)
Logged: 0   (hrs)

 Description

FindRoots seems to be a bit affected by changes in SMath. The attached example works fine in 0.97.5154 but shows problems in 0.97.5346

0.97.5154

0.97.5346

    Davide (Saturday, August 30, 2014 3:38 PM) #

The issue seems it is in how A is cleared... Unknowns recognize just d as cleared, the same for FindRoot... In SMath 0.97.5346 if I disable the assignment of A, I get the result. I'll investigate...