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
student パッケージの概要
説明
重要: student パッケージは置き換えられ、Student パッケージになりました。
student パッケージはステップバイステップで問題の解決を実行するルーチンの集まりです。
student 関数を使うには、コマンド with(student, function) を用いてその関数だけを定義するか、またはコマンド with(student) を用いてすべての student 関数を定義します。もう 1 つの方法は、長い形 student[function] を用いて関数を呼び出します。この長い形の記法は、同じセッション内でパッケージの関数と、もう 1 つ別の関数の間で衝突がある場合はいつも必要です。
積分、和、極限は未評価の形で扱われます。このような式を展開あるいは結合したり、置換積分、部分積分を実行したり、平方完成を行ったり、あるいは式の因子を名前で置き換えるためのルーチンが含まれています。他には、線分の距離、傾きを計算し、その中点を求めたり、あるいは関数のグラフに関する情報を提供するためのルーチンがあります。
パッケージに含まれるルーチンは以下の通りです。
changevar combine completesquare D Diff distance Doubleint equate Int integrand intercept intparts leftbox leftsum Limit Lineint makeproc middlebox middlesum midpoint Point powsubs Product rightbox rightsum showtangent simpson slope Sum summand trapezoid Tripleint
このパッケージのルーチンは、J. S. Devitt 著の教科書 ``Calculus with Maple V'' (Brooks/Cole Publishing Co.,1993 年) を通して広く使われています。
参照
with, student[function] (ただし、function は上の一覧のいずれか), geometry, kernelopts
Download Help Document