Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Main3 #1

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
@@ -0,0 +1,2 @@
# Analyse_numeriqueTP
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/Noexperience-Team/Analyse_numeriqueTP/main3)
1 change: 1 addition & 0 deletions requirement.txt
@@ -0,0 +1 @@
numpy==1.17.4
798 changes: 798 additions & 0 deletions tp1/.ipynb_checkpoints/Analyse_numerique_TP1-checkpoint.ipynb

Large diffs are not rendered by default.

18 changes: 15 additions & 3 deletions tp1/Analyse_numerique_TP1.ipynb
Expand Up @@ -13,10 +13,22 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": []
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"\n"
]
}
],
"source": [
"%load_ext watermark\n",
"%watermark --iversions\n",
"\n"
]
},
{
"cell_type": "code",
Expand Down
6 changes: 6 additions & 0 deletions tp2/.ipynb_checkpoints/Untitled-checkpoint.ipynb
@@ -0,0 +1,6 @@
{
"cells": [],
"metadata": {},
"nbformat": 4,
"nbformat_minor": 4
}
6 changes: 6 additions & 0 deletions tp2/.ipynb_checkpoints/Untitled1-checkpoint.ipynb
@@ -0,0 +1,6 @@
{
"cells": [],
"metadata": {},
"nbformat": 4,
"nbformat_minor": 2
}
643 changes: 643 additions & 0 deletions tp2/.ipynb_checkpoints/tp2analyse_num-checkpoint.ipynb

Large diffs are not rendered by default.

Binary file added tp2/intn.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
525 changes: 483 additions & 42 deletions tp2/tp2analyse_num.ipynb

Large diffs are not rendered by default.