Tagged Questions
1
vote
1answer
158 views
Double integral in Maple involving parameters [closed]
$$\int_{0}^{1}\int_{0}^{1-x}(1-x)(1-y)(x+y)x^{n_1}y^{n_2}(1-x-y)^{n_3}\mathrm{d}y\mathrm{d}x$$
I want to calculate above integral in Maple, the parameters $n_1,n_2,n_3$ are all natural numbers.
I ...
0
votes
2answers
103 views
Integrating with vector coefficients in Maple
I'm trying to use Maple to do something like this integral:
$\displaystyle\int \frac{a\mu-b}{||a\mu-b||^3} \mathrm{d}\mu$
Where $a, b$ are vectors and $\mu$ is a scalar I'm integrating by. But I ...