Skip to content

Exted the root finding capability by adding a function to numerically evaluate root upto specified precission #235

Description

@gr8geek

We will be using regular falsi combined with newton raphson and bisection method to find the root .It is beneficial in two ways as
1.It can be used to test/verify the roots obtained by step by step solver
2. It can be used to find the roots of transcendental equation
Example:
find_root(expression,lower bound,upper bound,decimal place precission)
find_root(cos(x)-x*e^x,0,1,4)
Answer=0.5177

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions