Commit 7b1e9dec authored by Claude Meny's avatar Claude Meny

Update textbook.fr.md

parent 98b564af
Pipeline #13897 canceled with stage
......@@ -328,7 +328,14 @@ $`\displaystyle\begin{align}
\\
&=\sum_{i=1}^N \sum_{j=1}^N \dfrac{d\overrightarrow{p}_{i\rightarrow j}}{dt}\\
\\
&=\sum_{i=1}^N \sum_{j=1}^N \overrightarrow{F}_{i\rightarrow j}
&=\sum_{i=1}^N \sum_{j=1}^N \overrightarrow{F}_{i\rightarrow j}\\
\\
&=\sum_{i=1}^N \overrightarrow{F}_{i\rightarrow i}
+\sum_{i=2}^N \sum_{j=1}^(i-1) \overrightarrow{F}_{i\rightarrow j}
+\sum_{j=2}^N \sum_{i=1}^(j-1) \overrightarrow{F}_{i\rightarrow j}\\
\\
&=\sum_{i=1}^N \overrightarrow{F}_{i\rightarrow i}
+\sum_{i=2}^N \sum_{j=1}^(i-1) \big(\overrightarrow{F}_{i\rightarrow j}+\overrightarrow{F}_{j\rightarrow i}\big)
\end{align}`$
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment