Shaare your links...
2353 links
interesting links Home Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
◄Older
page 1 / 2
33 results for tags numerical x
  • Approximations for the Factorial Function by Peter Luschny
    Found on the MoHP forum https://www.hpmuseum.org/forum/thread-23365-post-202412.html#pid202412
    See also the interesting http://www.luschny.de/math/zeta/The-Bernoulli-Manifesto.html which convinced Donald Knuth to correct the definition of the Bernoulli number B_1 in his book Concrete Mathematics.
    The index http://www.luschny.de/math/index.htm gives a good overview (in german).
    Mon Apr 14 17:13:58 2025 - permalink -
    - http://www.luschny.de/math/factorial/approx/SimpleCases.html
    algorithm mathematics numerical
  • Test Set for IVP Solvers
    "Both engineers and computational scientists alike will benefit greatly from having a standard test set for Initial Value Problems (IVPs) which includes documentation of the test problems, experimental results from a number of proven solvers, and Fortran subroutines providing a common interface to the defining problem functions. Engineers will be able to see at a glance which methods will be most effective for their class of problems. Researchers will be able to compare their new methods with the results of existing ones without incurring additional programming workload; they will have a reference with which their colleagues are familiar. This test set tries to fulfill these demands and tries to set a standard for IVP solver testing."
    Found on John Butcher's page https://www.jcbutcher.com/rkclub
    Fri Feb 28 08:23:58 2025 - permalink -
    - https://archimede.uniba.it/~testset/testsetivpsolvers/
    algorithm mathematics numerical software
  • maintain the basis inverse
    Mentioned on the PiDP-10 group https://groups.google.com/g/pidp-10/c/S3cp5G7ylWQ/m/dDYKkCLKDAAJ which links to https://www.linkedin.com/pulse/maintain-basis-inverse-noah-smith-qzcwe?utm_source=share&utm_medium=member_android&utm_campaign=share_via
    It appears to be part of a blog/story about the "lost in space" problem, numerical linear algebra, 36-bit computers from DEC and IBM.
    Sun Jan 19 23:02:49 2025 - permalink -
    - https://statespace.dev/basis-inverse.html
    algorithm mathematics numerical reading space
  • Sterbenz lemma - exact computation of floating-point differences
    Mentioned on the MoHP forum https://www.hpmuseum.org/forum/thread-16122-post-154062.html#pid154062
    Mon Nov 25 11:17:16 2024 - permalink -
    - https://en.wikipedia.org/wiki/Sterbenz_lemma
    floating-point mathematics numerical
  • Lin-Bairstow polynomial roots finder algorithm for DM42
    Includes a link to https://technical.swissmicros.com/doc/pdf/Bairstow.pdf
    Mon Jul 8 00:09:21 2024 - permalink -
    - https://www.hpmuseum.org/forum/thread-21984.html
    algorithm Hewlett numerical Packard polynomial root-finding
  • ITP method, short for Interpolate, Truncate and Project
    The description below sounds intriguing.
    In numerical analysis, the ITP method, short for Interpolate Truncate and Project, is the first root-finding algorithm that achieves the superlinear convergence of the secant method[1] while retaining the optimal[2] worst-case performance of the bisection method.[3] It is also the first method with guaranteed average performance strictly better than the bisection method under any continuous distribution.[3] In practice it performs better than traditional interpolation and hybrid based strategies (Brent's Method, Ridders, Illinois), since it not only converges super-linearly over well behaved functions but also guarantees fast performance under ill-behaved functions where interpolations fail.[3]
    Fri Jun 28 08:55:26 2024 - permalink -
    - https://en.m.wikipedia.org/w/index.php?title=ITP_method&diffonly=true
    algorithm numerical TODO
  • Emacs – Nick Higham
    Emacs-related articles on Nick Higham's blog.
    See also the interesting "What Is" series of articles, mostly on numerical linear algebra.
    Thu Nov 17 16:03:45 2022 - permalink -
    - https://nhigham.com/category/emacs/
    algorithm blog emacs mathematics numerical org-mode
  • Polynomial Roots Finder - SwissMicros Calculator Forum
    Uses Bairstow's algorithm, code for dm42 and a PDF document. A matlab version is mentioned.
    Mon Nov 14 11:28:36 2022 - permalink -
    - https://forum.swissmicros.com/viewtopic.php?f=19&t=2536
    algorithm Hewlett numerical Packard polynomial TODO
  • mpsolve - Multiprecision Polynomial SOLVEr
    Software that aims to provide an easy to use (hopefully) universal blackbox for solving polynomials and secular equations.

    Among its features you can find:
    - Arbitrary precision approximation.
    - Guaranteed inclusion radii for the results.
    - Exploiting of polynomial structures: it can take advantage of sparsity as well as coefficients in a particular domain (i.e. integers or rationals).

    It can be specialized for specific classes of polynomials. As an example, see the roots of the Mandelbrot polynomial of degree 2.097.151 computed in about 10 days on a dual Xeon server.

    If you use MPSolve in your research, please cite it as follows:
    Bini, Dario A., Fiorentino, Giuseppe, Design, analysis, and implementation of a multiprecision polynomial rootfinder. Numerical Algorithms 23.2-3 (2000): 127-173.
    Bini, Dario A., and Robol, Leonardo. Solving secular and polynomial equations: A multiprecision algorithm. Journal of Computational and Applied Mathematics 272 (2014): 276-292.
    Found via https://en.m.wikipedia.org/wiki/Aberth_method and https://en.m.wikipedia.org/wiki/MPSolve
    See also the GitHub repository http://github.com/robol/MPSolve.git A simpler implementation of the Ehrich-Aberth-method can be found in https://github.com/robol/ea-roots
    Sat Aug 20 09:41:01 2022 - permalink -
    - https://numpi.dm.unipi.it/software/mpsolve
    algorithm C FOSS GPL numerical software
  • free42 Random Math Stuff
    Polynomial root finder for {dm,hp}42s using Laguerre's method. Found on https://forum.swissmicros.com/viewtopic.php?p=20091#p20091
    The Emacs tools for {dm,hp}42 code on https://richmit.github.io/hp42/hp42s-meta.html and the
    Lisp library http://www.mitchr.me/SS/mjrcalc/ look interesting too.
    Mon Jun 13 15:52:20 2022 - permalink -
    - https://richmit.github.io/hp42/math.html#org670c9bb
    algorithm calculator common-lisp emacs Hewlett Laguerre lisp numerical org-mode Packard root-finding tool
  • Polynomial Rootfinder repost
    The HP 48 object listed below in ->ASC form is a high-performance polynomial root finder. Those of you who remember the HP 71B Math Pac will recognize this as the same as the PROOT command from that Pac; it is in fact the same assembly-language code, given an RPL front end to operate in the HP 48.
    Found on https://www.hpmuseum.org/forum/thread-10967-post-160700.html#pid160700
    See also http://www.jeffcalc.hp41.eu/emu71/mathrom.html#src for the uncommented source code of PROOT and other functions of the HP71B math pack.
    Sat May 28 19:20:00 2022 - permalink -
    - https://groups.google.com/g/comp.sys.hp48/c/JD9LSLeIYyE?hl=en&pli=1#f5b79053a9650902
    algorithm Hewlett Laguerre mathematics numerical Packard root-finding
  • mpmath - Python library for arbitrary-precision floating-point arithmetic
    mpmath is a free (BSD licensed) Python library for real and complex floating-point arithmetic with arbitrary precision. It has been developed by Fredrik Johansson since 2007, with help from many contributors.
    Tue May 17 15:57:41 2022 - permalink -
    - https://mpmath.org/
    algorithm BSD FOSS mathematics numerical Python
  • Theory and Modelling Resources Cookbook
    Starlink Cookbook, 2003
    Central Laboratory of the Research Councils
    Particle Physics & Astronomy Research Council
    Somewhat dated guide to numerical computing on Unix. Found via https://en.wikipedia.org/wiki/Numerical_Recipes
    Mon Mar 21 17:00:24 2022 - permalink -
    - https://www.astro.gla.ac.uk/users/norman/star/sc13/sc13.htx/index.html
    C Fortran numerical programming Unix
  • Laguerre's method for polynomial roots
    Implementations in Basic and C.
    Mon Mar 14 12:38:38 2022 - permalink -
    - https://www.hpmuseum.org/forum/thread-18120.html
    algorithm C Laguerre mathematics numerical software
  • Numerical Recipes Books On-Line
    Not only older issues of the Numerical Recipes books, but also classics such as
    Handbook Abramowitz and Stegun, Handbook of Mathematical Functions (10th corrected printing, 1972)

    Bateman, Erdelyi et al. (Bateman Manuscript Project)
    Higher Transcendental Functions (vols. 1, 2, and 3)

    and
    Encyclopaedia Britannica the great 11th Edition (1911)

    Found via https://www.hpmuseum.org/forum/thread-16251-post-142741.html#pid142741

    See also https://numerical.recipes/otherstufftop.html for interesting links
    Mon Feb 8 12:15:48 2021 - permalink -
    - http://numerical.recipes/oldverswitcher.html
    algorithm book mathematics numerical programming TODO
  • jj's useful and ugly FFT page
    Collection of FFT and related algorithm implementation in various programming languages.
    Mon Feb 25 12:32:33 2019 - permalink -
    - https://www.jjj.de/fft/fftpage.html#introrem
    algorithm C FFT Fortran numerical software
  • Using Optimization to Extract Roots of Real Coefficient Polynomials
    Matlab implementation of the Durand-Kerner algorithm to compute the roots of a polynomial.
    Wed Jul 11 18:24:42 2018 - permalink -
    - http://www.hpmuseum.org/forum/thread-11032-post-100258.html#pid100258
    algorithm numerical software
  • Consulting in mathematics, statistics, and scientific computing
    Apart from the blog, there are technical notes https://www.johndcook.com/blog/writing/ and on-line calculators https://www.johndcook.com/blog/online-calculators/
    As an example, see Camp-Paulson normal approximation to the binomial distribution https://www.johndcook.com/blog/camp_paulson/
    The articles https://www.johndcook.com/blog/2024/04/01/more-laguerre-images/ and
    https://www.johndcook.com/blog/2024/03/22/laguerres-root-finding-method/ demonstrate the basins of attraction for Laguerre's root-finding method.
    https://www.johndcook.com/blog/2018/11/24/spheroid-distance/ should be useful for azel.
    https://www.johndcook.com/blog/2020/02/08/arenstorf-orbit/ shows a periodic solution to the restricted 3-body problem.
    https://www.johndcook.com/blog/2022/11/14/simultaneous-root-finding/ describes the Durand-Kerner polynomial root finding method.
    https://www.johndcook.com/blog/2022/11/01/kepler-newton/ discusses solving Kepler's equation

    TODO: https://www.johndcook.com/blog/2022/10/30/arctan-k-tan-t/ states "This plot looks similar to the plot of true anomaly for a highly elliptical orbit. I’m sure they’re related, but I haven’t worked out exactly how."

    https://www.johndcook.com/blog/2022/10/21/math-origins/ explains V.I. Arnolds comment
    "All mathematics is divided into three parts: cryptography (paid for by CIA, KGB and the like), hydrodynamics (supported by manufacturers of atomic submarines), and celestial mechanics (financed by military and other institutions dealing with missiles, such as NASA)."

    https://www.johndcook.com/blog/2018/09/24/riemann-hypothesis-the-fine-structure-constant-and-the-todd-function/ is about  Sir Michael Atiyah's incorrect proof of Riemann's hypothesis, the article https://rjlipton.com/2018/09/26/reading-into-atiyahs-proof/ is an interesting read. (I had bookmarked this entry on Wed Sep 26 15:51:47 2018 and put it here 2024-04-03.)

    The article https://www.johndcook.com/non_central_chi_square.pdf sounds interesting:
    John D. Cook Upper bounds on non-central chi-squared tails and truncated normal moments (2010). UT MD Anderson Cancer Center Department of Biostatistics Working Paper Series. Working Paper 62.
    Abstract. We show that moments of the truncated normal distribution provide upper bounds on the tails of the non-central chi-squared distribution, then develop upper bounds for the former.
    Mon Jul 9 11:55:42 2018 - permalink -
    - https://www.johndcook.com/blog/
    algorithm Laguerre mathematics numerical physics programming Riemann software TODO
  • DSpace@MIT: Abstraction in Numerical Methods
    This is just an example, the site contains a large number of documents written at MIT.
    Tue Jan 9 14:47:50 2018 - permalink -
    - https://dspace.mit.edu/handle/1721.1/6060
    algorithm numerical Scheme TODO
  • DebateTranscription - DebateTranscription.pdf
    Transcription of “The Great Debate”:
    John Gustafson vs. William Kahan on Unum Arithmetic
    Held July 12, 2016
    Mon Feb 6 13:54:06 2017 - permalink -
    - http://www.johngustafson.net/pdfs/DebateTranscription.pdf
    arithmetic computer Kahan numerical TODO unum
Links per page: 20 50 100
◄Older
page 1 / 2
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.