Lecture Notes 17

Main.LectureNotes17 History

Hide minor edits - Show changes to markup

June 21, 2020, at 04:54 AM by 136.36.211.159 -
Deleted lines 15-33:

(: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 12-15:

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

Deleted lines 11-17:

Homework

  1. Course reading for next class: 4.1-4.2 (PDC)
  2. Assignment due by the start of Lecture #18: 3.6b, 3.9, 3.17 from PDC

Don't forget to write the purpose at the beginning of each homework problem. This will help you think about each problem in the context of the overall course objectives.

September 06, 2013, at 02:49 PM by 69.169.131.210 -
Changed lines 18-37 from:

Don't forget to write the purpose at the beginning of each homework problem. This will help you think about each problem in the context of the overall course objectives.

to:

Don't forget to write the purpose at the beginning of each homework problem. This will help you think about each problem in the context of the overall course objectives.


(: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 1-18:

Lecture 17 - Laplace Transforms (continued)

Lecture 17 continues the discussion of Laplace Transforms. In particular, this lectures reviews topics related to partial fractions, final value theorem, initial value theorem, and how to tell if the response will be oscillatory or diverge.

Homework

  1. Course reading for next class: 4.1-4.2 (PDC)
  2. Assignment due by the start of Lecture #18: 3.6b, 3.9, 3.17 from PDC

Don't forget to write the purpose at the beginning of each homework problem. This will help you think about each problem in the context of the overall course objectives.