Integrating over 3D vector
- To: mathgroup at smc.vnet.net
- Subject: [mg128279] Integrating over 3D vector
- From: pw <p.willis at telus.net>
- Date: Wed, 3 Oct 2012 23:39:15 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- Delivered-to: l-mathgroup@wolfram.com
- Delivered-to: mathgroup-newout@smc.vnet.net
- Delivered-to: mathgroup-newsend@smc.vnet.net
Hello,
Biot?Savart Law is used to calculate the magnetic field strength
at some vector location relative to the path of a conductor.
The function of the law requires integration along the path of the
current in 3 dimensions which indicates 3D displacement.
QUESTION: Is it possible to 'nest' a series of integrals
that follow the series of XYZ coordinates.
ie: Integrate[{x1,x2,x3},
Integrate[{y1,y2,y3},
Integrate[{z1,z2,z3},
....
]
]
];
Thanks for any interest,
Peter