Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
controle4
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ISC2
maths
controle4
Compare revisions
6f674512d305aec9f98bb08f568ea669330a95db to 4408ced39ef43d60b0e905bd587019a41d5ecc0f
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
isc2/maths/controle4
Select target project
No results found
4408ced39ef43d60b0e905bd587019a41d5ecc0f
Select Git revision
Branches
master
1 result
Swap
Target
isc2/maths/controle4
Select target project
isc2/maths/controle4
1 result
6f674512d305aec9f98bb08f568ea669330a95db
Select Git revision
Branches
master
1 result
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
fix: updated file with corrected errmax interpolation
· cec27772
iliya.saroukha
authored
10 months ago
cec27772
fix: getting last element of array
· 4408ced3
iliya.saroukha
authored
10 months ago
4408ced3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ISC_421_Controle_4_Saroukhanian_Iliya.py
+1
-1
1 addition, 1 deletion
ISC_421_Controle_4_Saroukhanian_Iliya.py
report.pdf
+0
-0
0 additions, 0 deletions
report.pdf
with
1 addition
and
1 deletion
ISC_421_Controle_4_Saroukhanian_Iliya.py
View file @
4408ced3
...
...
@@ -155,7 +155,7 @@ print(f"valeur de la fonction en a et b: {SD.f(SD.a), SD.f(SD.b)}")
def
errmax_taylor
(
plot_range
,
eval_pt
):
return
(
SD
.
Maximal_derivatives_values
[
len
(
SD
.
Maximal_derivatives_values
)
-
1
]
/
return
(
SD
.
Maximal_derivatives_values
[
-
1
]
/
math
.
factorial
(
len
(
SD
.
Maximal_derivatives_values
)
+
1
))
*
\
(
plot_range
-
eval_pt
)
**
(
len
(
SD
.
Maximal_derivatives_values
)
+
1
)
...
...
This diff is collapsed.
Click to expand it.
report.pdf
View file @
4408ced3
No preview for this file type
This diff is collapsed.
Click to expand it.