diff options
Diffstat (limited to 'Master/texmf/doc/asymptote/examples/slopefield1.asy')
-rw-r--r-- | Master/texmf/doc/asymptote/examples/slopefield1.asy | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Master/texmf/doc/asymptote/examples/slopefield1.asy b/Master/texmf/doc/asymptote/examples/slopefield1.asy deleted file mode 100644 index fd60de4f632..00000000000 --- a/Master/texmf/doc/asymptote/examples/slopefield1.asy +++ /dev/null @@ -1,9 +0,0 @@ -import slopefield; - -size(200); - -real func(real x) {return 2x;} -add(slopefield(func,(-3,-3),(3,3),20,Arrow)); -draw(curve((0,0),func,(-3,-3),(3,3)),red); - - |