Skip to content

spacedome/happrox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

happrox

Some approximation theory routines in Haskell.

Chebyshev

The Approx.Cheb module contains some basic Chebyshev routines (see Chebfun, ApproxFun.jl). While not entirely full featured, it is sufficient to solve some linear ODEs.

The following solves d^2x/dx u = - sin (pi * x) with a sixth order Chebyshev polynomial approximation.

dl = DL (chebDf2 6) DirichletBC DirichletBC
u = dl <\\> Function (\x -> - sin (pi * x))

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published