implicit function 英[imˈplisit ˈfʌŋkʃən] 美[ɪmˈplɪsɪt ˈfʌŋkʃən] 释义 隐含函数,隐函数 实用场景例句 全部 A complete analysis must build on the implicit function theorem. 完整的分析必须建立
implicitfunction 隐函数() 也可见: implicit名— 隐式名 · 隐性名 implicit— 含蓄 · 隐藏 · 蕴借 · 阴 function动— 活动动 · 运行动 function名— 功能名 · 函数名 · 作用名 · 性能名 · 机能名 · 功用名 · 官能名 查看更多用例•查看其他译文 ...
对于这种等式左侧只有y的函数表达式y=f(x),我们称之为显函数。但是有时我们也会遇到F(x,y)=0的表达式,如 ,此式为隐函数(implicit function),它的显函数表达 。 隐函数例1 隐函数例2 分数指数求导 很明显隐函数法要简便很多 对于上述情况,直接法几乎进行不下去 为了方便起见,列出常用的求导公式(此前均已证...
implicit function equation 隐函数方程 implicit in phr. 固有的,无疑问的 implicit differentiation 隐微分法 implicit consent 【经】 默许 implicit promise 【经】 默契 implicit declaration 隐式说明 相似单词 implicit a. 1.暗示的,盲从的,含蓄的,固有的,绝对的 2.无疑的,无保留的,完全的 functio...
In this approach, an implicit function is constructed over the whole domain by Non-Uniform Rational B-Spline (NURBS) basis functions which are also used for creating the geometry and the surface of solution of the elasticity problem. Inspiration of the level set method; zero level of the...
Similar to implicit values, we can declare an implicit function as: implicit fun emit( s : string ) : () There is no syntactic difference between calling an implicit functions and calling any other function. However, if we call emit(...) in our pretty printer library, the inferred type ...
implicit function 指“隐函数”;implicit function theorem指“隐函数定理”。
vtkImplicitFunction 这个类为vtk提供了隐函数接口,只要继承它,然后实现 virtual double EvaluateFunction(double x[3]); virtual void EvaluateGradient(double x[3], double g[3]); 这两个纯虚函数就可以了。 其中double EvaluateFunction(double x[3]) 用于输入一个xzy参数,然后返回函数的值。
我们定义Heaviside函数在法向上的方向导数为狄拉克 \delta 函数(Dirac delta function),即 \hat\delta(\vec{x})=\nabla H(\phi(\vec{x}))\cdot\vec{N} 可以注意到这一函数仅在交界面处不为0,进一步的计算可知 \hat\delta(\vec{x})=H'(\phi(\vec{x}))\nabla\phi(\vec{x})\cdot\frac{\nabla...
Plot the implicit function ysin(x)+xcos(y)−1=0 and assign the implicit function line object to the variable fp. Get fp = fimplicit(@(x,y) y.*sin(x) + x.*cos(y) - 1) fp = ImplicitFunctionLine with properties: Function: @(x,y)y.*sin(x)+x.*cos(y)-1 Color: [0 0.44...