inteq: Numerical Solution of Integral Equations

An R implementation of Matthew Thomas's 'Python' library 'inteq'. First, this solves Fredholm integral equations of the first kind ($f(s) = \int_a^b K(s, y) g(y) dy$) using methods described by Twomey (1963) <doi:10.1145/321150.321157>. Second, this solves Volterra integral equations of the first kind ($f(s) = \int_0^s K(s,y) g(t) dt$) using methods from Betto and Thomas (2021) <doi:10.48550/arXiv.2106.08496>. Third, this solves Voltera integral equations of the second kind ($g(s) = f(s) + \int_a^s K(s,y) g(y) dy$) using methods from Linz (1969) <doi:10.1137/0706034>.

Version: 1.0
Suggests: knitr, rmarkdown, testthat
Published: 2025-07-29
DOI: 10.32614/CRAN.package.inteq
Author: Mark Clements [aut, cre], Aaron Jehle [aut], Matthew Thomas [ctb]
Maintainer: Mark Clements <mark.clements at ki.se>
License: MIT + file LICENSE
NeedsCompilation: no
CRAN checks: inteq results

Documentation:

Reference manual: inteq.html , inteq.pdf
Vignettes: Inteq R documentation (source, R code)

Downloads:

Package source: inteq_1.0.tar.gz
Windows binaries: r-devel: inteq_1.0.zip, r-release: inteq_1.0.zip, r-oldrel: inteq_1.0.zip
macOS binaries: r-release (arm64): inteq_1.0.tgz, r-oldrel (arm64): inteq_1.0.tgz, r-release (x86_64): inteq_1.0.tgz, r-oldrel (x86_64): inteq_1.0.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=inteq to link to this page.