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[limit] - ベクトルのトップレベルの limit 関数への写像
使い方
limit(f, v)
パラメータ
f - ベクトルまたは代数式
v - トップレベルのlimit 関数へ渡すための他の引数を表す式列
説明
limit(f, v) コマンドは、ベクトル f の成分を、トップレベルの limit 関数へ写像します。f がベクトルでなければ、引数はトップレベルの limit 関数へ受け渡されます。
例
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
limit( <t,t^2>, t=2 );
limit( <sin(t)/t,(1-cos(t))/t>, t=0 );
参照
limit, VectorCalculus パッケージの紹介, VectorCalculus[diff], VectorCalculus[int], VectorCalculus[series]
Download Help Document