Skip to content

Commit

Permalink
Minor correction in truss chapter.
Browse files Browse the repository at this point in the history
  • Loading branch information
meyer-nils committed Jun 11, 2024
1 parent dede2cb commit b212e1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chapters/truss.tex
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ \section{General 2D trusses}
\begin{pmatrix}
\cos{\phi}^2 & \cos{\phi}\sin{\phi} & -\cos{\phi}^2 & -\cos{\phi}\sin{\phi} \\
\cos{\phi}\sin{\phi} & \sin{\phi}^2 & -\cos{\phi}\sin{\phi} & -\sin{\phi}^2 \\
-\cos{\phi}^2 & \cos{\phi}\sin{\phi} & \cos{\phi}^2 &\cos{\phi}\sin{\phi} \\
-\cos{\phi}^2 & -\cos{\phi}\sin{\phi} & \cos{\phi}^2 &\cos{\phi}\sin{\phi} \\
-\cos{\phi}\sin{\phi} & -\sin{\phi}^2 & \cos{\phi}\sin{\phi} & \sin{\phi}^2 \\
\end{pmatrix}
\end{equation}
Expand Down Expand Up @@ -196,7 +196,7 @@ \section{General 2D trusses}
a_0 + \frac{a_1}{2\sqrt{2}}& -\frac{a_1}{2\sqrt{2}} & \cellcolor{aux_green!10}-a_0 & \cellcolor{aux_green!10}0 & -\cellcolor{aux_green!10} \frac{a_1}{2\sqrt{2}} & \frac{a_1}{2\sqrt{2}}\\
-\frac{a_1}{2\sqrt{2}} & \frac{a_1}{2\sqrt{2}} & \cellcolor{aux_green!10} 0 & \cellcolor{aux_green!10} 0 & \cellcolor{aux_green!10}\frac{a_1}{2\sqrt{2}} & -\frac{a_1}{2\sqrt{2}} \\
\rowcolor{aux_green!10}
-a_0 & a_0 & 0 & 0 & 0 & 0\\
-a_0 & 0 & a_0 & 0 & 0 & 0\\
\rowcolor{aux_green!10}
0 & 0 & 0 & a_2 & 0 & -a_2 \\
\rowcolor{aux_green!10}
Expand Down

0 comments on commit b212e1b

Please sign in to comment.