mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-26 06:48:04 +02:00
next (failed?) try to calculate the quadratic
This commit is contained in:
parent
0e494d2336
commit
01e343f66c
8 changed files with 153 additions and 64 deletions
|
@ -27,7 +27,7 @@ $t \in \mdr$ be a linear function.
|
|||
enlargelimits=true,
|
||||
tension=0.08]
|
||||
\addplot[domain=-5:5, thick,samples=50, red] {0.5*x};
|
||||
\addplot[domain=-5:5, thick,samples=50, blue] {-2*x+6};
|
||||
\addplot[domain=-5:5, thick,samples=50, blue, dashed] {-2*x+6};
|
||||
\addplot[black, mark = *, nodes near coords=$P$,every node near coord/.style={anchor=225}] coordinates {(2, 2)};
|
||||
\addplot[blue, nodes near coords=$f_\bot$,every node near coord/.style={anchor=225}] coordinates {(1.5, 3)};
|
||||
\addplot[red, nodes near coords=$f$,every node near coord/.style={anchor=225}] coordinates {(0.9, 0.5)};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue