Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
pyromaths
pyromaths
Commits
ec27114a
Commit
ec27114a
authored
Aug 18, 2015
by
Louis
Browse files
[exercice.terme d'une suite] Utilisation de « Récurrence » plutôt que « Récursif »
parent
1bdea2e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/pyromaths/ex/lycee/TermesSuite.py
View file @
ec27114a
...
...
@@ -711,7 +711,7 @@ class TermesDUneSuite(ex.TexExercise):
# Question 2
exo
.
append
(
textwrap
.
dedent
(
ur
"""
\item La suite ${notation}$ est définie
de manière
récur
siv
e, pour $n\geq{indice0}$, par :
\item La suite ${notation}$ est définie
par
récur
renc
e, pour $n\geq{indice0}$, par :
\[\left\{{\begin{{array}}{{l}}
u_{indice0}={terme0}\\
\text{{Pour tout $n\geq{indice0}$ : }} u_{{n+1}}={fonction}.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment