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

Orthogonal Polynomials

Orthogonal Polynomials (Chebyshev, Hermite, Laguerre, and Legendre)
(8253 downloads for this version - 28179 downloads for all versions)
Details
Version
0.3.1
A more recent valid version with binaries for Scilab 6.0 exists: 0.3.2
Author
Michael Baudin
Owner Organization
- - -
Maintainers
Samuel Gougeon
Michael BAUDIN
Administrator ATOMS
License
Dependencies
Creation Date
June 9, 2018
Source created on
Scilab 6.0.x
Binaries available on
Scilab 5.5.x:
Windows 64-bit Windows 32-bit Linux 64-bit Linux 32-bit macOS
Scilab 6.0.x:
Windows 64-bit Windows 32-bit Linux 64-bit Linux 32-bit macOS
Install command
--> atomsInstall("Ortpol")
Description
            
This module allows to create and manage orthogonal polynomials.

Features
--------

* ortpol_quadrature : Returns nodes and weights of a quadrature from alphas and
betas

For each polynomial 'x', the following functions are available :

 * x_eval : Evaluate polynomial
 * x_norm : Compute L2 norm
 * x_pdf : Evaluate probability distribution function
 * x_poly : Create polynomial
 * x_quadrature : Returns nodes and weights of Gauss quadrature
 * x_variance : Variance of polynomial
 * x_weight : Evaluate weight function

with :
 * x="chebyshev" : Chebyshev Polynomials
 * x="hermite" : Hermite Polynomials
 * x="laguerre" : Laguerre Polynomials
 * x="legendre" : Legendre Polynomials
            
Files (3)
[121.07 kB]
Source code archive

[223.12 kB]
OS-independent binary for Scilab 5.5.x
Binary for Scilab 5.5
[239.66 kB]
OS-independent binary for Scilab 6.0.x
Binary for Scilab 6.0
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.