Question: Integrating after isolating two parameters

Hi,

Is there any way to define a specific part of an equation to be integrated in respect to time T[1]?

In my attached example I try to integrate the right hand side after isolating for C1D__1 (removing the effect of C1D__1) and maybe isolation is not the right thing to do. Any idea?


coeff1 := 5*L__1*C*exp(I*T[1]*e*eta)*e*eta*C2/omega__n-(2*I)*D__1*C1/omega__n+L__1*C*exp(I*T[1]*e*eta)*e^2*eta^2*C2/omega__n^2-(3*I)*R__n*C*C1^2*C2/omega__n+3*gamma__1*C*C1^2*C2-I*R*C*C1/omega__n+13*L__1*C*exp(I*T[1]*e*eta)*C2*(1/2):
isolate(coeff1, D__1)*C1:

integrate the right hand side of the equation with T[1]

Thanks,

Bahar

 

 

Please Wait...