<?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>schemeで行列計算する!!わくわくしてきた!! まずデータをどう表現するかが問題なんですけど、そこはSICPですから、ちゃんと教えてくれてます。偉い! はこう書くよ。 (list (list 1 2 3 4) (list 4 5 6 6) (list 6 7 8 9) したら、ベクトル同士の内積はこう書ける。 (define (dot-product v w) (accumulate + 0 (map * v w))) シンプルでとてもきれいです。 行列とベクトルのかけ算はこんな感じ。 (define (matrix-*-vector m v) (map (lambda (vector e…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkiririmode.hatenablog.jp%2Fentry%2F20071204%2Fp2&quot; title=&quot;問題2-37 (2.2.3  Sequences as Conventional Interfaces) - 理系学生日記&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-12-04 00:00:01</published>
  <title>問題2-37 (2.2.3  Sequences as Conventional Interfaces)</title>
  <type>rich</type>
  <url>https://kiririmode.hatenablog.jp/entry/20071204/p2</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
