Skip to main content

Questions tagged [approximation]

Questions on approximating functions (e.g. PadeApproximant), approximating integrals, working with approximate values (e.g. RootApproximant) etc.

0 votes
2 answers
117 views

Consider three independent Bernoulli events $A, B, C$ with success probabilities $p, q$ and $r$ respectively. Let us define two more derived events $L$ and $M$ with probabilities $p_1$ and $p_2$ given ...
user1936752's user avatar
9 votes
4 answers
482 views

I often face a problem that some special functions are not readily available in common programming languages (e.g. Fortran) without using specialised libraries. Therefore I want to be able to quickly ...
yarchik's user avatar
  • 25k
1 vote
1 answer
155 views

Suppose we have the following function, where $s\in\mathbb{R}$ and $t_1,t_2,n\in\mathbb{N}\cup\{0\}$ are constants: $$\mathbf{P}(r)=\left(t_1+\prod_{k=1}^{r}(t_2+k^{s})\right)^n$$ Question: What is ...
Arbuja's user avatar
  • 51
5 votes
4 answers
708 views

I suspect that 1.0982 is (close to) the root of a low degree (2 or 4) polynomial with small ...
pdmclean's user avatar
  • 1,466
3 votes
5 answers
656 views

I am trying to approximate the following function using taylor series (to express $y$ as an explicit function of $x$ for $0.3<y<1$): $$ x = a (1-y)^b + c \sinh(d (1-y)) $$ where $a$, $b$, $c$, ...
Johnson's user avatar
  • 641
-1 votes
1 answer
254 views

I am computing an expression numerically in two different ways and obtaining a non-zero result when taking the difference between the two. Can you please help me understand the discrepancy? ...
noir1993's user avatar
  • 314
0 votes
0 answers
118 views

I have the following code ...
Indeterminate's user avatar
3 votes
1 answer
91 views

I am attempting to evaluate NSum[1/((2 i + 1)^4 + (2 j + 1)^4), {i, -1000, 1000}, {j, -1000, 1000}] but it gives a negative value as the result; alongside an error ...
Maesumi's user avatar
  • 797
2 votes
1 answer
315 views

I am trying to solve the Following equation for r, 2*a*Q^4 + 5*r^4*(-4*Q^2 - 2*r*(-3*M + r) + 3*c*r^(1 - 3*\[Omega])*(1 + \[Omega])) ==0 Clearly this is unsolvable....
Debojyoti Mondal's user avatar
11 votes
1 answer
656 views

On this page, they present the Ramajujan's second formula for the perimeter of an ellipse: $$P \approx \pi (a+b) \left(1+ \frac{3 h}{\sqrt{4-3 h}+10}\right),$$ where $h=(a-b)^2/(a+b)^2$. They expand ...
Ytrewq's user avatar
  • 199
3 votes
2 answers
392 views

Is there a way in Mathematica to simplify expressions based on inexact or "relative" assumptions such as $x<<y$ or $x\approx y$? I see ...
Andrew Cheong's user avatar
0 votes
0 answers
209 views

I am doing a windmill vortex sheet calculation where I have to guess its shape and then vorticity distribution and then make sure that the net flow is along the sheet. The problem is adjusting my ...
simon's user avatar
  • 47
0 votes
0 answers
117 views

I know that to approximate a function with for example $f(x) = \sin(x)$ using polynomials with degrees up to 4, I can use the Fit function : ...
何子钦's user avatar
10 votes
5 answers
1k views

I am looking for an efficient way of getting 60 to 80 samples of an arbitrary f(x) such that the distance between adjacent samples are approximately equal. My first attempt is based on a first order ...
Ted Ersek's user avatar
  • 7,194
0 votes
1 answer
88 views

I am trying to find an approximate equation for a complicated expression (QsNr) using Mathematica. The equation involves several parameters and expressions, and I want to simplify it by considering ...
Sumit Sagar's user avatar

15 30 50 per page
1
2 3 4 5
15