Equation Solver (eqnsolver) – SCILAB Toolbox
‘eqnsolver’ is a SCILAB toolbox that provides various functions to estimate the root of any equation by Numerical Methods. The equation can be…
Read More‘eqnsolver’ is a SCILAB toolbox that provides various functions to estimate the root of any equation by Numerical Methods. The equation can be…
Read MoreI have written a code that will calculate the coefficients of the polynomial that will best fit a given set of data-points. The…
Read MoreI have written a code that will calculate the equation of the best fit-line for a given set of data-points. The procedure is…
Read MoreIn the last post I showed you guys how to calculate Fourier Coefficients for a given function defined in the range, [-l,l]. We…
Read MoreToday I wrote a code that calculates the Fourier Coefficients. In case you don’t know what a Fourier Series is, then, basically it…
Read MoreI am happy to inform that I have created three toolboxes/modules for Scilab. A toolbox/module is a kind of an extension for Scilab…
Read MoreToolbox: curvefit Title: Curve Fitters Summary: A toolbox for fitting data-points to a line, polynomial or an exponential curve using the Least Square…
Read MoreThe following is the code for evaluating a definite integral of a given function by a Numerical Method called Simpson’s 3/8th Rule. DOWNLOAD:simpson2…
Read More