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
isolve - 方程式の整数解を求める
使い方
isolve(eqns, vars)
パラメータ
eqns - 方程式の集合あるいは単独の方程式
vars - (オプション) 変数の集合あるいは変数
説明
手続き isolve は、eqns 中の方程式を整数上で解きます。それは、方程式中のすべての不定元に対して解きます。
オプションの第 2 引数 vars は、解の中で生じる整数値を持つ大域変数を指定するために用います。また、引数が 1 つだけの時は、大域変数名 _Z1, _Z2 などが使用されます。これは、solve の振る舞いに似せるため、Release 5.1 から _N1 が使われています。
NULL 値を返すのは、整数解がないか、あるいは Maple が解を見つけることができないときです。
例
isolve(3*x-4*y=7);
isolve(x^2=3);
以下の x,y,z を含む斉次多項式は、種数 0 です。
isolve(y^4-z^2*y^2-3*x*z*y^2-x^3*z);
参照
RootOf, allvalues, dsolve, fsolve, solve, msolve, rsolve, assign, invfunc, isolate, solve[identity], match, linalg[linsolve], simplex, Groebner
Download Help Document