dodanie wykresu
This commit is contained in:
parent
a03bdde3ab
commit
32c1da0865
BIN
05/wykresy.pdf
BIN
05/wykresy.pdf
Binary file not shown.
@ -77,10 +77,26 @@ title ={ $\sin(\frac{1}{x})$ }
|
|||||||
\addplot 3[surf,domain =-10:10, samples =50]{x*x-y*y + 2*x*y*y+1};
|
\addplot 3[surf,domain =-10:10, samples =50]{x*x-y*y + 2*x*y*y+1};
|
||||||
\end{axis}
|
\end{axis}
|
||||||
\end{tikzpicture}
|
\end{tikzpicture}
|
||||||
%\( x\mapsto \cos 2x\)
|
|
||||||
%\( x\mapsto\sin \tfrac{1}{x}\)
|
\begin{tikzpicture}
|
||||||
%\( (x,y)\mapsto x^2+y^2\)
|
\begin{axis}[
|
||||||
%\((x,y)\mapsto x^2−y^2 + 2 x y ^2+1\) z wykorzystaniem omówionych
|
axis x line=center ,
|
||||||
% podczas prezentacji możliwości. Narysować wykres funkcji \(x\mapsto
|
axis y line=center ,
|
||||||
% x^2-1\) z wykorzystaniem stablicowanych danych.
|
xtick ={-5,-4,...,8},
|
||||||
|
ytick ={-5,-4,...,8},
|
||||||
|
xlabel ={$x$},
|
||||||
|
ylabel ={$y$},
|
||||||
|
xlabel style ={below right},
|
||||||
|
ylabel style ={right},
|
||||||
|
xmin=-5,
|
||||||
|
xmax =5,
|
||||||
|
ymin=-2,
|
||||||
|
ymax =8,
|
||||||
|
title={$x^2-1$}
|
||||||
|
]
|
||||||
|
\addplot[line width=1pt] gnuplot [raw gnuplot]{plot 'wykresik.dat' using 1:2
|
||||||
|
};
|
||||||
|
\end{axis}
|
||||||
|
\end{tikzpicture}
|
||||||
|
|
||||||
\end{document}
|
\end{document}
|
||||||
|
Loading…
Reference in New Issue
Block a user