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

Condition Number

Evaluates the condition number of functions.
(5689 downloads for this version - 18579 downloads for all versions)
Details
Version
0.2.1
A more recent valid version exists: 0.2.2
Author
Michael Baudin
Owner Organization
DIGITEO
Maintainers
Michael BAUDIN
John GLIKSBERG
Category
License
Dependency
Creation Date
November 24, 2011
Source created on
Scilab 5.4.x
Binaries available on
Scilab 5.4.x:
Windows 64-bit Windows 32-bit Linux 64-bit Linux 32-bit macOS
Scilab 5.5.x:
Windows 64-bit Windows 32-bit Linux 64-bit Linux 32-bit macOS
Install command
--> atomsInstall("condnb")
Description
            Purpose
----

These functions provides the condition number of various elementary functions. 
Their goal is to evaluate the potential numerical difficulty of evaluating 
numerically a function at a given point. 
We may use this module while testing a given function. 

The toolbox is based on macros.

To get an overview of the functions in this module, use :

help condnb_overview

This module uses the apifun module.

Features
--------

The following is a list of the current functions :
 * condnb_condnum : Computes the empirical condition number of the function f at
point x.
 * condnb_acoscond : Computes the condition number of the acos function.
 * condnb_asincond : Computes the condition number of the asin function.
 * condnb_atancond : Computes the condition number of the atan function.
 * condnb_coscond : Computes the condition number of the cos function.
 * condnb_erfcond : Computes the condition number of the erf function.
 * condnb_erfinvcond : Computes the condition number of the erfinv function.
 * condnb_expcond : Computes the condition number of the exp function.
 * condnb_logcond : Computes the condition number of the log function.
 * condnb_plotcond : Plots the condition number of a function.
 * condnb_powcond : Computes the condition number of the pow function.
 * condnb_sincond : Computes the condition number of the sin function.
 * condnb_sqrtcond : Computes the condition number of the square root function.
 * condnb_sumcond : Computes the condition number of the sum function.
 * condnb_tancond : Computes the condition number of the tan function.

Forge
-----

http://forge.scilab.org/index.php/p/condnb/
            
Files (3)
[100.42 kB]
Source code archive
Same sources as in previous toolbox version, updated to make it available for
Scilab 5.4.0
[167.75 kB]
OS-independent binary for Scilab 5.4.x
Binary version
Automatically generated by the ATOMS compilation chain

[162.22 kB]
OS-independent binary for Scilab 5.5.x
Binary version (all platforms)
Automatically generated by the ATOMS compilation chain

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.