Début d'exercice 2 + Ajout des diagrammes
This commit is contained in:
parent
d404569ee9
commit
557e5c8d95
BIN
ex1/DensiteMoy.png
Normal file
BIN
ex1/DensiteMoy.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.4 KiB |
BIN
ex1/RepartitionHabitants.png
Normal file
BIN
ex1/RepartitionHabitants.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.8 KiB |
BIN
ex1/RepartitionSurface.png
Normal file
BIN
ex1/RepartitionSurface.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.1 KiB |
5
ex2/ex2.sce
Normal file
5
ex2/ex2.sce
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
exec("../ex1/ex1.sce")
|
||||||
|
MoyenneEspHomme=cumsum(EsperanceHomme)(179)/179
|
||||||
|
MoyenneEspFemme=cumsum(EsperanceFemme)(179)/179
|
||||||
|
MedEspHomme = median(EsperanceHomme)
|
||||||
|
MedEspFemme = median(EsperanceFemme)
|
Loading…
Reference in New Issue
Block a user