Euler's Method in Microsoft Excel

Main.ExcelEulers History

Show minor edits - Show changes to output

June 21, 2020, at 04:05 AM by 136.36.211.159 -
Deleted lines 23-42:


----

(: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:)
Added lines 11-16:
(:htmlend:)

!!!! Homework Help

(:html:)
<iframe width="560" height="315" src="https://www.youtube.com/embed/6VbQqyNdMFw" frameborder="0" allowfullscreen></iframe>
Changed lines 13-18 from:
This same example problem is also demonstrated with [[Main/MatlabDynamicSim|MATLAB]] and in the [[Main/PythonDynamicSim|Python programming language]].
to:
!!!! Additional Material

This same example problem is also demonstrated with
[[Main/MatlabDynamicSim|MATLAB]] and in the [[Main/PythonDynamicSim|Python programming language]].  Another example problem demonstrates how to calculate the concentration of CO gas buildup in a room.

* %list list-page% [[https://apmonitor.com/wiki/index.php/Apps/CarbonMonoxide | Case Study on CO Buildup in a Room]]

May 20, 2014, at 06:23 AM by 107.188.175.164 -
Added lines 6-7:

* [[Attach:dynamic_estimation.zip|Dynamic Estimation Files (dynamic_estimation.zip)]]
May 20, 2014, at 06:09 AM by 107.188.175.164 -
Added lines 1-30:
(:title Euler's Method in Microsoft Excel:)
(:keywords introduction, Euler's Method, Microsoft Excel, spreadsheet, nonlinear, optimization, engineering optimization, university course:)
(:description Euler's Method in Excel - Problem-Solving Techniques for Chemical Engineers at Brigham Young University:)

Euler's method is a numerical technique for solving ordinary differential equations. Below is an example problem in Excel that demonstrates how to solve a dynamic equation and fit unknown parameters.

(:html:)
<iframe width="560" height="315" src="//www.youtube.com/embed/Oae-S5AzZCk" frameborder="0" allowfullscreen></iframe>
(:htmlend:)

This same example problem is also demonstrated with [[Main/MatlabDynamicSim|MATLAB]] and in the [[Main/PythonDynamicSim|Python programming language]].

----

(: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:)