<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kiririmode</author_name>
  <author_url>https://blog.hatena.ne.jp/kiririmode/</author_url>
  <blog_title>理系学生日記</blog_title>
  <blog_url>https://kiririmode.hatenablog.jp/</blog_url>
  <categories>
    <anon>SICP</anon>
  </categories>
  <description>平方根をストリームの力を使って求めてみね？そういうのカッコよくね？って問題． 今回の課題は，ストリーム中の連続する 2 要素が tolerance 以下のものを探して，その 2 番目の要素を返す関数 stream-limit を作るって問題．そしてそれを使って平方根を求める．当然，ストリームは真の値に収束するものでないと，無限にストリームを走査していってしまいますが，今回は 1 章でやった Newton 法を使って真値に収束するストリームを構成しています． (define (sqrt-improve guess x) (average guess (/ x guess))) (define (…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkiririmode.hatenablog.jp%2Fentry%2F20080919%2Fp1&quot; title=&quot;問題 3-64 (3.5.3  Exploiting the Stream Paradigm) - 理系学生日記&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2008-09-19 00:00:00</published>
  <title>問題 3-64 (3.5.3  Exploiting the Stream Paradigm)</title>
  <type>rich</type>
  <url>https://kiririmode.hatenablog.jp/entry/20080919/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
