les meilleures choses ont un début !

This commit is contained in:
Denis Monnerat 2024-09-06 09:01:42 +02:00
parent 05aa892e0e
commit 102cc382a6
4 changed files with 24 additions and 1 deletions

View File

@ -1,2 +1,9 @@
# maths_2024
# Mathématiques BUT1 2022-2023
| Ressource | Code | Semestre | Notes |
| --------------------------------------------- | ------------- | --------- | -------------- |
| [Mathématiques discrètes](./maths_discretes) | R1.06 | S1 | ds (1) + tp (1) |
| [Outils mathématiques fondamentaux](./outils) | R1.07 | S1 | ds (1) + tp (1) |
| [Graphes](./graphes) | R2.07 | S2 | ds (1) + tp (1) |
| [Statistiques](./stats) | R2.08 | S2 | ds (1) + tp (1) |
| [Méthodes numériques](./num) | R2.09 | S2 | ds (1) + tp (1) |

16
maths_discretes/README.md Normal file
View File

@ -0,0 +1,16 @@
# Mathématiques discrètes (R1.06)
## Cours/TD
### Introduction à la logique.
| Semaine | Cours | TD |
| -------------------- | ------------------------------------------------ | ----------------------- |
| 1 : 04/09 - 08/09 | [Formes propositionelles](./cours/logique1.pdf) | [td1](./td/td1.pdf) |
## TP
- [Lien](https://wims.math.cnrs.fr/wims/wims.cgi?session=PCFC93DAFB.3&+lang=fr&+module=adm%2Fclass%2Fclasses&+type=authparticipant&+class=4744459&+subclass=yes)
vers le serveur WIMS.
- [Exercice](http://www.iut-fbleau.fr/math/logique/telechargements/index.php) de simplification de formules
polynomiales.
## Divers
[ds 2023](./ds/ds_2023.pdf)

Binary file not shown.

Binary file not shown.