Re: Multiple Integrals
- To: mathgroup at smc.vnet.net
- Subject: [mg20009] Re: Multiple Integrals
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Sat, 25 Sep 1999 02:40:39 -0400
- Organization: Universitaet Leipzig
- References: <7se7er$qts@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hi,
try
Integrate [1,
{x[1], 0, 1},
Sequence @@ Table[{x[n], k[n - 1], x[n - 1]}, {n, 2, 4}]]
Hope that helps
Jens
George Szpiro wrote:
>
> Hello everybody,
>
> I am trying to evaluate multiple integrals of the following form:
>
> Integrate[1,
> {x[1], 0, 1},
> {x[2], k[1], x[1]},
> {x[3], k[2], x[2]},
> {x[4], k[3], x[3]} ]
>
> This works! However, when I try to compactify this in the following
> manner
>
> Integrate[1,
> {x[1], 0, 1},
> Table[{x[n], k[n - 1], x[n - 1]}, {n, 2, 4}] ]
>
> it doesn't work. I think I got something with the Table wrong. Why?
>
> Can anyone help?. Please answer to my home mailbox:
> george at netvision.net.il
>
> Thank you,
>
> George Szpiro