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
Maple 14 における言語およびシステムに対する変更
Maple 14 には言語およびシステムに対する以下の変更が含まれています。
ヘルプブラウザ
interface(helpbrowser=standard) を設定しておくと、どのインターフェイスからもスタンダード GUI のヘルプブラウザを起動してドキュメントを表示することができます。すなわち、コマンドラインおよびクラシックインターフェイスを使用しているユーザーに対しても、文書内のハイパーリンクや全文検索、コンテンツのテーブルが表示可能になります。さらに、Maple のスタンダードインターフェイス固有の機能を使用して作成されているため、以前はクラシックやコマンドラインインターフェイスのヘルプでは表示できなかったヘルプページも利用できるようになります。これには、いくつかのヘルプページ、サンプルワークシートおよび Maple Portal のページが含まれます。 helpbrowser 変数の詳細については、interface を参照してください。
Eval および rtable
Eval は行列など rtable 構造を処理できるようになりました。
Eval(Matrix([[x^2 + y]]), {x=3, y=2}) mod 5;
RootFinding[Isolate] における RegularChains オプション
RootFinding[Isolate] では、多項式の実数根の分離法が選択できるようになりました。手法は、F. Rouillier による RealSolving (RS) C ライブラリに基づいた “RS” 法と、M. Moreno Maza などによる RegularChains パッケージに基づいた “RC” 法から選択できます。
with(RootFinding):
F := [x^2-2, y-1];
Isolate(F, [x,y], method="RS");
Isolate(F, [x,y], method="RC");
関連項目
Index of New Maple 14 Features, Programming and Connectivity Changes in Maple 14
Download Help Document