Movatterモバイル変換


[0]ホーム

URL:


Sorry, we no longer support your browser
Please upgrade toMicrosoft Edge,Google Chrome, orFirefox. Learn more about ourbrowser support.
Skip to main content

Stack Exchange Network

Stack Exchange network consists of 183 Q&A communities includingStack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.

Visit Stack Exchange
Loading…
Mathematics

Questions tagged [numerical-methods]

Ask Question

Questions on numerical methods; methods for approximately solving various problems that often do not admit exact solutions. Such problems can be in various fields. Numerical methods provide a way to solve problems quickly and easily compared to analytic solutions.

14,527 questions
Filter by
Sorted by
Tagged with
1vote
0answers
30views

I am given f(x)=cosh(x) and asked to estimate f’(0.6) using Richardson Extrapolation to the highest possible accuracy. I computed the centered difference using h1=0.2 and h2=h1/2=0.1I gotD(0.1)=0....
1vote
0answers
125views

Recurrence formula for $\pi$ with convergence order $2m+1$:$$x_{n+1} = x_n + \sum_{k=1}^{m} \left[ (-1)^{m+k} \cdot \frac{1}{k} \prod_{\substack{j=1 \\ j \ne k}}^{m} \frac{j^{2}}{k^{2} - j^{2}} \...
2votes
4answers
228views

I'm trying to find a problem about right triangles with a minimalist statement that isn't too obvious. Here's what I've come up with :ABC is an A–right triangle, H is the orthogonal projection of A ...
0votes
0answers
52views

I have a certain dataset which contains $x-y$ components of a vector quantity $\vec{F}$. The $x-y$ points are such that they essentially discretize a curve which encloses the origin. I want to compute ...
0votes
0answers
37views

For reasons not directly relevant to the question, I am constructing a function basis in $\mathbb{R}^3$ by taking the tensor product of the fourier basis (up to discretization).I must now come up ...
1vote
0answers
24views

I want to pinpoint the times where an output waveform of an electronic circuit has a specific value. This is a root-finding problem but to my knowledge root finders don't guarantee to find all roots ...
8votes
0answers
172views

The algorithm is quite simple. Let's start with some definitions.Take an integer $k$ of length $N$ we can denote its digits from left to right as $k=k_0k_1... k_{N-1}$.Now let $k_{rev}$ be the ...
0votes
0answers
24views

I want to implement a numerical method for conformal mapping of a mesh on the disk to some simply connected bounded Jordan region whose boundary is parametrized by a Fourier series.I was looking at ...
arridadiyaat's user avatar
0votes
0answers
50views

We have three types of basic numerical differentation: Forward, Backward and Central defined as such:Forward difference (uniform grid)$\frac{df}{dt}\Big|_{t = t_i} \approx \frac{f_{i+1} - f_i}{\...
1vote
0answers
38views

I have several sets of experimental data representing borehole diametrical closure versus distance along a borehole.Each dataset shows a general smooth trend (for example, a small increase followed ...
0votes
0answers
49views

Consider the equation:$$\partial_tu=D\partial_{xx}^2u$$with reflecting boundary condition at $x=0$ and with $u(x,0)=\delta(x)$ as an initial distribution.First question: How should I understand a ...
1vote
0answers
49views

I am trying to get an overview of "all" (usable) numerical conformal mapping methods, and here is what I found/ read up on so far. Anyone who is an expert in the field who wants to correct/ ...
0votes
0answers
12views

I am trying to proof this by induction Proposition (Boundary values under clamped knots):Let $\{t_i\}_{i=1}^{m=n+k}$ be a clamped knot sequence of order $k$ on the interval $[a,b]$, that is,$$t_1 = ...
2votes
0answers
58views

I’m computing PDE residuals for the The Well datasets (for example turbulent_radiative_layer_2D and shear_flow) using finite-difference methods, but the results are much larger than I expected. ...
4votes
2answers
116views

Let's suppose that I wanted to compute $\left\|f\right\|_{\infty}=\sup_{t \in \mathcal{T}} \left|f(t)\right|$ for a $f$ that may not be easy to optimize. This is the infinity norm of a function, and ...

153050per page
1
2345
969

Hot Network Questions

more hot questions
Newest numerical-methods questions feed

[8]ページ先頭

©2009-2025 Movatter.jp