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
MTM[solve] - solve equations
Calling Sequence
solve(eqn1,eqn2,...,eqnN);
solve(eqn1,eqn2,...,eqnN, var1, var2,..., varN);
Parameters
eqni
-
equations or algebraic expressions
vari
variables
Description
solve(eqn1,...,eqnN) returns solutions to the system of equations with respect to variables found by findsym.
solve(eqn1,eqn2,...,eqnN, var1, var2,..., varN) returns solutions with respect to given variables.
If no closed-form solution is found and the number of equations is equal to number of variables, numeric solve is attempted.
Three different types of output are possible. For one equation and one output, the resulting solution is returned with multiplicities for a polynomial equation in a vector. For several variables and an equal number of outputs, the results are sorted and assigned to the outputs. For several equations and a single output, a MTM[struct] containing the solutions is returned.
Examples
Download Help Document