<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>tmurata</author_name>
  <author_url>https://blog.hatena.ne.jp/tmurata/</author_url>
  <blog_title>tmurataの日記</blog_title>
  <blog_url>https://tmurata.hatenadiary.org/</blog_url>
  <categories>
    <anon>SICP</anon>
  </categories>
  <description>薄い多項式と濃い多項式の両方に効率的な多項式システムの設計。(システムに両方の項リストの表現を認めることで実現する)ここで sparse 薄い dense 濃い で、 以下の多項式の表現は 薄い多項式での表現の場合 (polynomial x 1 2 0 3 -2 -5)濃い多項式での表現の場合 (polynomial x (5 1) (4 2) (1 -2) (0 5))となる。 表現の違いが項の表現の部分なので、そこを以下の要領で型づけするとこんな感じ。 (polynomial x (sparse-term 1 2 0 3 -2 -5)) (polynomial x (dense-term…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftmurata.hatenadiary.org%2Fentry%2F20091116%2F1258328218&quot; title=&quot;SICP問題2.90 - tmurataの日記&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>2009-11-16 08:36:58</published>
  <title>SICP問題2.90</title>
  <type>rich</type>
  <url>https://tmurata.hatenadiary.org/entry/20091116/1258328218</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
