bb =-133114455017668875/18014398509481984/(42429-17300*cos(g))^(1/2)-7454409480989457/36028797018963968*log(-1+1/100*(42429-17300*cos(g))^(1/2))+52180866366926199/180143985094819840*log(3+1/100*(122429-17300*cos(g))^(1/2))+133114455017668875/18014398509481984*(6/(32429/10000-173/100*cos(g))-47/5)/(122429-17300*cos(g))^(1/2)+83196534386043046875/1125899906842624*(32429/5000-173/50*cos(g)-54/(32429/10000-173/100*cos(g)))/(122429-17300*cos(g))^(3/2)
求对g在0到pi的积分
int(bb,g,0,pi)
Warning: Explicit integral could not be found.
> In D:\MATLAB6p5\toolbox\symbolic\@sym\int.m at line 58
quad(bb,0,pi)
??? Error using ==> fcnchk
If FUN is a MATLAB object, it must have an feval method.
Error in ==> D:\MATLAB6p5\work\quad.m
On line 52 ==> f = fcnchk(funfcn);
quadl(bb,0,pi)
??? Error using ==> fcnchk
If FUN is a MATLAB object, it must have an feval method.
Error in ==> D:\MATLAB6p5\toolbox\matlab\funfun\quadl.m
On line 51 ==> f = fcnchk(funfcn);