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
RegularChains[SemiAlgebraicSetTools][LinearSolve] - solve a linear semi-algebraic system
Calling Sequence
LinearSolve(F, R)
Parameters
F
-
list of linear equations, inequations and inequalities of R
R
polynomial ring
Description
LinearSolve(F, R) returns an equivalent linear semi-algebraic system of triangular shape to the input linear semi-algebraic system F. This assume that R is the field of rational numbers.
The output linear triangular semi-algebraic system satisfies the following properties: Firstly, the output constraints are still linear and are sorted in an ascending order according to the largest variable appearing in them. Secondly, the projection of the solutions of input system F onto any lower dimensional space, say the space formed by the smallest variables, are exactly the solutions of those constraints in the output which only involve the smallest smallest variables. The algorithm behind this function is a variant of Fourier-Motzkin elimination.
Compatibility
The RegularChains[SemiAlgebraicSetTools][LinearSolve] command was introduced in Maple 16.
For more information on Maple 16 changes, see Updates in Maple 16.
Examples
Define a ring of polynomials. The order of variables is z>y>x.
Define a set of linear equations and inequalities.
We eliminate variables according to the order z>y>x.
The output is a set of equivalent linear equations and inequalities sorted in ascending order according to the larget variables appearing in the constraints. It provides conditions on lower order variables such that higher order variables having solutions.
See Also
CylindricalAlgebraicDecompose, Projection , RealTriangularize , SemiAlgebraicSetTools, SuggestVariableOrder, Triangularize
Download Help Document