볼트 규격에서 분모로 8, 16, 32 같은 숫자를 사용하는 이유는 인치 단위를 작은 단위로 분할할 때 쉽게 계산할 수 있도록 만든 관습에 기인합니다. 다음과 같은 이유가 있습니다: 이진수 분할: 1인치를 2, 4, 8, 16, 32 등으로 나누면 각 분할은 정확한 반으로 나눠지므로 측정과 계산이 편리해집니다. 예를 들어 1/2, 1/4, 1/8, 1/16, 1/32처럼 한 단계씩 나누기 쉬워지죠. 산업 표준화: 미국과 영국에서 인치 단위를 기반으로 볼트와 나사의 크기를 표준화했기 때문에, 1인치를 쉽게 나눌 수 있는 분수 단위(2의 배수)를 사용하게 되었습니다. 특히 미국에서 분수 단위를 채택하면서 관습이 되었고, 볼트 및 나사의 규격에 정착하게 되었습니다. 제작 및 정밀도 용이성: 제조 시에도 1/8, 1/16 등의 단위는 다양한 크기의 볼트 및 나사를 만들 때 용이합니다.
load() function
- 공유 링크 만들기
- X
- 이메일
- 기타 앱
It is possible to define reusable Maxima libraries with wxMaxima that can be later loaded by using the load() function. All that has to be done is to export a file in the .mac or to save it in the .wxm format. Note, though, that a few special characters like the "not equal" symbol for "#" are handled by wxMaxima, not by Maxima and therefore cannot be recognized on load().
load() 함수를 사용하여 나중에 로드할 수 있는 재사용 가능한 Maxima 라이브러리를 wxMaxima로 정의할 수 있습니다. 이 작업을 수행하려면 파일을 .mac으로 내보내거나 .wxm 형식으로 저장하기만 하면 됩니다. 하지만 "#"의 "같지 않음" 기호와 같은 몇 가지 특수 문자는 Maxima가 아닌 wxMaxima에서 처리하므로 load()에서 인식할 수 없다는 점에 유의하세요.
File > Export ...
File > Load Package...
Tip of the day
- 공유 링크 만들기
- X
- 이메일
- 기타 앱
이 블로그의 인기 게시물
insert subscripts and superscripts inside a text region
시멘트 콘크리트 설계기준 배합비
Temperature effects_maturity
In the CEB-FIP Model Code 90 , maturity is a concept used to predict the rate at which concrete gains strength based on temperature and time. Eq. (2.1-87) is used to calculate the maturity-adjusted time $$ t_T$ $ , which accounts for the effects of temperature on concrete's strength development. \( S=\int d^{4} x\left(\frac{R}{2 \kappa}\right) \) begin{eqation} S=\int d^{4} x\left(\frac{R}{2 \kappa}\right) end{equation} Definition of Equation (2.1-87): The maturity-adjusted time $$tTt_T tT$$ is calculated as: $$tT=∫t0texp[QR(1T0−1T(τ))]dτt_T = \int_{t_0}^{t} \exp \left[ \frac{Q}{R} \left( \frac{1}{T_0} - \frac{1}{T(\tau)} \right) \right] d\tau tT=∫t0texp[RQ(T01−T(τ)1)]dτ$$ Where: tTt_T tT = maturity-adjusted time (in days) tt t = real elapsed time (in days) t0t_0 t0 = start time for the calculation (usually 0) QQ Q = activation energy for hydration process, typically around 33,500 J/mol for ordinary Portland cement RR R = universal gas constant, ap
댓글
댓글 쓰기