Tagged Questions
3
votes
3answers
221 views
Proving a recurrence in Mathematica
I have
$$j_n=\int_0^1 x^{2n} \sin(\pi x)dx.$$
How do I show that $$j_{n+1}= \frac{1}{\pi^2}(\pi- (2n+1)(2n+2)j_n)\, ?$$
I keep getting a recurring integration by parts and I can't simplify it.
...
3
votes
2answers
596 views
How to substitute numeric values in a symbolic Jacobian matrix?
I have a multi-variate function from $\mathbb{R}^n\to\mathbb{R}^n$. Choosing any desired initial vector, we can produce the corresponding function value, which is a vector as follows. The main problem ...