<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>HK29</author_name>
  <author_url>https://blog.hatena.ne.jp/HK29/</author_url>
  <blog_title>PythonとVBAで世の中を便利にする</blog_title>
  <blog_url>https://hk29.hatenablog.jp/</blog_url>
  <categories>
    <anon>Python</anon>
    <anon>数値計算</anon>
    <anon>sympy</anon>
  </categories>
  <description>'21/06/13更新：インタラクティブ環境（例, JupyterLab）で使いやすいように記事の構成を刷新しました。 本記事では、Sympyで簡単に微分,不定積分,定積分の式や解を出力する雛形コードを記載しました。ライブラリのインストールは次の通りです。 # pipの場合 pip install sympy# anaconda環境の場合conda install -c anaconda sympy 使用時のインポート例は下記です。 import sympy as sp ■例1. f(x)関数の微分積分 # 変数名の定義 sp.var('a b c C x') # 関数 f = a * pow…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fhk29.hatenablog.jp%2Fentry%2F2020%2F03%2F28%2F235836&quot; title=&quot;Python 微分積分いい気分(^^♪「Sympy」 - PythonとVBAで世の中を便利にする&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/H/HK29/20200328/20200328235731.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2020-03-28 23:58:36</published>
  <title>Python 微分積分いい気分(^^♪「Sympy」</title>
  <type>rich</type>
  <url>https://hk29.hatenablog.jp/entry/2020/03/28/235836</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
