<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>potisan</author_name>
  <author_url>https://blog.hatena.ne.jp/potisan/</author_url>
  <blog_title>徒然メモ</blog_title>
  <blog_url>https://unknown-memo.hatenablog.com/</blog_url>
  <categories>
    <anon>数学</anon>
  </categories>
  <description>Rとggplot2で描画した正弦二乗と余弦二乗の関係式のグラフです。視覚的にも赤線と青線の和、緑線が任意のθについて1に等しいことが分かります。 library(conflicted) library(tidyverse) x &lt;- seq(-2*pi, 2*pi, by=0.01) ggplot() + theme_classic() + theme(axis.title=element_blank()) + coord_cartesian(ylim=c(-1, 1)) + geom_vline(xintercept=0, col=&quot;darkgray&quot;) + geom_hline(yinte…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Funknown-memo.hatenablog.com%2Fentry%2F2025%2F01%2F01%2F212721&quot; title=&quot;(sinθ)^2+(cosθ)^2=1のグラフ - 徒然メモ&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>https://cdn-ak.f.st-hatena.com/images/fotolife/p/potisan/20250101/20250101212704.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2025-01-01 21:27:21</published>
  <title>(sinθ)^2+(cosθ)^2=1のグラフ</title>
  <type>rich</type>
  <url>https://unknown-memo.hatenablog.com/entry/2025/01/01/212721</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
