求教,为什么符号积分算不出结果
maple吧
全部回复
仅看楼主
level 8
不回复是可耻的
楼主
如图,明明是计算器都能算出来的定积分
2015年06月09日 07点06分
1
level 8
不回复是可耻的
楼主
想算z对y从0到b的积分,始终都是这样
2015年06月09日 07点06分
2
level 6
郁博士CasperYC
You have to use proper notation for integration.
<Please POST you code.>
2015年06月10日 11点06分
3
不回复是可耻的
我的代码 restart: z:=h*(1 – y^2/b^2): A:=int(z,y=0..b): S[Z]:=int(y*z,y=0..b); S[Y]:=int(z* y*diff(z,y), y =b..0) ; Y[C]:=S[Z]/A; Z[C]:=S[Y]/A;
2015年06月12日 05点06分
level 6
郁博士CasperYC
你应该话输入模式为1-D Maple input
2015年06月14日 20点06分
4
不回复是可耻的
用document还是worksheet?
2015年06月15日 02点06分
郁博士CasperYC
回复
���ظ��ǿɳܵ�
: Either will work just fine.
2015年06月16日 11点06分
level 2
wangxf800
李银山的教材里的?用maple 6就能算出,maple12就不出结果,同求。
2015年06月16日 09点06分
5
郁博士CasperYC
use 1-D Maple Input ( Maths Input)
2015年06月16日 11点06分
wangxf800
回复 GTOGTOGTOGTO :maple11、maple12的1dmath,2dmath都试过了,均不行,maple10之前的可以出结果
2015年06月17日 00点06分
郁博士CasperYC
回复 wangxf800:我的没有问题啊 和你一样的版本
2015年06月17日 22点06分
wangxf800
回复 GTOGTOGTOGTO :这个算出来了,还有另外一个,int(2*z^2*sqrt(D/2)^2-z^2),z=-D/2..D/2),结果应该是πD^4/64,maple12只出积分,不出结果,用maple10就可以出结果。
2015年06月18日 02点06分
level 5
azcatcloudy
请把第二行换成:
restart:
z:=y->h*(1 – y^2/b^2):
2015年06月17日 06点06分
6
level 2
wangxf800
.
以上两张图是用maple12算的;
这一张是maple 10的,maple 10可以计算出结果,maple 12无法计算出结果。
2015年06月21日 02点06分
7
不回复是可耻的
maple18也算不出结果
2015年06月21日 07点06分
level 6
郁博士CasperYC
试了一下
问题不是各个版本
而是你要假设T>0 (一般不建议用D!!)
我之前那个截图是X86位上的 Maple 2015.1
不用assume也可以出结果
最后【不论】是你用32位上的classical workshee还是正常的maple,启动的内核都是一样的!
一般建议你直接改input为 1D Maple input,避免99%的常见新手错误!!
2015年06月21日 12点06分
8
level 6
郁博士CasperYC
2015年06月21日 12点06分
9
level 6
郁博士CasperYC
也可以看看动画
plots[animate](plot,[2*z^2*sqrt((t/2)^2-z^2),z=-t/2..t/2],t=-1..1);
其实t<0的时候,积分已经不存在了(等于0)
2015年06月21日 12点06分
10
level 2
wangxf800
受教了,谢了
2015年06月22日 22点06分
11
郁博士CasperYC
不客气 其实是一个很小的错误 我以前刚开始的时候也碰到多两三次 但是我一直都是1D 输入 所以不会想是输入问题 如果你可以坚持用1D Maple Input 学的会很快 错误也会很快找到
2015年06月22日 23点06分
1