多项式积分的自动偏导
Closed. This question is seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. It does not …
具有许多奇点的 Mathematica 积分
让 Mathematica 7 或 8 进行积分的最佳方法是什么 NIntegrate[Exp[-x]/Sin[Pi x], {x, 0, 50}] 每个整数都有极点 - 我们需要柯西原理值。 这个想法是…
找到两条曲线的交点与 Mathematica 相交右侧曲线下的面积
我有 2 条曲线,用以下 Mathematica 代码说明: Show[Plot[PDF[NormalDistribution[0.044, 0.040], x], {x, 0, 0.5}, PlotStyle -> Red], Plot[PDF[…
使用 jQuery 确定 Android 取消/返回滑动(从左向右滑动)
在 Android 上,不使用 Sencha 或 JQTouch 或 JQMobile 等框架,而是使用 jQuery(常规 jQuery),我想检测取消/后退滑动(从左向右滑动)。到目前为…
在 Maple 中执行从负无穷大到无穷大的积分
我正在尝试在 Maple 中执行以下积分: simplify(int(a*x^2*e^(-a*x^2), x = -infinity .. infinity)) 但 Maple 不返回答案,而是返回积分语句本身: i…
需要麦克劳伦级数和泰勒级数编程帮助吗?
好吧,这就是我到目前为止所得到的: #include <stdio.h> #include <math.h> //#define PI 3.14159 int factorial(int n){ if(n <= 1) retu…
MATLAB:如何将参数传递给函数?
我有以下函数: function ypdiff = ypdiff(t,y) a = 0.01 b = 0.1 ypdiff(1) = -a*y(1)*y(2) ypdiff(2) = b*y(1)*y(2)-b*y(2) ypdiff(3) = b*y(2) ypd…
在 Maple 中以编程方式使用泰勒多项式
我试图在 Maple 中以编程方式使用泰勒多项式,但以下内容似乎不起作用... T[6]:=taylor(sin(x),x=Pi/4,6)convert(T[6], polynom, x) f:=proc(x) conve…
- 共 1 页
- 1