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

\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": "bcce1142", "metadata": {}, "source": [ "a) Transformation du système." ] }, { "cell_type": "code", "execution_count": null, "id": "cacc054b", "metadata": {}, "outputs": [], "source": [ "# b)\n", "\n", "# i)\n", "\n", "\n", "\n", "# ii)\n", "\n", "\n", "\n", "# iii)\n", "\n" ] }, { "cell_type": "markdown", "id": "91f5fb0a", "metadata": {}, "source": [ "c) Commentaires." ] }, { "cell_type": "markdown", "id": "f46e872a", "metadata": {}, "source": [ "# Exercice 2" ] }, { "cell_type": "code", "execution_count": null, "id": "194ecd66", "metadata": {}, "outputs": [], "source": [ "# a)\n", "\n", "# i)\n", "\n", "\n", "\n", "# ii)\n", "\n" ] }, { "cell_type": "markdown", "id": "1d4b1d62", "metadata": {}, "source": [ "b) Transformation du système." ] }, { "cell_type": "code", "execution_count": null, "id": "d66c5c0c", "metadata": {}, "outputs": [], "source": [ "# c)\n", "\n" ] }, { "cell_type": "code", "execution_count": null, "id": "73d1f74e", "metadata": {}, "outputs": [], "source": [ "# d)\n", "\n" ] }, { "cell_type": "markdown", "id": "d8425571", "metadata": {}, "source": [ "e) 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 }