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 2 / 4
Newer►
69 results for tags algorithm x
  • 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
  • PCG, A Family of Better Random Number Generators | PCG, A Better Random Number Generator
    PCG is a family of simple fast space-efficient statistically good algorithms for random number generation. Unlike many general-purpose RNGs, they are also hard to predict.
    Wed Oct 14 17:50:59 2020 - permalink -
    - https://www.pcg-random.org/index.html
    algorithm mathematics random
  • Accidentally Quadratic
    Blog describing many cases where algorithms with quadratic complexity appear, almost always unintentionally.
    Fri Sep 13 15:13:26 2019 - permalink -
    - https://accidentallyquadratic.tumblr.com/
    algorithm blog software
  • 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
  • Dr. John L. Gustafson: Publications
    Written by one of the foremost experts in high-performance computing and the inventor of Gustafson's Law, The End of Error: Unum Computing explains a new approach to computer arithmetic: the universal number (unum). The unum encompasses all IEEE floating-point formats as well as fixed-point and exact integer arithmetic. This new number type obtains more accurate answers than floating-point arithmetic yet uses fewer bits in many cases, saving memory, bandwidth, energy, and power.
    Tue Aug 2 17:30:36 2016 - permalink -
    - http://www.johngustafson.net/unums.html
    algorithm arithmetic computer numerical
  • How to Convert Temperature (K) to RGB: Algorithm and Sample Code – Tanner Helland (dot) com
    Converting color temperature (Kelvin) to RGB.
    The algorithm provides a high-quality approximation, but it’s not accurate enough for serious scientific use. It’s designed primarily for photo manipulation – so don’t try and use it for astronomy or medical imaging.
    Tue Mar 15 13:13:01 2016 - permalink -
    - http://www.tannerhelland.com/4435/convert-temperature-rgb-algorithm-code/
    algorithm color photo physics TODO
  • LUT-SR uniform random number generators for FPGAs
    Interesting design of random number generators optimised for efficient implementation in hardware.
    Thu Oct 3 11:07:44 2013 - permalink -
    - http://cas.ee.ic.ac.uk/people/dt10/research/rngs-fpga-lut_sr.html
    algorithm hardware random
  • Inverse functions with fixed-points :: nklein software
    Interesting algorithm to invert functions, implemented in Common Lisp.
    Tue Jul 23 10:43:52 2013 - permalink -
    - http://nklein.com/inverse-functions-with-fixed-points
    algorithm common-lisp numerical
  • Elliptic integrals of 1st and 2nd kind calculated by complex agm
    An interesting algorithm for calculating complete elliptic integrals.
    Alas, the link no longer works on 2020-03-10.
    Sat Jun 29 23:18:25 2013 - permalink -
    - http://www.hpmuseum.org/cgi-sys/cgiwrap/hpmuseum/forum.cgi?read=245736#245736
    algorithm calculator mathematics TODO
  • AbInitio - Free computational software
    MIT Photonic Bands (MPB) electromagnetic eigenmode solver Meep finite-difference time-domain simulations Harminv extraction of complex frequencies and amplitudes from time series libctl Scheme/Guile-based scripting of scientific code (used as the interface for MPB and Meep). h5utils visualization of HDF5 data files NLopt nonlinear optimization library implementing many different optimization algorithms Cubature code for adaptive multidimensional integration of vector-valued integrands via the Genz-Malik algorithm. Faddeeva_w code to compute the complex error function (Faddeeva function).
    Wed Oct 24 23:56:12 2012 - permalink -
    - http://ab-initio.mit.edu/wiki/index.php/Main_Page
    algorithm FOSS mathematics numerical Scheme
  • http://www.noisemachine.com/talk1/
    "Talk" by Ken Perlin about the use of noise in computer graphics.
    Wed Jun 6 13:09:14 2012 - permalink -
    - http://www.noisemachine.com/talk1/
    algorithm graphical-programming mathematics
  • Numercial Analysis & Applications
    Windows applications or source code for various numerical algorithms, with emphasis on polynomial root finding. Some algorithms can be used via a web interface.
    Thu Dec 22 23:40:57 2011 - permalink -
    - http://www.hvks.com/index.html
    algorithm Laguerre numerical root-finding software web
  • FNLMath_HTML
    Citation of Brian Smith's work on the ZPOLY root-finding algorithm.
    On 2022-07-25, the link points to the IMSL Numerical Libraries page. Does not matter, because I have found the document via http://portal.acm.org/citation.cfm?id=321615&dl=GUIDE&coll=&CFID=15151515&CFTOKEN=6184618 /add source/
    Tue Nov 15 10:53:51 2011 - permalink -
    - http://www.roguewave.com/Portals/0/products/imsl-numerical-libraries/fortran-library/docs/6.0/math/default.htm?turl=appendixcreferences.htm
    algorithm Laguerre mathematics software TODO
  • Scientific Software and Graphics Algorithms
    Some interesting code (mostly C++) for numerical integration, special functions, polynomial roots etc.
    Fri Nov 4 10:13:22 2011 - permalink -
    - http://www.crbond.com/
    algorithm electronics mathematics programming
  • Some badly conditioned matrices to test the accuracy of determinant calculations.
    Fri Oct 7 12:42:32 2011 - permalink -
    - http://www.hpmuseum.org/cgi-sys/cgiwrap/hpmuseum/archv015.cgi?read=72635
    algorithm calculator Hewlett mathematics numerical Packard
  • Rendering a ridiculously large Buddhabrot - \o/
    Description of a fractal related to the Mandelbrot set and how it was rendered to a high resolution image.
    Wed Oct 27 16:29:52 2010 - permalink -
    - http://erleuchtet.org/2010/07/ridiculously-large-buddhabrot.html
    algorithm fractal graphical-programming lisp
  • Code Quarterly
    Code Quarterly is a new publication that intends to publish in-depth articles of interest to hackers. Readers will be able to read them on the web or buy DRM-free PDFs, Kindle and iPad versions, and print-on-demand paper copies. Subscribers to our print journal will receive a beautifully typeset quarterly containing all the articles from the past three months. Unfortunately, it did not work out: http://gigamonkeys.wordpress.com/2011/10/17/end-of-the-line-for-code-quarterly/
    Wed Oct 27 15:34:14 2010 - permalink -
    - http://codequarterly.com/
    algorithm hack lisp reading software
Links per page: 20 50 100
◄Older
page 2 / 4
Newer►
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.