티스토리 뷰

SMath

calculate the expansion length in SMath

skyground21 2023. 2. 23. 10:28

Let's calculate the expansion length in SMath.
  

Linear expansion coefficient α= 0.0001
Temperature change Δt = 50 ℃
Member length L=40 m
Extension length Δl = α*Δt*L= 0.02 m

Calculate in SMath



  Δl = 0.1293 K m (where K is the absolute temperature and m is the meter)

When the temperature is entered, it can be seen that the temperature value is converted to absolute temperature and calculated.

  To obtain the result of Δl = α*Δt*L = 0.02m, the unit of Δt must be entered as Δ ℃, not ℃.

1*Δ°C = 1*K

 


Δl = 0.02 K m

 

The result is calculated well, but the unit looks strange because the absolute temperature K is included.

 

Finally, let's fix α= 0.0001/K.

 

 

expansion.sm
0.01MB

반응형
LIST

'SMath' 카테고리의 다른 글

Maxima 설치하기[SMath]  (0) 2023.02.24
symbolic integral  (0) 2023.02.24
Expansion length[SMath]  (0) 2023.02.23
Unit change[SMath]  (0) 2023.02.22
Numerical Differentiation and Integration  (0) 2023.02.21