An open API service indexing awesome lists of open source software.

https://github.com/juliaapproximation/oscillatoryintegrals.jl

Calculate oscillatory integrals using Julia
https://github.com/juliaapproximation/oscillatoryintegrals.jl

Last synced: 10 months ago
JSON representation

Calculate oscillatory integrals using Julia

Awesome Lists containing this project

README

          

# OscillatoryIntegrals.jl
Calculate oscillatory integrals using Julia

```julia
using ApproxFun,OscillatoryIntegrals
fourier(Fun(x->cos(x^2), 1..2), 10000.5)
```

calculates the integral of `cos(x^2)*exp(im*10000.5*x)` over `[1,2]`

```julia
fourier(Fun(sech,Laurent(PeriodicLine())), 10.5)
```

calcules the integral of `sech(x)*exp(im*10.5*x)` over the real line