{ "cells": [ { "attachments": {}, "cell_type": "markdown", "id": "39a632f2", "metadata": {}, "source": [ "École Polytechnique de Montréal\n", "
\n", "Cours MTH2210 : Calcul scientifique pour ingénieurs\n", "
\n", "Session d'hiver 2023\n", "\n", "

Laboratoire 4

\n", "\n", "| Nom et prénoms | Nom et prénoms |\n", "|-------------------|---------------------|\n", "| Matricule 9999999 | Matricule 0000000 |" ] }, { "cell_type": "markdown", "id": "501b57da", "metadata": {}, "source": [ "# Initialisation du notebook" ] }, { "cell_type": "code", "execution_count": null, "id": "31a1c6b5", "metadata": {}, "outputs": [], "source": [ "# Réinitialisation complète de l'environnement\n", "%reset -f\n", "\n", "# Import des bibliothèques requises\n", "import numpy as np\n", "import matplotlib.pyplot as plt\n", "import MTH2210" ] }, { "attachments": {}, "cell_type": "markdown", "id": "421fe283", "metadata": {}, "source": [ "# Exercice " ] }, { "cell_type": "code", "execution_count": null, "id": "cacc054b", "metadata": {}, "outputs": [], "source": [ "# a)\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n" ] }, { "attachments": {}, "cell_type": "markdown", "id": "d8425571", "metadata": {}, "source": [ "b) Discussion." ] } ], "metadata": { "kernelspec": { "display_name": "Python 3 (ipykernel)", "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.9.12" } }, "nbformat": 4, "nbformat_minor": 5 }