Solving Nonlinear Equations in Mathcad

Main.MathcadSolveBlocks History

Show minor edits - Show changes to output

June 21, 2020, at 04:09 AM by 136.36.211.159 -
Deleted lines 20-38:
(:htmlend:)

----

(:html:)
 <div id="disqus_thread"></div>
    <script type="text/javascript">
        /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
        var disqus_shortname = 'apmonitor'; // required: replace example with your forum shortname

        /* * * DON'T EDIT BELOW THIS LINE * * */
        (function() {
            var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
            dsq.src = 'https://' + disqus_shortname + '.disqus.com/embed.js';
            (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
        })();
    </script>
    <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
    <a href="https://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
June 01, 2016, at 07:46 PM by 45.56.3.173 -
Added lines 18-21:

(:html:)
<iframe width="560" height="315" src="https://www.youtube.com/embed/O4_lYRMawXo" frameborder="0" allowfullscreen></iframe>
(:htmlend:)
June 02, 2014, at 03:57 PM by 107.188.175.164 -
Changed line 1 from:
(:title Solving Nonlinear Equation in Mathcad:)
to:
(:title Solving Nonlinear Equations in Mathcad:)
Changed line 3 from:
(:description Solving Nonlinear Functions in Mathcad - Problem-Solving Techniques for Chemical Engineers at Brigham Young University:)
to:
(:description Solving Single or Multiple Nonlinear Equations in Mathcad - Problem-Solving Techniques for Chemical Engineers at Brigham Young University:)
June 02, 2014, at 03:55 PM by 107.188.175.164 -
Added lines 1-36:
(:title Solving Nonlinear Equation in Mathcad:)
(:keywords nonlinear, functions, equations, Mathcad, university course:)
(:description Solving Nonlinear Functions in Mathcad - Problem-Solving Techniques for Chemical Engineers at Brigham Young University:)

Solution of variables within nonlinear expressions can either be difficult or impossible with analytic or symbolic techniques. When a numerical solution is required, a nonlinear solution technique can be used within Mathcad with either a root finding method or through the use of a ''Solve block''. The following worksheets step through example problems related to finding the solution to single nonlinear equations or sets of nonlinear equations in a Mathcad worksheet.

!!!! Solving Nonlinear Equations: an Introduction

* [[Attach:mathcad_nonlinear_equations_1.zip | Mathcad Nonlinear Equations Worksheet #1 (xmcd)]]
* [[Attach:Mathcad_nonlinear_equations1.pdf | Mathcad Nonlinear Equations Worksheet #1 (pdf)]]
* [[Attach:Mathcad_nonlinear_equations1_solution.pdf | Mathcad Nonlinear Equations Worksheet #1 Solution (pdf)]]

!!!! Nonlinear Equation Solutions with Functions

* [[Attach:mathcad_nonlinear_equations_2.zip | Mathcad Nonlinear Equations Worksheet #2 (xmcd)]]
* [[Attach:Mathcad_nonlinear_equations2.pdf | Mathcad Nonlinear Equations Worksheet #2 (pdf)]]
* [[Attach:Mathcad_nonlinear_equations2_solution.pdf | Mathcad Nonlinear Equations Worksheet #2 Solution (pdf)]]

----

(:html:)
 <div id="disqus_thread"></div>
    <script type="text/javascript">
        /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
        var disqus_shortname = 'apmonitor'; // required: replace example with your forum shortname

        /* * * DON'T EDIT BELOW THIS LINE * * */
        (function() {
            var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
            dsq.src = 'https://' + disqus_shortname + '.disqus.com/embed.js';
            (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
        })();
    </script>
    <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
    <a href="https://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
(:htmlend:)