Skip to content
Snippets Groups Projects
Commit 0201c716 authored by kelly.nguyen's avatar kelly.nguyen
Browse files

update formula 4

parent f718117c
No related branches found
No related tags found
No related merge requests found
......@@ -45,9 +45,9 @@ $$b = -\frac{a\cdot \displaystyle\sum^N_{j=1} x_j - \sum^N_{j=1} y_j}{N} \tag{3}
Puis, nous avons remplacé *a* et *b* dans les équations pour les isoler.
$$a = \frac
{\displaystyle\sum^N_{j=1} x_j \cdot y_j}
{\displaystyle\sum^N_{j=1} x^2_j} \tag{4}$$
$$a = \frac{\displaystyle \sum^N_{j=1}y_j \cdot \sum^N_{j=1} x_j + N \cdot \sum^N_{j=1} x_j \cdot y_j}
{\displaystyle N \cdot \sum^N_{j=1}x_j^2 + \left(\sum^N_{j=1} x_j\right)^2}
\tag{4}$$
$$b = \frac{
\left(\displaystyle\sum^N_{j=1} x_j - \sum^N_{j=1} y_j
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment