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?

静力学と材料力学 応用例題1.24 P18「材料力学演習(20221021)」をsympyでやってみた。

Posted at

オリジナル

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

sympyで

# ver0.1  
from sympy import *
var('RAH,RAV,RBH,RBV')
print("#",round(sqrt(RAH**2+RAV**2).subs({RAH:292,RAV:-83})))
print("#",round(sqrt(RBH**2+RBV**2).subs({RBH:292,RBV:583})))
# 304
# 652
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?