소성가공

금속 소성 가공 역학 기초

1. 물리량의 종류

2. 스칼라와 벡터

3. 좌표계 (coordinate system)

4. 스칼라 연산

4.1. 더하기

4.2. 빼기

4.3. 곱하기

혹은 문자로만 표현될 때, 곱셈 기호 $\times$를 생략하기도 한다.

4.4. 나누기

5. 벡터 연산

5.1. 벡터의 크기

5.2. 더하기, 빼기

\[\mathbf a + \mathbf b\] \[\mathbf a - \mathbf b\]

5.3. 벡터와 스칼라 곱

5.4. 내적

5.5. 외적

5.6. 다이아딕 곱하기

\[\mathbf A = \mathbf a \otimes \mathbf b\] \[A_{ij}= a_i b_j \text{ with } (i,j)=(1,1),(1,2),(1,3),(2,1) ... (3,3)\]

6. 매트릭스 연산

6.1. 더하기, 빼기

\[\mathbf C = \mathbf A + \mathbf B\] \[\mathbf D = \mathbf A - \mathbf B\] \[C_{11}=A_{11}+B_{11}\] \[C_{12}=A_{12}+B_{12}\] \[C_{13}=A_{13}+B_{13}\] \[C_{21}=A_{21}+B_{21}\] \[C_{22}=A_{22}+B_{22}\] \[C_{23}=A_{23}+B_{23}\] \[C_{31}=A_{31}+B_{31}\] \[C_{32}=A_{32}+B_{32}\] \[C_{33}=A_{33}+B_{33}\] \[C_{ij}=A_{ij}+B_{ij} \text{ with } i=1,2,3, \ \ \ j=1,2,3\]

6.2. 스칼라 곱하기

\[\mathbf B = c \mathbf A\] \[B_{ij}=c A_{ij} \text{ with } i=1,2,3, \ \ \ j=1,2,3\]

6.3. 매트릭스 곱하기1 (single contraction)

\[\mathbf b = \mathbf A \cdot \mathbf v\] \[b_1 = \sum_j^3 A_{1j} v_j\] \[b_2 = \sum_j^3 A_{2j} v_j\] \[b_3 = \sum_j^3 A_{3j} v_j\] \[b_i = \sum_j^3 A_{ij} v_j \text{ with } i=1,2,3\] \[\mathbf c = \mathbf v \cdot \mathbf B\] \[c_i = v_i B_{ij}\] \[\mathbf A\cdot \mathbf v \ne \mathbf v \cdot \mathbf A\]

6.4. 매트릭스 곱하기2 (double contraction)

\[d_i = \sum_j^3 A_{ij} b_j \text{ with } i=1,2,3\] \[c = A_{ij} B_{ij} = \sum_i^3 \sum_j^3 A_{ij}B_{ij}\] \[B_{ij} = \sum_k^3A_{ijk} b_k \text{ with } i=1,2,3,\ \ \ j=1,2,3\]

7. 매트릭스 연산 일반화

\[a_{ijk} b_{i}\] \[a_{ijk} b_{jk}\] \[a_{ijk} b_{ik}\] \[a_{ijk} b_{ijk}\]