wolfram mathematica - Definition of function for integration -
i have function:
g33[p_] = integrate[1/(a - b) (a μ2[-p/b] + μ1'[-p/b] - 2 g2'[(-a p)/b] - (a + b) g4'[-p]), {p, -l/b, 0}]
and want call other argument, when write this
g11[p_] = μ1[-p/a] - g2[-p] - g4[(-b p)/a] - g33[(b p)/a]
i reply
integrate::ilim: invalid integration variable or limit(s) in {(b p)/a,-(l/b),0}. >>
how should define g33
properly?
Comments
Post a Comment