The nested means problem. 2023-08-13 :: Palaiologos #math #apl How to solve a mathematics problem using the supercharged powers of APL? Read more →
Accelerating the computation of infinite sums of rational functions. 2023-06-26 :: Palaiologos #math #c An easy method to accelerate the computation of infinite sums of rational functions using the digamma function and other numerical methods. Read more →
Finding roots of a polynomial - numerical methods in APL 2022-01-09 :: Palaiologos #apl #polynomial #math #numerical-methods We all know the Newton-Raphson method for approximating the zero of a real-valued function, but how do we approach the problem of finding all real and complex roots of a polynomial? Read more →