Philipp Birken · @philippbirken
63 followers · 5 posts · Server fediscience.org

A friend of mine watched the movie , so I asked if John von Neumann was in it. He wasn't, which is maybe because he was not a permanent part of the Manhattan project, but "only" a consultant who spent most of his time away from Los Alamos.

I found a very good article about his role there:

3quarksdaily.com/3quarksdaily/

That said, is not mentioned very much.

1/4

#numericalanalysis #oppenheimer

Last updated 1 year ago

Erwin Schrödinger Institute · @ESIVienna
128 followers · 68 posts · Server mathstodon.xyz

We are so happy when our visitors publish their papers connected to their projects at ESI like our current Junior Research Fellow, Sergio Alejandro Gómez Macías.

(the figure below comes from the second article and the authors gave us permission to use that for this tweet)

Sergio Gómez, Andrea Moiola, Ilaria Perugia, Paul Stocker: On polynomial Trefftz spaces for the linear time-dependent Schrödinger equation.

arxiv.org/pdf/2306.09571.pdf

Sergio Gómez, Lorenzo Mascotto, Ilaria Perugia: Design and performance of a space-time virtual element method for the heat equation on prismatic meshes.

arxiv.org/pdf/2306.09191.pdf

🔢

@univienna

#numericalanalysis

Last updated 1 year ago

Jitse Niesen · @jitseniesen
60 followers · 127 posts · Server mathstodon.xyz

Today I learned that what NumPy calls float128 is not the same as what IEEE calls binary128 and what I call quad precision. Sad.

Instead, NumPy's float128 is what I call extended precision (80 bits).

#numericalanalysis #numpy #floatingpoint

Last updated 1 year ago

GregCocks · @GregCocks
180 followers · 220 posts · Server techhub.social
Jitse Niesen · @jitseniesen
58 followers · 108 posts · Server mathstodon.xyz

My thoughts keep turning back to the OWNA (One World Numerical Analysis) talk of Daan Huybrechs a few weeks ago. Most of numerical analysis is built on approximating functions in finite-dimensional spaces:
\[ f(x) \approx \sum_i a_i \varphi_i(i) \],
where 𝑓 is the function we want to approximate and φᵢ are easy functions like polynomials. In the standard setting, the φᵢ form a basis. The talk explained why you sometimes want to add some more "basis" functions, which destroys the linear independence of the φᵢ so that they are no longer a basis. The main topic was the theory behind this.

As motivation, consider the square root function on [0, 1]. This is not analytic at x=0 and approximation by polynomials does not converge fast. However, you can get fast convergence (root exponential IIRC) if you use rational functions. More generally, the solution of Laplace's equation on a domain with re-entrant corners has singularities at the corners. The lightning method uses an overcomplete "basis" of polynomials and rational functions, which converges fast.

It's one of those talks that I wished I understood fully, but it would take me over a month of sustained effort or more to do so. Hopefully I will find an excuse to immerse myself in the topic.

#numericalanalysis #approximationtheory

Last updated 1 year ago

Stephen Brooks 🦆 · @sjb
145 followers · 9599 posts · Server mstdn.io

In and solving least-squares, I found that SVD with a smooth cutoff is identical to the damped Levenberg-Marquardt step, see updated note here
stephenbrooks.org/ap/report/20

This particular smoothed solution is also the exact least squares minimum restricted to a sphere of a certain radius.

More info on Levenberg-Marquardt:
en.wikipedia.org/wiki/Levenber

#optimization #maths #computing #numericalanalysis

Last updated 1 year ago

Giovanni Ramírez · @ramirez
20 followers · 29 posts · Server mathstodon.xyz

After a long introduction in the course of Numerical Analysis, we started to check numerical differentiation and today we'll start with the finite difference method. Today we will work with the Heat Equation in a rod
\[ {\partial u \over \partial t } = \alpha {\partial ^2 u \over \partial x^2},\]
where \[ \alpha \] is the thermal diffusivity constant.

#numericalanalysis

Last updated 1 year ago

Oblomov · @oblomov
513 followers · 16753 posts · Server sociale.network

