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
divide - 正確な多項式の除算
使い方
divide(a, b, 'q')
パラメータ
a, b
-
有理係数をもつ多項式
q
(オプション) 評価されない名前
モデルの説明
divide は有理数上で、多項式 b が a を割り算できるか確かめます。もしできれば、true を返し、それ以外の場合は false を返します。
割り算が成功し、3 つ目の引数 'q' が指定されている場合は、商の値が q に割り当てられます。割り算が不成功の場合は、名前 q には何も割り当てられません。
アプリケーションと例題
divide(x^3+5*x-1, x+1, 'q');
q;
divide(x^3-y^3, x-y, 'q');
関連項目
Divide, gcd, Rem, rem
Download Help Document