{ "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 5

\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" ] }, { "cell_type": "markdown", "id": "421fe283", "metadata": {}, "source": [ "# Exercice 1" ] }, { "cell_type": "markdown", "id": "22eb3345", "metadata": {}, "source": [ "a) Proposition d'une fonction f." ] }, { "cell_type": "code", "execution_count": null, "id": "cacc054b", "metadata": {}, "outputs": [], "source": [ "# b)\n", "\n" ] }, { "cell_type": "code", "execution_count": null, "id": "8b5de2ab", "metadata": {}, "outputs": [], "source": [ "# c)\n", "\n" ] }, { "cell_type": "code", "execution_count": null, "id": "15bebb77", "metadata": {}, "outputs": [], "source": [ "# d)\n", "\n", "# i)\n", "\n", "\n", "\n", "# ii)\n", "\n" ] }, { "cell_type": "markdown", "id": "f46e872a", "metadata": {}, "source": [ "# Exercice 2" ] }, { "cell_type": "markdown", "id": "38dbce48", "metadata": {}, "source": [ "Approche choisie." ] }, { "cell_type": "code", "execution_count": null, "id": "d66c5c0c", "metadata": {}, "outputs": [], "source": [ "# Code\n", "\n" ] }, { "cell_type": "markdown", "id": "d8425571", "metadata": {}, "source": [ "Commentaires." ] } ], "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 }