Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
math_tech_info
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
Model registry
Operate
Environments
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
Michaël El Kharroubi
math_tech_info
Commits
f36b5e02
Commit
f36b5e02
authored
7 years ago
by
orestis.malaspin
Browse files
Options
Downloads
Patches
Plain Diff
book
parent
1ece4552
No related branches found
Branches containing commit
Tags
untagged-d08ea895726d1693fe75
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Makefile
+4
-4
4 additions, 4 deletions
Makefile
cours.md
+15
-8
15 additions, 8 deletions
cours.md
cours.tex
+1
-0
1 addition, 0 deletions
cours.tex
with
20 additions
and
12 deletions
Makefile
+
4
−
4
View file @
f36b5e02
default
:
pandoc
-s
-S
-o
test.pdf cours.md
--number-sections
--filter
=
pandoc-numbering
--filter
=
/home/malaspor/.cabal/bin/pandoc-crossref
--template
=
default.latex
--latex-engine
pdflatex
pandoc
-s
-S
-o
test.pdf cours.md
--filter
=
/home/malaspor/.cabal/bin/pandoc-crossref
--template
=
default.latex
--latex-engine
pdflatex
--top-level-division
=
chapter
latex
:
pandoc
-s
-S
-o
test.tex cours.md
--number-sections
--filter
=
pandoc-numbering
--filter
=
/home/malaspor/.cabal/bin/pandoc-crossref
--template
=
default.latex
pandoc
-s
-S
-o
test.tex cours.md
--filter
=
/home/malaspor/.cabal/bin/pandoc-crossref
--template
=
./
default.latex
epub
:
pandoc
-s
-S
-o
test.epub cours.md
--number-sections
--filter
=
pandoc-numbering
--filter
=
/home/malaspor/.cabal/bin/pandoc-crossref
-t
epub3
pandoc
-s
-S
-o
test.epub cours.md
--filter
=
/home/malaspor/.cabal/bin/pandoc-crossref
-t
epub3
htmlc
:
pandoc
-s
-S
-o
test.html cours.md
--number-sections
--filter
=
pandoc-numbering
--filter
=
/home/malaspor/.cabal/bin/pandoc-crossref
--mathml
-t
html5
\ No newline at end of file
pandoc
-s
-S
-o
test.html cours.md
--filter
=
/home/malaspor/.cabal/bin/pandoc-crossref
--mathml
-t
html5
\ No newline at end of file
This diff is collapsed.
Click to expand it.
cours.md
+
15
−
8
View file @
f36b5e02
---
codeBlockCaptions
:
True
cref
:
False
author
:
-
Orestis Malaspinas
title
:
Résumé du cours de Mathématiques
...
...
@@ -7,10 +9,14 @@ autoEqnLabels: true
eqnPrefix
:
-
"
éq."
-
"
éqs."
chapters
:
true
numberSections
:
true
chaptersDepth
:
1
sectionsDepth
:
3
---
Rappel
======
#
Rappel
Fonctions
---------
...
...
@@ -933,13 +939,14 @@ proportionnelle au nombre d’antilopes avec un taux $k_{a,g}$.
Nous avons à faire ici à un système d’équations différentielles. Nous
n’allons pas nous intéresser à la résolution de ce système mais
simplement étudier la solution à ce problème (voir
Figures
@fig:l
v
et @fig:lk).
simplement étudier la solution à ce problème (voir
la
@fig:l
kA
et @fig:lk
B
).

{#fig:l
v
width=
"
50
.00000%"}!
<div
id=
"fig:lk"
>

{#fig:lkA width="50%"}

{#fig:l
kB
width=50
%}
[
Représentation paramétrique de l’évolution population d’antilopes et de guépards.
](
figs/lv_iso.pdf
)
{#fig:lk width="50.00000%"}
Deux représentation du système de Lotka--Volterra.
</div>
#### Circuits électriques: le circuit RC
...
...
@@ -951,7 +958,7 @@ qui quand il est en position $(a)$ relie le circuit RC à la source, ce
qui a pour effet de chargé la capacité. En position $(b)$ la capacité se
décharge et son énergie est dissipée dans la résistance.
![
Le circuit RC.
[]{data-label="fig_rc"}
](
figs/rc.pdf
)
{width="50.00000%"}

{
#fig:rc
width="50.00000%"}
Nous souhaitons étudier la variation de la chute de tension dans la
capacité $U_c$ lorsque:
...
...
This diff is collapsed.
Click to expand it.
cours.tex
+
1
−
0
View file @
f36b5e02
...
...
@@ -32,6 +32,7 @@
\newcommand
{
\pDerivTwo
}
[2]
{
\frac
{
\partial
^
2 #1
}{
\partial
#2
^
2
}}
\newcommand
{
\dDeriv
}
[2]
{
\frac
{
\dd
#1
}{
\dd
#2
}}
\newcommand
{
\dDerivTwo
}
[2]
{
\frac
{
\dd
^
2 #1
}{
\dd
#2
^
2
}}
\renewcommand
{
\eqref
}
[1]
{
\ref
{
#1
}}
\newtheorem
{
definition
}{
Définition
}
\newtheorem*
{
exemples
}{
Exemples
}
\newtheorem*
{
exemple
}{
Exemple
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment