summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-14-7-3.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-14-7-3.tex')
-rw-r--r--macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-14-7-3.tex17
1 files changed, 0 insertions, 17 deletions
diff --git a/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-14-7-3.tex b/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-14-7-3.tex
deleted file mode 100644
index c46720bfce..0000000000
--- a/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-14-7-3.tex
+++ /dev/null
@@ -1,17 +0,0 @@
-\input{preamble-standalone.ltx}
-\begin{document}
-
-% Ex. No. 68 (Section 14.7.3 : Deuxième courbe $b=1/3$ )
-
- \begin{tikzpicture}[scale=1.2]
- \tkzInit[xmin=0,xmax=2,xstep=0.2,ymax=1,ystep=0.1]
- \tkzAxeXY
- \tkzGrid(0,0)(2,1)
- \tkzFct[color = red,domain =1/3:2]{(2*(\x-1./3)*(\x-1./3))/(\x*\x*\x)}
- \tkzDrawTangentLine[draw,color=blue,kr=.5,kl=.5](1)
- \tkzDefPointByFct(1)
- \tkzText[draw,fill = brown!30](1.2,0.3)%
- {$g(v)=2\dfrac{\left(v-\dfrac{1}{3}\right)^2}{v^3}$}
- \end{tikzpicture}
-
-\end{document}