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
- Host: GitHub
- URL: https://github.com/juliaapproximation/oscillatoryintegrals.jl
- Owner: JuliaApproximation
- Created: 2015-04-27T04:06:29.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-06-28T13:03:13.000Z (almost 2 years ago)
- Last Synced: 2025-08-29T12:53:39.261Z (10 months ago)
- Language: Julia
- Size: 23.4 KB
- Stars: 10
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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