integtools – SCILAB TOOLBOX

Title : integtools
Type : Scilab toolbox
Version : 1.0.0.0
Date : 21-Feb-2016
Author : Manas Shamra <[email protected]>
Description : A toolbox for evaluating integrals(definite) of a function by various Numerical Methods.
Licence : Creative Commons (Attribution Required)

 

The module contains the following functions:

simpson2: This function returns the value of the definite integral of a function by Simpson’s 3/8th Rule.

trapez: This function returns the value of the definite integral of a function by Trapezoidal Rule.

simpson:This function returns the value of the definite integral of a function by Simpson’s 1/3rd Rule.

You can click on the functions to know more about them.

The module can be intalled from the ATOMS in Scilab.
https://atoms.scilab.org/toolboxes/integtools

HELP:
https://www.bragitoff.com/2016/02/simpsons-38th-rule-integration-scilab-codeprogrammacro/
https://www.bragitoff.com/2016/02/trapezoidal-rule-integration-scilab-codeprogrammacro/
https://www.bragitoff.com/2016/02/simpsons-13rd-rule-integration-scilab-codeprogrammacro/

HOW TO INSTALL A TOOLBOX??

[wpedon id="7041" align="center"]

3 thoughts on “integtools – SCILAB TOOLBOX

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.