Add files via upload

tex file with the equations for the shape parameters
This commit is contained in:
Evangelos Voyiatzis
2019-07-25 11:02:51 +02:00
committed by GitHub
parent f4df51763d
commit aec43304f4

View File

@ -0,0 +1,12 @@
\documentstyle[12pt]{article}
\begin{document}
\begin{eqnarray*}
c = l_z - 0.5(l_y+l_x) \\
b = l_y - l_x \\
k = \frac{3}{2} \frac{l_x^2+l_y^2+l_z^2}{(l_x+l_y+l_z)^2} - \frac{1}{2}
\end{eqnarray*}
\end{document}