CARVIEW |
Select Language
HTTP/2 200
date: Thu, 24 Jul 2025 01:50:47 GMT
content-type: text/html; charset=utf-8
cf-ray: 963fc4c3ab82e9c3-BLR
cf-cache-status: DYNAMIC
cache-control: private
set-cookie: prov=c490ee65-0873-417d-84d0-8115dd4166f8; expires=Fri, 24 Jul 2026 01:50:46 GMT; domain=.stackexchange.com; path=/; secure; httponly
strict-transport-security: max-age=31536000; includeSubDomains
vary: Accept-Encoding
content-security-policy: upgrade-insecure-requests; frame-ancestors 'self' https://stackexchange.com
x-clacks-overhead: GNU Terry Pratchett
x-frame-options: SAMEORIGIN
x-request-guid: 297b67bd-0431-4a8d-96e9-4430b56be269
x-worker-origin-response-time: 1045000000
x-dns-prefetch-control: off
set-cookie: prov=c490ee65-0873-417d-84d0-8115dd4166f8; Path=/; HttpOnly; Domain=stackexchange.com
set-cookie: __cf_bm=bdVcRQynNz2uJAjw7lVf5a5ns7VX6Bf5CCuCBNKb5o0-1753321847-1.0.1.1-A93..V_6pG6fM4frTKf2sjM_2UkL2E.WelzlZPQHSjcgRUj3giCsSnt1KbvIntz_c7sNf4T54dKasZKlwFjcVCKrhZu9zf0IIJTRMqIhGUs; path=/; expires=Thu, 24-Jul-25 02:20:47 GMT; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: _cfuvid=S4kqRBp8h5IJSioDY9vKn8wThZkof9ifO3SECgSoA1Y-1753321847395-0.0.1.1-604800000; path=/; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
server: cloudflare
content-encoding: gzip
Newest 'calculus-and-analysis' Questions - Mathematica Stack Exchange
Skip to main content
Stack Exchange Network
Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Visit Stack ExchangeTeams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Learn more about TeamsQuestions tagged [calculus-and-analysis]
Questions related to the calculus and analysis branches of Mathematica, including, but not limited to, limits, derivatives, integrals, series, and residues.
5,355 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
3
votes
1
answer
91
views
Partial derivative of a matrix with respect to a vector dimension?
So I found this definition in this paper, but I wanted to double check that this is actually correct because I heard that the Partial derivative of a mxn matrix with respect to a p vector is supposed ...
0
votes
0
answers
91
views
Handling abstract power series
I would like to do some abstract power series manipulation. I am defining a power series like this
func = Sum[Subscript[a,i] * x^i, {i, 0, M}];
When I try to take ...
4
votes
1
answer
192
views
Generating Poincaré sections
I would like to reproduce the Poincaré sections presented in this and this papers, which look like
The figures are for energy values of E=0.2 (a) and E=0.25 (b) in the Hamiltonian, which reads
$$H=\...
3
votes
0
answers
154
views
Mathematica demonstration of the expected volume of a random polytope in a ball
Related MSE post
I'm trying to make Mathematica demonstration of the paper The expected volume of a random polytope in a ball.
In the $d$-dimensional Euclidean space $E^d$ ($d \geq 2$), consider the ...
4
votes
2
answers
240
views
Speeding up conditional integration
I was wondering if there is a way to make this function faster
...
2
votes
1
answer
129
views
Overriding derivatives: function composition
I am having trouble overriding when I compose functions. Here is a simple example. I would like the first output below to be 10 g[x] as opposed to ...
2
votes
3
answers
190
views
Recursive Function with Integral
I am trying to recursively define the following function:
...
8
votes
1
answer
439
views
Mathematica code involving floor function
I am reading an interesting paper One of the numbers ζ(5), ζ(7), ζ(9), ζ(11) is irrational by Zudilin. Define $$\varphi_0(x,y):=\sum_{j=1}^{3}([y]+[\eta_0x-y]-[y-\eta_j x]-[(\eta_0-\eta_j)x-y]-2[\...
2
votes
1
answer
272
views
Calculating $\lim_{k\to\infty} \cos \left(\pi \sqrt{k^2+k+1}\right)$
It's easy to prove that Limit[Cos[π Sqrt[k^2 + k + 1]], k -> ∞] equals 0, however the latest Mathematica version claim it's ...
3
votes
0
answers
103
views
Difference in convergence behavior of Sum for two equivalent series
I am perplexed by the output of the following code:
...
2
votes
1
answer
102
views
Calculating Residual From PDE
Bug introduced in 14.2 or earlier.
I am trying to determine if my solution converges, by calculating the residual of my PDE.
...
0
votes
1
answer
123
views
Plotting branch cut along `Im[z]=0` axis
I have expressions $\log\frac{z}{z-1}$ and $\frac{1}{z \left( 1 + W_0\left(-\frac{1}{e z}\right) \right)}
$ visualized below. There's a branch cut along the Im[z]=0 ...
9
votes
1
answer
183
views
InverseMellinTransform unexpected result after Simplify
I'm having unexpected difference applying inverse Mellin transform after a simple algebraic rearrangement (1/(-1 + 2 s) vs ...
7
votes
6
answers
446
views
NDSolve not able to adjust condition in ODE
I'm trying to solve the equation
\begin{align}
\epsilon_b\:\theta''(s)-(l-s)\cos\theta(s)=\epsilon_\gamma\sin\theta(s)\cos\theta(s),
\end{align}
with $0\leq s\leq l$ and
\begin{align}
\theta(0)=0\:\:\:...
0
votes
0
answers
102
views
How to solve a regular integral with divergence analytically
I want to analytically integrate this integration
$$\int_0^{1 - 3/rs}\left(\frac{9 \sqrt{3} \sqrt{\frac{1}{\left(1-\frac{2}{\eta }\right) \eta ^2 \left(\frac{\eta
^2}{1-\frac{2}{\eta }}-27\right)}}}...
- The Overflow Blog
-
-
- Featured on Meta
-
-
Related Tags
numerical-integration × 623
plotting × 466
special-functions × 440
differential-equations × 426
symbolic × 370
equation-solving × 337
complex × 300
functions × 272
numerics × 216
bugs × 201
simplifying-expressions × 197
assumptions × 149
series-expansion × 146
physics × 118
function-construction × 116
summation × 109
integral-equations × 107
regions × 94
list-manipulation × 85
matrix × 82
performance-tuning × 82
warning-messages × 74
piecewise × 70
more related tags
Hot Network Questions
- Enterprise finds crashed spaceship, crew repairing it but it's a false hope
- Define command valid only for a specific environment in expl3
- How to Select and Isolate Only the Fillet Parts of a Curve in Geometry Nodes?
- Why does contact with the ground make my touch-activated LED brighter?
- Is it legal for businesses to give financial incentives for leaving positive reviews on review sites (e.g., Google Maps, Yelp, Facebook, Amazon)?
- How to expand an algebraic function like √R(x) into a continued fraction in Mathematica?
- Is a chemistry-first technological paradigm as plausible as one focused on physics or biology?
- Can a humanoid that fell supine and is then Levitated alter his orientation?
- Make a Mulenère encryption program
- Is there a smooth function approximating the minimum of a constant and a variable?
- Do standing sound waves sound different?
- Why is the Schrödinger wave equation totally different from the classical wave equation?
- Why “brew search” for “peertube” machtes with “freetube”? How does the search work?
- tac-command is it a bug or a misinterpretation of the manual?
- Write two very different programs with the same characters
- A complex polynomial inequality
- What was the source of the image of pelican in Catholic churches?
- Business technical issues lead to unsuccessful payment being considered successful. Do I have any duty to notify?
- Error on numerical integation
- How do mechanical gyros maintain rotational speed?
- Must hospitals care for unidentifiable individuals indefinitely?
- What is the consistency strength of Russell & Whitehead's ‘Principia Mathematica’?
- Are birth control pills classified as a carcinogenic at the same level as asbestos and tobacco?
- How to model This Twisted Torus?