Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
VectorCalculus[SetCoordinates] - ベクトルに対する座標属性の設定
使い方
SetCoordinates(v, c)
パラメータ
v - (オプション) ベクトル
c - 名前または名前[名前, 名前, ...]; 座標系、あるいは座標名が添えられた座標系の指定
説明
SetCoordinates(v, c) コマンドは、ベクトル v に対して座標属性を設定します。パラメータ v が指定されない場合には、デフォルト座標系を c に設定します。
c が名前だけで与えられる場合には、デフォルトの座標名はベクトルの表示(だけ)に使用されます。SetCoordinates の呼び出しによる座標系の設定を用いて ベクトル場 を作成するためには、その座標の指定 c の添え字において座標の名前を与えなくてはなりません。
VectorCalculus パッケージで認識される座標系については、VectorCalculus の座標系に記述されています。新しい座標系を追加する方法に関する情報については、AddCoordinates を参照して下さい。
例
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
v := <a,b>;
SetCoordinates( v, 'polar' );
GetCoordinates( v );
SetCoordinates( 'spherical'[r,phi,theta] );
v := VectorField( <r,0,0> );
参照
VectorCalculus パッケージの紹介, VectorCalculus[AddCoordinates], VectorCalculus の座標系, VectorCalculus[GetCoordinates], VectorCalculus[Vector], VectorCalculus[VectorField]
Download Help Document