0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

ひずみエネルギとそれを使った材料力学 基本例題8.17 P275 「材料力学演習(20221021)」をsympyでやってみたい。

Last updated at Posted at 2025-07-05

・作図未です。
・基本例題8.17 p275 教科書 演習問題7.4 P97
・表示が、あと一息でした。

オリジナル

基本例題8.17 P275「材料力学演習(20221021)一括(ver.3.3)」を勉強したい。#sympy
        ???タブレット等で、pdfを開く事ができないかも。??? 

sympyで

オリジナル 様の方法を参考に

・ver0.1

# ver0.1
from sympy import *
var('P,l1,l2,EIz,GIp,x1,x2')
print("#",diff( 1/(2*EIz)*integrate((-P*l1+P*x1)**2,(x1,0,l1))+1/(2*GIp)*(P*l2)**2*l1 \
               +1/(2*EIz)*integrate((-P*l2+P*x2)**2,(x2,0,l2))                        \
               ,P))
# # P*l1*l2**2/GIp + P*l1**3/(3*EIz) + P*l2**3/(3*EIz)

いつもの? sympyの実行環境と 参考のおすすめです。

(テンプレート)

いつもと違うおすすめです。

参考文献

>一部に等分布荷重を受ける単純支持はり
>JSME p89
 
>単純支持ばり 7)
>構造力学公式集 p136

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?