Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3d-function-8.tex: convert argument of sin() to degrees. #43

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Aug 11, 2017

  1. 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).
    simon-budig committed Aug 11, 2017
    Configuration menu
    Copy the full SHA
    38468bf View commit details
    Browse the repository at this point in the history