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[GetCoordinateParameters] - 座標系パラメータの取得
VectorCalculus[SetCoordinateParameters] - 座標系パラメータの設定
使い方
GetCoordinateParameters()
SetCoordinateParameters(a, b, c)
パラメータ
a - 代数; 1つめの座標系パラメータの指定 (デフォルト=1)
b - (オプション) 代数; 2 つめの座標系パラメータの指定 (デフォルト=1/2)
c - (オプション) 代数; 3 つめの座標系パラメータの指定 (デフォルト=1/3)
説明
VectorCalculus パッケージで提供される 座標系 のいくつかは、その定義に最大 3 つまでのパラメータを含んでいます。このパッケージに関する文書では、これらのパラメータは、必要に応じて、a, b および c の名前で与えられます。
これらパラメータのデフォルト値は、a = 1, b = 1/2 および c = 1/3です。
GetCoordinateParameters および SetCoordinateParameters コマンドを用いることで、これらのパラメータに関する質問をしたり、設定をしたりすることが可能です。
GetCoordinateParameters コマンドは、現在の a, b および c の値を含む式列を返します。
SetCoordinateParameters コマンドは、1, 2 または 3つの引数をとり、それぞれに対応する a、a および b、または a, b および c の値を設定します。
例
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
SetCoordinateParameters(alpha, beta); SetCoordinates(conical[u,v,w]);
V := <1,2,3>;
MapToBasis(V,cartesian);
GetCoordinateParameters();
参照
VectorCalculus パッケージの紹介, VectorCalculus[AddCoordinates], VectorCalculus の座標系, VectorCalculus[GetCoordinates], VectorCalculus[MapToBasis], VectorCalculus[SetCoordinates], VectorCalculus[VectorField]
Download Help Document