readme_vecfun.txt

来自「matlab 多参数积分工具箱 multivariable calculus」· 文本 代码 · 共 21 行

TXT
21
字号
Multivariable Calculus Toolbox Ver. 1.9=======================================Date: 2002-12-06.Author: B. Rasmus Anthin.WHAT IS IT----------This toolbox contains two classes for the moment: "scalar" and "vector". Ascalar object is a function of three variables in either Cartesian(x,y,z), spherical (R,theta,phi) or cylindrical (r,phi,z) coordinates.The constructor can be used in many different ways. It is adviceable tofirst run "vecinit" in order to create some easy to use variables(type "help vecinit" for more info).If you have typed "vecinit cart" then you can use the three variableobjects x,y and z to create new objects lik this:

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?