Scilab Home Page | Wiki | Bug Tracker | Forge | Mailing List Archives | Scilab Online Help | File Exchange
ATOMS : Rootfinder details
Login with GitLab

Rootfinder

A GUI for finding the roots of an equation using numerical methods
(6317 downloads for this version - 6317 downloads for all versions)
Details
Version
0.1
Author
MANISH JOSHI
Maintainer
manish joshi
Categories
License
Creation Date
June 30, 2021
Source created on
Scilab 6.1.x
Binaries available on
Scilab 6.0.x:
Windows 64-bit Windows 32-bit Linux 64-bit Linux 32-bit macOS
Scilab 6.1.x:
Windows 64-bit Windows 32-bit Linux 64-bit Linux 32-bit macOS
Install command
--> atomsInstall("RFG_Toolbox")
Description
            rootfinder() creates a graphical user interface (GUI) for finding the roots of
equations, using numerical methods.

(1) A user can select the method for finding the root using the dropdown menu.
It currently offers the Bisection method (default), False-Position method,
Newton Raphson method, and Secant method.

(2) In the next step, the user can enter the function or equation A useful
feature of this toolbox is that if you don't know the interval for finding the
roots, you can just press the Find Interval button and it will show you the
interval for finding the roots, and by selecting the interval it will
automatically filled in the initial guess edit boxes.

(3) If you don't want to select the interval from the list, you can also
manually type the values of the initial guess.

(4) After that, you have to select the stopping criteria for the root-finding
method and enter the tolerance value.

(5) After providing all the input, you can press the solution button, and it
will show you the root and a table containing all the relevant data.
You can also plot the equation to double-check the roots.            
Files (4)
[366.98 kB]
Source code archive

[885.68 kB]
OS-independent binary for Scilab 6.0.x

[1.63 MB]
OS-independent binary for Scilab 6.1.x

[257.12 kB]
Miscellaneous file
Screenshot of GUI
News (0)
Comments (0)
Leave a comment
You must register and log in before leaving a comment.
Login with GitLab
Email notifications
Send me email when this toolbox has changes, new files or a new release.
You must register and log in before setting up notifications.