斯坦福01 发表于 2014-2-2 11:58

谢谢楼主分享,下载来看看学习

Terry·Biao 发表于 2014-2-26 14:36

顶一下!!!

空木葬花 发表于 2014-3-10 18:03

非常感谢楼主的福利!

happy2118 发表于 2014-7-18 10:48

谢谢分享,太好了 Lz

happy2118 发表于 2014-7-18 10:49

下了,谢谢楼主

happy2118 发表于 2014-7-18 10:49

下了,谢谢楼主

大木木青争 发表于 2014-7-18 20:54


中文的额。不错

happy2118 发表于 2014-7-21 19:41

下了,谢谢楼主

ice_and_fire 发表于 2014-7-25 22:06

  clc up=@(x)sqrt(1-x.^2/2);%y积分上限 low=@(x)-sqrt(1-x.^2/2)';%y积分下限 fun=@(y,x)exp(-x.^2/2).*sin(x.^2+y);%积分函数 numint=quad2dggen(fun,low,up,-.5,1,eps)%eps为计算精度,比如换成1e-10,这里的eps就当前浮点数的精度  numint =     0.4119

ice_and_fire 发表于 2014-7-25 22:06


clc
up=@(x)sqrt(1-x.^2/2);%y积分上限
low=@(x)-sqrt(1-x.^2/2)';%y积分下限
fun=@(y,x)exp(-x.^2/2).*sin(x.^2+y);%积分函数
numint=quad2dggen(fun,low,up,-.5,1,eps)%eps为计算精度,比如换成1e-10,这里的eps就当前浮点数的精度

numint =
    0.4119
页: 11 12 13 14 15 16 17 18 19 20 [21] 22 23 24 25
查看完整版本: 全美经典数值分析