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