Multiple Integrals
- To: mathgroup at smc.vnet.net
- Subject: [mg19983] Multiple Integrals
- From: George Szpiro <george at netvision.net.il>
- Date: Thu, 23 Sep 1999 23:26:28 -0400
- Organization: NetVision Israel
- Sender: owner-wri-mathgroup at wolfram.com
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 =93compactify=94 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=92t 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