Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
RootFinding[Parametric][CellsWithSolutions] - 特定の実数解を持つセルの取得
使い方
CellsWithSolutions(m, k)
CellsWithSolutions(m, l..r)
パラメータ
m
-
CellDecomposition から返されたとおりの solution record
k,l
非負整数
r
非負整数 または
モデルの説明
呼出手順 CellsWithSolutions() はシステム
の実数解がちょうど であるすべてのセルのインデックスを返します。
呼出手順 CellsWithSolutions() は上記システムの実数解の数が 以上 以下であるすべてのセルのインデックスを返します。
要求された数の解を持つセルが存在しない場合は空のリストが返されます。
このコマンドは RootFinding[Parametric] パッケージの一部であるため、CellsWithSolutions(..) 形式での利用はその前に with(RootFinding[Parametric]) コマンドが実行されている場合に限ります。ただしコマンドをロングフォーマット RootFinding[Parametric][CellsWithSolutions](..) で指定すると、いつでも利用可能です。
アプリケーションと例題
with(RootFinding[Parametric]):
m:=CellDecomposition([x^6+a*y^2-b=0,a*x^2+y^2-b*x*y=0], [x,y]):
m:-SamplePoints;
NumberOfSolutions(m);
CellsWithSolutions(m,4);
CellsWithSolutions(m,0..3);
関連項目
CellDecomposition, Parametric, RootFinding
Download Help Document