How to use a solve block to solve a system of equations.
To create a solve block:
- provide initial guesses for x, and y--they
don't have to be too accurate but they must be present.
- Type the keyword Given (don't press the spacebar,
or the keyword will become a comment).
- Type in the equations using the equivalence equals sign ( "ctrl ="
key sequence).
- End the solve block with a call to the Find function
with the variables x and y (Find(x,y) = ).
See the Solving Equations for details.
You can also select the following from the Mathcad Help menu: Resource
Center > Quick Sheets and Reference Tables > Solving
Equations > Solving a Nonlinear System of Equations.
|