<?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>potisanのプログラミングメモ</blog_title>
  <blog_url>https://potisan-programming-memo.hatenablog.jp/</blog_url>
  <categories>
    <anon>R</anon>
  </categories>
  <description>水素の線スペクトルを計算するRのソースコードです。 R &lt;- 1.097*10^7 #水素のリュードベリ定数R_H #水素原子の線スペクトル（波長λ） #hydrogen spectral series lambda &lt;- function(m, n) {(m^2*n^2)/(R*(n^2-m^2))} #m&lt;n lambda.inf &lt;- function(m) {m^2/R} m2nm &lt;- function(m) {m*10^9} lambda.nm &lt;- function(m, n) {m2nm(lambda(m, n))} lambda.inf.nm &lt;- function(m) {…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fpotisan-programming-memo.hatenablog.jp%2Fentry%2F2019%2F01%2F26%2F231011&quot; title=&quot;Rによる水素の線スペクトルの計算 - potisanのプログラミングメモ&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://chart.apis.google.com/chart?cht=tx&amp;chl=R_H</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2019-01-26 23:10:11</published>
  <title>Rによる水素の線スペクトルの計算</title>
  <type>rich</type>
  <url>https://potisan-programming-memo.hatenablog.jp/entry/2019/01/26/231011</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
