|
2d
|
|
awarded | Notable Question |
|
Jun
16 |
|
comment |
Summation with constraints Thanks..yea figured that out just now :) |
|
Jun
16 |
|
awarded | Commentator |
|
Jun
16 |
|
comment |
Summation with constraints How do I convert f[0, 0, 0, 0] + f[0, 0, 0, 1] + ... to f[{0, 0, 0, 0}] + f[{0, 0, 0, 1}] + ... |
|
Jun
15 |
|
accepted | Summation with constraints |
|
Jun
15 |
|
comment |
Summation with constraints i is the argument to the function. So f(i_):= blah where i is an Array. |
|
Jun
14 |
|
comment |
Summation with constraints will that work when i is an array? |
|
Jun
14 |
|
asked | Summation with constraints |
|
Jun
12 |
|
comment |
Notation for Multiple summation yea I missed one constraint. The answer by Goos seems to be fine. |
|
Jun
12 |
|
revised |
Notation for Multiple summation added 131 characters in body |
|
Jun
12 |
|
asked | Notation for Multiple summation |
|
Jun
8 |
|
awarded | Yearling |
|
Jun
8 |
|
awarded | Yearling |
|
Jun
4 |
|
comment |
Making a long footnote span two columns Did you get an answer? |
|
May
29 |
|
awarded | Notable Question |
|
May
23 |
|
comment |
Tools for automating document compilation Arara requires Java :( |
|
May
20 |
|
accepted | Evaluating double Integral |
|
May
20 |
|
comment |
Evaluating double Integral Yes..Adding the constrained on $n$, solved my issue.. Assuming[(n > 2),
Integrate[n (n - 1) (1 - y)^(n - 2), {x, 0, x1}, {y, x, x2}]]
Thanks!
|
|
May
20 |
|
comment |
Evaluating double Integral Yes.. $n \ge 2$ |
|
May
20 |
|
comment |
Evaluating double Integral This is the actual integral I'm trying to evaluate: $\int_{x=0}^{x_1} \int_{y=0}^{x_2} n (n - 1) (1 - y)^{(n - 2)}dxdy $ subject to $0<x<y<1$ and $0<x_1<x_2<1$ |