Skip to main content

Questions tagged [series-expansion]

Questions on dealing with series data and constructing power series expansions of functions.

6 votes
9 answers
223 views

Suppose I have an expression which is a collection of symbols and integers arbitrarily combined with Plus and Times. For example,...
Gilbert's user avatar
  • 165
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
5 votes
1 answer
188 views

The documentation page for Series under the section Possible issues states that "Numeric values cannot be substituted directly for the expansion variable in a ...
Nasser's user avatar
  • 157k
5 votes
3 answers
241 views

Consider the following trigonometric sum in Mathematica: ...
Rob's user avatar
  • 954
2 votes
0 answers
84 views

Below seems like some error in the spherical bessel series expansion around an arbitrary number a. All terms below should be equal. Except term1 is different from all the others! ...
Art Gower's user avatar
  • 606
4 votes
2 answers
274 views

I recently learned an interesting limit and was trying to understand the asymptotics. Unfortunately I'm getting nowhere. Take ...
Mike Lawler's user avatar
0 votes
0 answers
44 views

I want to define an abstract multilinear function mlfunc in arbitrary arguments with the standard algebraic and analytic properties. Implementing algebraic ...
Po1ynomial's user avatar
3 votes
2 answers
220 views

Based on this question, how does one analytically compute the asymptotes for the equation defined by: $$(x+y+2)(x+y)^2 = x+9y-2 ?$$ I can easily plot the curve... and can manipulate equation for ...
David G. Stork's user avatar
0 votes
0 answers
45 views

There is a curious recurrence relation for double series of Weierstrass sigma function listed at DLMF defition 23.9.8 $$ a_{m,n} = 3(m+1) a_{m+1,n-1} + \frac{16}{3}(n+1) a_{m-2,n+1} - \frac{1}{3}(2m+...
kh40tika's user avatar
  • 694
0 votes
0 answers
96 views

Consider the following simple Series invocation, Series[a*x^2, {x, 0, 1}] In Mathematica 14.3 it returns a*x^2+O[x]^3 This ...
tsolomko's user avatar
0 votes
0 answers
159 views

I'm still trying to learn how to code the results of the LHS and RHS of this famous equation into a table: $$\sum_{n=1}^\infty \frac1n=\prod_{i=1}^\infty\frac{1}{1-\frac{1}{p_i}}\tag{A}$$ I asked this ...
user475550's user avatar
1 vote
2 answers
164 views

I'm trying to write a code that can approximate the following formula, $$\sum_{n=1}^\infty \frac1n=\prod_{i=1}^\infty\frac{1}{1-\frac{1}{p_i}}\tag{A}$$ In this M.SE question I was convinced that $(\...
user475550's user avatar
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 vote
2 answers
176 views

From real analysis, I'm trying to learn more about this famous equation in this post of Mathematics.SE: $$\sum_{n=1}^\infty \frac1n=\prod_{i=1}^\infty\frac{1}{1-\frac{1}{p_i}}\tag{1}$$ I won't ask ...
user475550's user avatar

15 30 50 per page
1
2 3 4 5
64