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?

Shrink-fitting 第10章 薄肉圧力容器 基本例題10.08 p338「材料力学演習(20221021)」をsympyでやってみたい。(英:thin wall structure)

Last updated at Posted at 2023-12-19

オリジナル

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

sympyで

from sympy import *
var('α2,ΔT,D,ΔD',real=True)
eq=Eq(α2*ΔT*D,ΔD)
print("#",solve(eq,ΔT)[0])
# ΔD/(D*α2)

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

(テンプレート)

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

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?