matlab 多参数积分工具箱 multivariable calculus toolbox

源代码在线查看: div.m

软件大小: 84 K
上传用户: foreverlovely
关键词: multivariable calculus toolbox matlab
下载地址: 免注册下载 普通下载 VIP

相关代码

				function D=div(vars,Fx,Fy,Fz)
				%DIV  Divergence of a vector field.
				%   D = DIV(V) returns the divergence of a vector field V
				%   where V has the type vector and D has the type scalar.
				%
				%   See also GRAD, CURL, LAPL.
				
				% Copyright (c) 2001-04-13, B. Rasmus Anthin			

相关资源