Skip to content
View motisoltani's full-sized avatar

Block or report motisoltani

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. FalsePositionMethod-Python FalsePositionMethod-Python Public

    This program implements false position method for finding real root of nonlinear equation in python programming language. This program shows you table and graph related to the function and the root…

    Python 3

  2. Bisection-Method Bisection-Method Public

    The simplest root finding algorithm is the bisection method. This program implements Bisection Method for finding real root of nonlinear equation in python programming language. This program shows …

    Python 2

  3. NewtonRaphsonMethod-Python NewtonRaphsonMethod-Python Public

    This program implements Newton Raphson method for finding real root of nonlinear function in python programming language. This program shows you table and graph related to the function and the root…

    Python 2

  4. Eigenvalues-Eigenvector-Python Eigenvalues-Eigenvector-Python Public

    This program implements Eigenvalues and Eigenvector in python programming language.

    Python 2

  5. SecantMethod-Python SecantMethod-Python Public

    This program implements Secant method for finding real root of nonlinear function in python programming language. This program shows you table and graph related to the function and the root. I hope…

    Python 1

  6. SimpleMethod-Python SimpleMethod-Python Public

    This program implements Simple Method for finding real root of nonlinear equation in python programming language. This program shows you table and graph related to the function and the root. I hop…

    Python 1