diff --git a/Introduction.ipynb b/Introduction.ipynb deleted file mode 100644 index fd33cfc..0000000 --- a/Introduction.ipynb +++ /dev/null @@ -1,73 +0,0 @@ -{ - "cells": [ - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "# Analyse Numérique, Prof. Simone Deparis, EPFL" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "Ces Jupyter Notebooks d''*Analyse Numérique* sont un support de cours. Ils accompagnent les supports suivants\n", - "\n", - "* [MOOC d''*Analyse Numérique*](https://courseware.epfl.ch/courses/course-v1:EPFL+analyse-numerique+2020/course/) par le Prof. Marco Picasso.\n", - "\n", - "* A. Quarteroni, F. Saleri, P. Gervasio. *Calcul scientifique -- Cours, exercices, corrigés et illustrations en MATLAB et Octave*. Springer, Milano, 2010, deuxi\\`eme edition. Disponible dans plusieurs langues\n", - "\n", - "* J. Rappaz, M. Picasso. *Introduction à l'analyse numérique*. Collection: Enseignement des mathématiques, EPFL Press 2017." - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - " ## Contenus\n", - " \n", - "* Introduction à Python et Jupyter\n", - "* Interpolation\n", - "* Interpolation par morceau (pas de MOOC)\n", - "* Approximation par moindres carrés (pas de MOOC)\n", - "* Dérivation numérique\n", - "* Intégration numérique\n", - "* Systèmes linéaires\n", - "\n", - " * méthodes directes\n", - " * méthodes itératives (pas de MOOC)\n", - "\n", - "* Equations non linéaires\n", - "* Equations différentielles ordinaires\n" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [] - } - ], - "metadata": { - "kernelspec": { - "display_name": "Python 3", - "language": "python", - "name": "python3" - }, - "language_info": { - "codemirror_mode": { - "name": "ipython", - "version": 3 - }, - "file_extension": ".py", - "mimetype": "text/x-python", - "name": "python", - "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.7.6" - } - }, - "nbformat": 4, - "nbformat_minor": 4 -}