| Noeud 1 | Noeud 2 | Matrice de rigidité globale |
|---|---|---|
| $\begin{bmatrix} F_1 \\ M_1 \\ F_2 \\ M_2 \end{bmatrix}= \dfrac{E\cdot I}{L^3} \color{red}{\begin{bmatrix} 12 & 6L_1 & -12 & 6L_1 \\ 6L_1 & 4L_1^2 & -6L_1 & 2L_1^2 \\ -12 & -6L_1 & 12 & -6L_1\\ 6L_1 & 2L_1^2 & -6L_1 & 4L_1^2 \end{bmatrix}} \begin{bmatrix} v_1 \\ \phi_1 \\ v_2 \\ \phi_2 \end{bmatrix}$ | $\begin{bmatrix} F_2 \\ M_2 \\ F_3 \\ M_3 \end{bmatrix}= \dfrac{E\cdot I}{L^3} \color{blue}{\begin{bmatrix} 12 & 6L_2 & -12 & 6L_2 \\ 6L_2 & 4L_2^2 & -6L_2 & 2L_2^2 \\ -12 & -6L_2 & 12 & -6L_2\\ 6L_2 & 2L_2^2 & -6L_2 & 4L_2^2 \end{bmatrix}} \begin{bmatrix} v_2 \\ \phi_2 \\ v_3 \\ \phi_3 \end{bmatrix}$ | $\begin{bmatrix} F_1 \\ M_1 \\ F_2 \\ M_2 \\ F_3 \\ M_3 \end{bmatrix}= \dfrac{E\cdot I}{L^3} \begin{bmatrix} \color{red}{12} & \color{red}{6L_1} & \color{red}{-12} & \color{red}{6L_1} & \color{green}{0} & \color{green}{0}\\ \color{red}{6L_1} & \color{red}{4L_1^2} & \color{red}{-6L_1} & \color{red}{2L_1^2} & \color{green}{0} & \color{green}{0}\\ \color{red}{-12} & \color{red}{-6L_1} & \color{purple}{12+12} & \color{purple}{-6L_1+6L_2} & \color{blue}{-12} & \color{blue}{6L_2}\\ \color{red}{6L_1} & \color{red}{2L_1^2} & \color{purple}{-6L_1+6L_2} & \color{purple}{4L_1^2+4L_2^2} & \color{blue}{-6L_2} & \color{blue}{2L_1^2} \\ \color{green}{0} & \color{green}{0} & \color{blue}{-12} & \color{blue}{-6L_2} & \color{blue}{12} & \color{blue}{-6L_2}\\ \color{green}{0} & \color{green}{0} & \color{blue}{6L_2} & \color{blue}{2L_2^2} & \color{blue}{-6L_2} & \color{blue}{4L_2^2}\end{bmatrix}\begin{bmatrix} v_1 \\ \phi_1 \\ v_2 \\ \phi_2 \\ v_3 \\ \phi_3 \end{bmatrix}$ |
On prendra $L=100mm, E=200000N/mm^2, I=50mm^4$
$v_2=\dfrac{1}{200000\times 50}\times \frac{-875\cdot 100^3+375\cdot 100^2}{12}=-0.00726042mm$L'hypothèse de charge répartir se retrouve à ajouter deux noeuds supplémentaire afin de résoudre le systeme
$v_1=0$ (déplacement en y1=0), $\phi_1=?$, $v_2=?$, $\phi_2=?$, $v_3=0$, $\phi_3=?$, $v_4=?$, $\phi_4=?$, $v_5=0$, $\phi_5=?$, $L=L_1=L_2$Après multiplication et simplification on trouve:
$\begin{bmatrix} F_1=? \\ M_1=0 \\ F_2=P \\ M_2=0 \\ F_3=? \\ M_3=0 \\ F_4=P \\ M_4=0 \\ F_5=? \\ M_5=0\end{bmatrix}= \begin{bmatrix} \frac{-5\cdot P}{16} \\ 0 \\ P \\ 0 \\ \frac{-11\cdot P}{8} \\ 0 \\ P \\ 0 \\ \frac{-5\cdot P}{16} \\ 0 \end{bmatrix} $La méthode du pivot de Gauss est une méthode pour transformer un système en un autre système équivalent (ayant les mêmes solutions) qui est échelonné et est donc facile à résoudre:
Les opérations autorisées pour transformer ce système sont :
Afin de resoude la matrice K ansi que de gérer inverse $K^{-1}$ on ajoute la matrice identité
On peux aussi trouver ou vérifier la solution:
$\begin{bmatrix} x \\y \\ z\end{bmatrix} =\left( \begin{array}{ccc} \frac{2}{11} & \frac{3}{11} & \frac{2}{11} \\ -\frac{8}{11} & \frac{9}{22} & -\frac{5}{22} \\ -\frac{5}{11} & \frac{7}{22} & \frac{1}{22} \end{array} \right) \times \left(\begin{array}{c} 1 \\ -4 \\ 22 \end{array}\right)\\ \\ \begin{bmatrix} x \\y \\ z\end{bmatrix} =\begin{bmatrix} \frac{34}{11} \\-\frac{81}{11} \\ -\frac{8}{11} \end{bmatrix} $| $C_{11}=+\begin{vmatrix} 0 & 0 \\ 2 & 2 \end{vmatrix}=0\times 2-0\times 2=0$ | $C_{12}=-\begin{vmatrix} 1 & 0 \\ 1 & 2 \end{vmatrix}=-(1\times 2-0\times 1)=-2$ | $C_{13}=+\begin{vmatrix} 1 & 0 \\ 1 & 2 \end{vmatrix}=1\times 2-0\times 1=2$ |
| $C_{21}=-\begin{vmatrix} 3 & 2 \\ 2 & 2 \end{vmatrix}=-(3\times 2-2\times 2)=-2$ | $C_{22}=+\begin{vmatrix} 1 & 2 \\ 1 & 2 \end{vmatrix}=1\times 2-1\times 2=0$ | $C_{23}=-\begin{vmatrix} 1 & 3 \\ 1 & 2 \end{vmatrix}=-(1\times 2-3\times 1)=1$ |
| $C_{31}=+\begin{vmatrix} 3 & 2 \\ 0 & 0 \end{vmatrix}=3\times 0-2\times 0=0$ | $C_{32}=-\begin{vmatrix} 1 & 2 \\ 1 & 0 \end{vmatrix}=-(1\times 0-2\times 1)=2$ | $C_{33}=+\begin{vmatrix} 1 & 3 \\ 1 & 0 \end{vmatrix}=1\times 0-3\times 1=-3$ |