Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
VectorCalculus[diff] - ベクトル値関数の導関数の計算
使い方
diff(f, v)
パラメータ
f - ベクトルまたは代数式
v - 名前、または名前, 名前, ...; 微分変数の指定
説明
diff(f, v) コマンドは、ベクトルおよびベクトル場、そして VectorCalculus パッケージの異なる座標系を解する、トップレベルの diff コマンドの拡張機能です。f がベクトルでない場合には、その引数はトップレベルにある diff コマンドに受け渡されます。
例
with(VectorCalculus):
Warning, the assigned names <,> and <|> now have a global binding Warning, these protected names have been redefined and unprotected: *, +, ., Vector, diff, int, limit, series
diff( <t,t^2,t^3>, t );
diff( <cos(s*t),sin(s*t)>, s, t );
F := VectorField( <a*r,0,0>, 'spherical'[r,phi,theta] );
diff( F, phi );
diff( F, a );
参照
diff, VectorCalculus パッケージの紹介, VectorCalculus[Curl], VectorCalculus[Divergence], VectorCalculus[Gradient], VectorCalculus[int], VectorCalculus[Laplacian], VectorCalculus[limit], VectorCalculus[series], VectorCalculus[Vector], VectorCalculus[VectorField]
Download Help Document