灯下 登录
计算机科学 / SICP / 3.5.4 Streams and Delayed Evaluation

Exercise 3.79 · 习题

Exercise 3.79: Generalize the solve-2nd
procedure of Exercise 3.78 so that it can be used to solve general
second-order differential equations d
2

y

/

d

t
2

=

f
(
d
y

/

d
t
,
y
).

SVG

Figure 3.36: A series RLC circuit.

练习 3.79:将练习 3.78 中的 solve-2nd 过程加以推广,使其能用于求解一般的二阶微分方程 d²y/dt² = f(dy/dt, y)。

SVG

图 3.36:一个串联 RLC 电路。