GNU Octave 11 introduce miglioramenti significativi per prestazioni, precisione numerica, GUI e compatibilità MATLAB. Scopri tutte le novità della nuova versione. #GNUOctave #OpenSource #NumericalComputing #Linux
GNU Octave 11 introduce miglioramenti significativi per prestazioni, precisione numerica, GUI e compatibilità MATLAB. Scopri tutte le novità della nuova versione. #GNUOctave #OpenSource #NumericalComputing #Linux
I recently dumped my notes on modulus of convergence for hypergeometric functions on my website. I also had some thoughts on numerical accuracy. Not very valuable thoughts, but thoughts nonetheless.
For those who are wondering why anyone would care, many math libraries such as GSL, boost, and so on, suck. If you are trying to do intense calculations with any sort of decent accuracy, these libraries have dusty corners that fail. And they don't document where those corners are. Or they don't have routines for complex arguments. I write my own routines for these cases.
#Math #RealAnalysis #NumericalComputing
https://www.skewray.com/articles/numerical-accuracy-of-generalized-hypergeometric-series
A few years ago (mid 2023), I wrote up some research notes regarding the modulus of convergence of the generalized hypergeometric functions. This month I wrote up and posted a series of articles that are those notes, cleaned up a bit, and this article is the wrap-up of the series.
#Math #RealAnalysis #NumericalComputing
https://www.skewray.com/articles/modulus-of-convergence-for-generalized-hypergeometric-functions
We all get the feeling that, day by day, the world is converging towards disaster. But what tells us how fast? The Modulus of Convergence does!
In mathematics, we say that a function is bounded if can restrict its image. Oddly, we never seem to 'bind' a function, though. I can find bounds on the the remainder of generalized hypergeometric functions, and I never used the word 'bind' either. Maybe 'bounding' refers to bunnies and deer?
The generalized hypergeometric series are ubiquitous in the world of computing special functions, for certain amounts of ubiquity. Turns out the speed of convergence is related to the obscure Conway-Maxwell-Poisson distribution, which no one has ever heard of - pretty much the opposite of ubiquity.
#math #RealAnalysis #NumericalComputing
https://www.skewray.com/articles/bounding-the-remainder-of-generalized-hypergeometric-series
Accurately computing generalized hypergeometric functions is hard. How many terms do we need? Guess we need a general expression for the size of the terms in the series. Oh, wait, I've got one right here!
#math #RealAnalysis #NumericalComputing
https://www.skewray.com/articles/estimating-the-terms-of-generalized-hypergeometric-series
I use generalized hypergeometric functions a lot. That means I can type "generalized hypergeometric function" and not make a typo. Is it possible to compute these exactly? Sometimes!
https://www.skewray.com/articles/computing-generalized-hypergeometric-function-from-series
“I Don’t Like NumPy”, ‘Dynomight’ (https://dynomight.net/numpy/).
Via HN: https://news.ycombinator.com/item?id=43996431
#NumPy #Python #Math #LinearAlgebra #NumericalComputing #Rants
Solving physics-based initial value problems with unsupervised machine learning
🔗: https://journals.aps.org/pre/abstract/10.1103/PhysRevE.111.055302
(Open access)