Skip to content

Use BracketingNthOrderBrentSolver instead of BrentSolver #103

@axkr

Description

@axkr

Suggestion to use

See example from issue 181 from old bug tracker

    In [13]: FindRoot(2^x==0,{x,-100,100}, Method->Brent)
    Out[13]: {x->-100.0}

Symja uses the Hipparchus BrentSolver method in this example.
One requirement for the BrentSolver is that "The given interval must bracket the root."

BracketingNthOrderBrentSolver solves this issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions