2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-26 06:48:04 +02:00
LaTeX-examples/tikz/3d-function-8
Simon Budig 38468bfbd0 3d-function-8.tex: convert argument of sin() to degrees.
tikz apparently expectes the argument to sin() in degrees. This is in
strong contrast to the usual conventions in math, where the argument is
expected in radians.

With this example it actually provides a bogus graph - it actually
should approach f(x,y) = 1 for large x and y (since 1/(x^2+y^2) is
small for large x,y; hence sin(1/(x^2+y^2)) can be approximated by
1/(x^2+y^2), resulting in f(x,y) -> 1 for large x,y).

Also I've adjusted the plot range a bit, since this then actually shows
the "interesting" center of the function (x=y=0).
2017-08-11 03:38:20 +02:00
..
3d-function-8.png added compiled example 2013-04-10 12:35:08 +02:00
3d-function-8.tex 3d-function-8.tex: convert argument of sin() to degrees. 2017-08-11 03:38:20 +02:00
Makefile added compiled example 2013-04-10 12:35:08 +02:00
README.md Readme.md -> README.md to make it easier to see Readme files 2014-08-31 15:06:44 -04:00

Compiled example

Example