<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>SaidaTaisei</author_name>
  <author_url>https://blog.hatena.ne.jp/SaidaTaisei/</author_url>
  <blog_title>pypy.com/</blog_title>
  <blog_url>https://taiboman.com/</blog_url>
  <categories>
    <anon>数値計算</anon>
  </categories>
  <description>こんにちは。今回は、Pythonで非線形方程式を解くということで、 ニュートン法について書きたいと思います。それでは書いていきます。 ニュートン（Neuton）法の考え方 ニュートン（Neuton）法のPythonコード ニュートン（Neuton）法の考え方 考え方については、以前書いた以下の記事を参考にしてください。 ニュートン（Neuton）法のPythonコード 今回は、以下の式を解くコードを書きます。 def f(x): return 5*x*x*x + 10*x*x - 2*x -5 def f_dash(x): return 15*x*x + 20*x -2 if __name__…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftaiboman.com%2Fentry%2F2021%2F12%2F05%2F190000&quot; title=&quot;Pythonで非線形方程式の解法（ニュートン法） - pypy.com/&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/S/SaidaTaisei/20200720/20200720141806.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2021-12-05 19:00:00</published>
  <title>Pythonで非線形方程式の解法（ニュートン法）</title>
  <type>rich</type>
  <url>https://taiboman.com/entry/2021/12/05/190000</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
