Mostrar mensagens com a etiqueta MIT. Mostrar todas as mensagens
Mostrar mensagens com a etiqueta MIT. Mostrar todas as mensagens

segunda-feira, 7 de outubro de 2013

Solution by Integrating Factors

Session Overview

s5.jpg
In this session we will learn how to solve first order linear equations. We will apply the technique to solve the DE's for several different models.

Session Activities

Read the course notes:
Watch the lecture video clip:
Read the course notes:

Check Yourself

Take the quizzes:

Session Activities

Read the course notes:

Check Yourself

Take the quiz:

Session Activities

Watch the problem solving video:
Complete the practice problems:

Check Yourself

Complete the problem sets:

« Previous | Next »

First Order Linear ODE's

Session Overview

s4.jpg
In this session we will start our study of linear equations, which is probably the most important class of differential equations. We will introduce the ideas and terminology of superposition, systems, input and response which will be used for the rest of the course.

Session Activities

Read the course notes:
Watch the lecture video clips:
Read the course notes:

Check Yourself

Take the quizzes:

Session Activities

Read the course notes:
Watch the problem solving video:
Complete the practice problems:

« Previous | Next »

segunda-feira, 9 de setembro de 2013

Readings

Lectures 7-8

  • Asymptotic notation: Section 3 from the Spring 2005 6.042 lecture notes on OCW (PDF)
  • Order of growth: Sections 2.1 and 2.2 from Computational Modeling and Complexity Science
  • Binary search: Wikipedia article on binary search (focus on the recursive implementation in Section 4)

Lectures 9-10

Readings

Lecture 4

  • Functions, type conversion, and stack diagrams: Chapter 3 of How to Think Like a Computer Scientist
  • More about functions: Chapter 5 of How to Think Like a Computer Scientist (through section 5.4)
  • Recursion: Chapter 4 of How to Think Like a Computer Scientist (from section 4.9 on), as well as Chapter 5 of How to Think Like a Computer Scientist (from section 5.5 on)

Lecture 5

Lecture 6

  • Lists: Chapter 8 of How to Think Like a Computer Scientist
  • Dictionaries: Chapter 10 of How to Think Like a Computer Scientist
  • As a reference: the Python Tutorial section on lists and dictionaries (feel free to skip 5.1.3 and 5.1.4)

Readings

Lectures 1-3

quinta-feira, 22 de agosto de 2013

MIT