Questions related to the calculus and analysis branches of Mathematica, including, but not limited to, limits, derivatives, integrals, series, and residues.
0
votes
2answers
393 views
About generating power series
For an arbitrary function $f(x,y)$ I am defining functions LogMT1 and LogMT2 as follows,
...
-1
votes
1answer
99 views
Solving an equation for asymptotic dependence of the solution on a coefficient
I have an equation I want to solve, so I entered the following into Mathematica.
(x^(17/6))/(a^(17/6)) - (x^2)/a -1 == 0
where I assume $a>>1$ and $x$ is ...
-3
votes
1answer
102 views
Limit of a subsequence
I am trying to calculate limit for a subsequence <${ a }_{ {n }^{ 2} }$> because I was trying to see that limits of sequences and subsequences are both same.
I was able to generate the sum for ...
-5
votes
1answer
90 views
Help in coding of differential equations [closed]
I need some help with Mathematica. How can I do the following?
Starting with f = y[0]^2 (y[0] is basically y with 0 subscript) ...