<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>tanakaBox</author_name>
  <author_url>https://blog.hatena.ne.jp/tanakaBox/</author_url>
  <blog_title>ボクノス</blog_title>
  <blog_url>https://boxnos.hatenablog.com/</blog_url>
  <categories>
    <anon>Scheme</anon>
  </categories>
  <description>問題設定が読み取りにくかった。要するに、電気抵抗には誤差があるので「誤差を計算するシステム」を作りたい。ということらしい。とりあえず電気抵抗無視で行こう。 区間について 区間intervalってのが、想像しづらいので、RubyのRangeクラスのように表現してみる。 R1 = 1..2 R2 = 3..4R1は1〜2までの区間。R2は3〜4の区間とする。a〜bまでの区間はa..b = {x | a 図にすると、 R1 1----2 R2 3----4「区間」なのでaの方が常に小さい。というのが重要なポイント。では足し算と引き算を見ていこう。 足し算 足し算は簡単。 R1 + R2 = 1..2…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fboxnos.hatenablog.com%2Fentry%2F20070726%2F1185445913&quot; title=&quot; SICPを読む(40) 2.1.4 区間算術演算 - ボクノス&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>2007-07-26 19:31:53</published>
  <title> SICPを読む(40) 2.1.4 区間算術演算</title>
  <type>rich</type>
  <url>https://boxnos.hatenablog.com/entry/20070726/1185445913</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
