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};
|
||||
\end{axis}
|
||||
\end{tikzpicture}
|
||||
%\( x\mapsto \cos 2x\)
|
||||
%\( x\mapsto\sin \tfrac{1}{x}\)
|
||||
%\( (x,y)\mapsto x^2+y^2\)
|
||||
%\((x,y)\mapsto x^2−y^2 + 2 x y ^2+1\) z wykorzystaniem omówionych
|
||||
% podczas prezentacji możliwości. Narysować wykres funkcji \(x\mapsto
|
||||
% x^2-1\) z wykorzystaniem stablicowanych danych.
|
||||
|
||||
\begin{tikzpicture}
|
||||
\begin{axis}[
|
||||
axis x line=center ,
|
||||
axis y line=center ,
|
||||
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}
|
||||
|
Loading…
Reference in New Issue
Block a user