数学问题编程求教
用两种方法(符号法,数值法)求解平面曲线y=sin(x+xsinx)在上的长度!<BR><BR> >> int(sqrt(1+diff('sin(x+x*sin(x))')^2),0,2*pi)<BR>Warning: Explicit integral could not be found.<BR>> In C:\matlab6p5\toolbox\symbolic\@sym\int.m at line 58<BR> <BR>ans =<BR> <BR>int((1+cos(x+x*sin(x))^2*(1+sin(x)+x*cos(x))^2)^(1/2),x = 0 .. 2*pi)<BR>符号方法没有显式解<BR>数值方法:<BR>sum=0;<BR>for n=1:200<BR>sum=sum+pi/200*subs(sqrt(1+diff('sin(x+x*sin(x))')^2),'x',n*pi/200);<BR>end <P>我也是符号方法做不出显式解<BR></P>回复:(kiky)数学问题编程求教
看帖子<a href="http://vib.hit.edu.cn/vibbbs/dispbbs.asp?boardID=35&ID=6476&page=1" target="_blank" >http://vib.hit.edu.cn/vibbbs/dispbbs.asp?boardID=35&ID=6476&page=1</A>
页:
[1]