内容 1.3 Formulating Abstractions with Higher-Order Procedures · 57
练习 自检推理
Exercise 1.35: Show that the golden ratio
φ (1.2.2) is a fixed point of the transformation
x
↦
1
+
1
/
x, and use this fact to compute φ by means
of the fixed-point procedure.
练习 1.35:证明黄金比例 φ(见 1.2.2 节)是变换 x ↦ 1 + 1/x 的不动点,并利用这一事实通过 fixed-point 过程计算 φ。
我的笔记 自动保存