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 16 の数値計算法の更新
Maple 16 では、数値計算に関する以下の改良が行われました。
RootFinding
RootFinding[Isolate] を使用して、実数解が存在するかどうかをすばやくテストできるようになりました。maxroots オプションを使用して計算する実数解の数を制限できます。
with(RootFinding):
R := Isolate((x^2-7)*(3*x-13), x, maxroots=2);
CLAPACK 3.2.1
Maple に同梱される LAPACK 数値線形代数ライブラリのコンパイル済み C バージョン (CLAPACK) がバージョン 3.2.1 にアップグレードされました。このバージョンの CLAPACK では、非対称固有値問題を解くために使用されるアルゴリズムが大幅に改良されています。また、このリリースでは、数値ライブラリがスレッドセーフになりました。これは、Maple のエンドユーザーにすぐに影響するものではありませんが、今後のリリースにおいてより重要になります。AMD X2 4600+ (2.4GHz、デュアルコア) 64 ビット Linux マシンで、サイズが 1000x1000、ランダム非対称で datatype=float[8] の行列のすべての固有ベクトルをデフォルト精度で計算するのに必要な時間は、Maple 15 では 30.1 秒でしたが、Maple 16 では 11.6 秒に短縮されました。
参照
Maple 16 新機能一覧
Download Help Document