跳到主要内容

6 篇博文 含有标签「MOOC」

查看所有标签

MIT-18.03sc Differential Equations

· 阅读需 1 分钟
Chengyu HAN
Open Source Contributor

Differential Equations - ocw

SYLLABUS

这个课的 课程提纲 里说有两门先修课的要求:

学过数分,勉强满足先修要求

这课其实是常微分方程

The main equations studied in the course are driven first and second order constant coefficient linear ordinary differential equations and 2x2 systems.

Lecture 1 - Introduction to Computation

· 阅读需 5 分钟
Chengyu HAN
Open Source Contributor

Lecture 1将介绍:计算方法和计算思维的一些基本原则:

  1. 计算机到底干了什么?
  • 计算机最基本的操作(元指令)是什么?
  • 这些元指令怎样构成我们所说的程序性知识(imperative knowledge)或操作方法?
  • 算法中,让计算机能够完成计算的最基本的元素、原则是什么?
  • 我们应该怎样用一门编程语言来描述上述的方法、原则?