由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Computation版 - Re: mathematica 提问 "integrand not numeri
相关主题
mathematica 提问 "integrand not numerical"A bugg in Mathematica 3.0
谁能帮我把这个fortran函数接口写成C的形式,Mathematica 求助
有人用过FORM做符号计算吗?Mathematica里面怎么定义一个矩阵的幂?
Run a Mathematica script(notebook?) in background计 算 Laguerre 函 数
[转载] 大家看这个方程组用什么软件解[转载] help!怎么数值求解高次方程组的根?
[转载] Mathematica 5 released.Mathematica数值求解Differential Equations的问题
Help pleasean applied math text& mathematica notes
求教: 关于mathematica的历史help: 怎么用mathematica 输出坐标轴标记?
相关话题的讨论汇总
话题: nintegrate话题: infinity话题: block话题: functmp0话题: numeri
进入Computation版参与讨论
1 (共1页)
a***u
发帖数: 72
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, {
1 (共1页)
进入Computation版参与讨论
相关主题
help: 怎么用mathematica 输出坐标轴标记?[转载] 大家看这个方程组用什么软件解
[转载] 请maple 或者 mathematica 的高手帮个忙![转载] Mathematica 5 released.
一个用mathematica 求微分的问题Help please
[转载] mathematica 和 C/C++的混合编程 -observer求教: 关于mathematica的历史
mathematica 提问 "integrand not numerical"A bugg in Mathematica 3.0
谁能帮我把这个fortran函数接口写成C的形式,Mathematica 求助
有人用过FORM做符号计算吗?Mathematica里面怎么定义一个矩阵的幂?
Run a Mathematica script(notebook?) in background计 算 Laguerre 函 数
相关话题的讨论汇总
话题: nintegrate话题: infinity话题: block话题: functmp0话题: numeri