Redian新闻
>
Re: mathematica 提问 "integrand not numeri
avatar
Re: mathematica 提问 "integrand not numeri# Computation - 科学计算
a*u
1
第一个例子,
定义吧:
functmp0[y_,t_]:=Block[{x},
NIntegrate[ g(x,y,t), {x,-Infinity,Infinity} ]/
NIntegrate[ h(x,y,t), {x,-Infinity,Infinity} ]
]
f[t_]:=Block[{y},
NIntegrate[functmp0[y,t],{y,-Infinity,Infinity}]
]
Plot[f[t],{t,tmin,tmax}];
NIntegrate[ NIntegrate[ x+y, {x,0,1} ], {y,0,1} ] 简单
NIntegrate[x+y,{x,0,1},{y,0,1}];
Solve[ x + NIntegrate[x+y,{y,0,1}] == 1, x ] 不好
定义:
functmp1[x_]:=Block[{y},
-1+x + NIntegrate[ x+y, {
相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。