Skip to main content

Questions tagged [na.numerical-analysis]

Numerical algorithms for problems in analysis and algebra, scientific computation

0 votes
0 answers
25 views

I am reading an Hermite interpolation method on manifold which is in Section4 in HERE, the core idea is as follows. Set $dim(\mathcal{M})=m$. We construct an interpolation $\hat{f}_{\tan }: \mathbb{R}^...
Elio Li's user avatar
  • 1,051
1 vote
1 answer
61 views

Let $\boldsymbol{\lambda}=(\lambda_1,\dots,\lambda_n)$ and $\mathbf{d}=(d_1,\dots,d_n)$ be two vectors of real numbers sorted in non‑increasing order, satisfying the majorization conditions $$ \sum_{i=...
ABB's user avatar
  • 4,190
9 votes
1 answer
233 views

Let $f\colon \mathbb R^n \to \mathbb R$ be a Lipschitz functions. Is it possible to approximate $f$ by piece-wise linear functions $f_k$ with almost the same Lipschitz constant as $f$? More precisely, ...
Lukas Nullmeier's user avatar
0 votes
0 answers
58 views

Let $\mathcal{D}_K = \{x^\alpha\} \cup \{p_k\}_{k=0}^K$ be a dictionary on $[0,1]$, where $p_k$ are the orthonormal Jacobi polynomials with respect to the measure $d\mu = x^\beta dx$ (with $\beta > ...
Dyang Eng's user avatar
-7 votes
1 answer
227 views

I've been benchmarking root-finding methods on this equation : $$f(x) = e^{\sin(10x)} \cdot \arctan(100x) + \ln(x+1) \cdot \cos\left(\frac{1}{x+0.1}\right) - 5$$ Properties : Contains exponentials, ...
fethi gaouer's user avatar
1 vote
0 answers
81 views

This question has to do with the numerical solution of nonlinear systems of equations (not differential equations). Let me give you some background. In computational fluid dynamics, the state of the ...
Fritz's user avatar
  • 11
4 votes
1 answer
271 views

Motivation: As a personal side project I have been working with an inclusion-exclusion formulation that is counting weighted powers $x^a$ between consecutive squares $[n^2, (n+1)^2]$. The function $f(...
Glacier's user avatar
  • 826
1 vote
0 answers
59 views

I have a mapping $u:\Omega_t\to H^1_0(\Omega_x)$ where $\Omega_t\subset \mathbb{R}^N$ is bounded, convex with Lipschitz boundary and $\Omega_x\subset \mathbb{R}^d$ is bounded, convex with Lipschitz ...
Jjj's user avatar
  • 103
1 vote
0 answers
71 views

When approximating nonlinear activations in integer arithmetic, which error features actually matter for training stability: peak magnitude, symmetry, or localization? This is in the context of end-to-...
KenRumments's user avatar
2 votes
1 answer
262 views

I know how to calculate higher derivatives of the Riemann zeta function $$\left(\frac{d}{ds}\right)^i\zeta(s)=\left(\frac{d}{ds}\right)^i\sum_{n=1}^{\infty}\frac1{n^s}=\sum_{n=1}^{\infty}\frac{(-\log ...
SmileyCraft's user avatar
0 votes
0 answers
24 views

I am studying Homer F. Walker and Lu Zhou's "A simpler GMRES", Numer. Linear Algebra Appl. 1, No. 6, 571-581 (1994), MR1310986, Zbl 0838.65030, and if I understand this correctly, what one ...
Pickman02's user avatar
  • 101
3 votes
0 answers
149 views

This is a cross-post as I didn't get any answer. Let $A\in\mathrm{M}_n(\mathbb{C})$. If the leading principal minors (namely the determinants of the top left submatrices) of $A$ are non-zero, then ...
Jacques's user avatar
  • 785
2 votes
1 answer
104 views

It seems strange to me that, in Fenics, there is no available API to define a domain of a ball. What is the optimal way to define this ? I checked the web but didn't find a clear solution.
Hao Yu's user avatar
  • 897
6 votes
0 answers
163 views

Let $(B_n(X))_{n \ge 0}$ denote the sequence of Bernoulli polynomials. For any couple of integers $(d,m) \in \mathbb{N}$, define the Hankel matrix $$ H_d(m) := \left( \frac{B_{i+j+1}(m)}{i+j+1} \right)...
Jean-Francois Coulombel's user avatar
30 votes
5 answers
2k views

This question is somewhat related to my previous question and is also inspired from this other question concerning the credibility of extensive computations (although from a different perspective). In ...
Chess's user avatar
  • 1,434

15 30 50 per page
1
2 3 4 5
86