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
SolveTools[SortByComplexity] - 複雑度による式の並べ替え
使い方
SortByComplexity(exprs)
パラメータ
exprs - 式のリストまたは集合
Description
SortByComplexity(exprs) 関数は、式のリスト(または集合) exprs を、その複雑度の降順に並べ替えます。結果は、並べ替えられた式のリストとして返されます。
式の複雑度は、 SolveTools[GreaterComplexity] を用いて比較されます。
この関数は、SolveTools パッケージの一部であり、コマンド with(SolveTools) を実行した後でのみ、SortByComplexity(..) の形で使用が可能です。しかし、SolveTools[SortByComplexity](..) を用いて、コマンドの長い形によりアクセスすることも常に可能です。
例
with(SolveTools): SortByComplexity({x,y,x*3/y,exp(x)});
SortByComplexity([a*b*RootOf(x^2+1),sin(log(exp(x))),x^3+x^2+5*x-1]);
参照
SolveTools パッケージの紹介 , SolveTools[Complexity], SolveTools[GreaterComplexity]
Download Help Document