Does anybody know if there is an existing tool to verify which of two numerical expressions is more accurate in a given range, possibly including the computational cost?
I usually write my own test code in C or C++, but I would love to know if there is an existing framework for this.

#askfedi #performance #precision #accuracy #numericalanalysis

Last updated 1 year ago

Jitse Niesen · @jitseniesen
56 followers · 94 posts · Server mathstodon.xyz

Today I found a nice open-access text book for a first course in , written by Kees Vuik (Delft) et al. It treats interpolation and numerical differentiation, root-finding methods for nonlinear equations, quadrature, integration of ODEs, and finite differences for two-point BVPs and the heat equation. Link: textbooks.open.tudelft.nl/text

Thanks also to the excellent NA Digest newsletter where this was announced: netlib.org/na-digest-html/

#numericalanalysis

Last updated 1 year ago

Jared Davis · @jared
165 followers · 341 posts · Server mathstodon.xyz
Chuixiang (Tree) Yi · @TreeYi
9 followers · 2424 posts · Server mastodon.world
Jared Davis · @jared
156 followers · 289 posts · Server mathstodon.xyz

The answer is a definite “yes.” Hamming named his E as “the shift operator”. If we read Powell’s proof on the convergence (Th. 6.3) and smoothness (Th. 6.4) carefully, and follow the smoothness proof to higher derivatives, we see that the use of binomials (clearly emphasized in Hamming), involves rather tedious shifting of summation indices.

Hamming obviously the engineer, eliding the extra work as part of a subroutine!

#approximationtheory #numericalanalysis

Last updated 2 years ago

Jared Davis · @jared
151 followers · 248 posts · Server mathstodon.xyz

it seems to me that the operator equation given by Hamming (1989) Ch6 Sec7 is closely related, if not the same as, the Bernstein operator shown in Powell (1981) Eq 6.23

Can someone familiar with or confirm?

Dover did a nice job reprinting Hamming’s book, but I wish they preserved or appended a citation listing. There’s no bibliography or reference index at all!

#numericalanalysis #approximationtheory

Last updated 2 years ago

Jared Davis · @jared
151 followers · 248 posts · Server mathstodon.xyz

it seems to me that the job operator equation given by Hamming (1989) Ch6 Sec7 is closely related, if not the same as, the Bernstein operator shown in Powell (1981) Eq 6.23

Can someone familiar with or confirm?

Dover did a nice job reprinting Hamming’s book, but I wish they preserved or appended a citation listing. There’s no bibliography or reference index at all!

#numericalanalysis #approximationtheory

Last updated 2 years ago

Jitse Niesen · @jitseniesen
48 followers · 67 posts · Server mathstodon.xyz

I really enjoyed the paper

Oteo & Ros, Why Magnus expansion?, URL: doi.org/10.1080/00207160.2021. (paywall)

and not just because it cites a paper of mine (though it does help!)

It's a historical/personal reflection on the Magnus expansion, a series solution to the differential equation \( x'(t) = A(t) x(t) \) which I describe below the fold. (1/n, n≈7)

#geometricnumericalintegration #numericalanalysis #liegroups #quantummechanics #matrixexponential #differentialequations #magnusexpansion

Last updated 2 years ago

Jitse Niesen · @jitseniesen
20 followers · 17 posts · Server mathstodon.xyz

Today I attended an excellent seminar by Yunan Yang (ETH Zürich) titled "Optimal transport for learning chaotic dynamics via invariant measures" in the and series in Manchester.

Many interesting ideas and a lot to unpack, so I can't do it justice, but here is a summary.

#inverseproblems #parameteridentification #dynamicalsystems #OptimalTransport #scientificcomputing #numericalanalysis

Last updated 2 years ago

Jitse Niesen · @jitseniesen
15 followers · 10 posts · Server mathstodon.xyz

Hello everybody, here is my .

I am Jitse (he/him), originally from the Netherlands but working in the School of Mathematics at the University of , UK for 10+ years. Research interests: and . Lately working on Fourier extension, geometric numerical integration and applications in particle methods in plasma physics and compartments models in chemistry. I contribute to , an open=source IDE for Python geared towards scientists.

#spyder #dynamicalsystems #numericalanalysis #leeds #introduction

Last updated 2 years ago