Re: Integration in a range of value
- To: mathgroup at smc.vnet.net
- Subject: [mg78511] Re: Integration in a range of value
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Tue, 3 Jul 2007 05:34:22 -0400 (EDT)
- Organization: Uni Leipzig
- References: <f6841f$emm$1@smc.vnet.net>
- Reply-to: kuska at informatik.uni-leipzig.de
Hi,
learn the correct Mathematica syntax and
Integrate[Cos[th - th2], {th, 0, Pi}]
will do it.
Regards
Jens
mattew wrote:
> Hi, it's always me!
> I' d need to do something like
>
> Int [0,Pi] Cos[Theta-theta2] dTtheta
>
> which means get the different values of the integration where the variable theta2 assumes all possible values in [0-Pi]. Is there a way to ask mathematica to do something like that (Or the plot the results of the integral as a function of theta2)?
>