<?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>問題を読んでも問題の意味が掴めなかったので、答えを見た。答えを見てもさっぱりわからなかったので放置していたけど、もう一度答えを見ていたらやっと掴めた!!まずは、consの定義。 (define (cons a b) (* (expt 2 a) (expt 3 b))) consを実行してみると、 (cons 2 3) ; (* 4 27) -&gt; 108 4は2で割り切れる。27は3で割り切れる。2と3は素数なので掛け合わせても復号化が可能な暗号が出来上がる。やるべき事は、べき乗の逆算をすればいいということがわかる。プログラムを見てみる。変数は基数baseのn乗とした。 (define (con…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fboxnos.hatenablog.com%2Fentry%2F20070723%2F1185141028&quot; title=&quot; SICPを読む(38) 問題 2.5 べき乗の逆算。 - ボクノス&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-23 06:50:28</published>
  <title> SICPを読む(38) 問題 2.5 べき乗の逆算。</title>
  <type>rich</type>
  <url>https://boxnos.hatenablog.com/entry/20070723/1185141028</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
