Post Reply 
How to specify +/- in a function definition.
11-11-2017, 11:43 AM (This post was last modified: 11-11-2017 11:59 AM by AlexFekken.)
Post: #5
RE: How to specify +/- in a function definition.
Since the problem is apparently caused by the domain of the functions ending abruptly, you can (arguably) get a "better" graph by extending the domain, e.g. making the functions zero where they are now not defined:

FZn= sqrt(max(0,16-X^2-Y^2)) // (sorry about the edits)

Increasing the grid size will also give a somewhat better picture (with or without domain extension) but unfortunately it is limited to 100x100. Now *that* limitation should be easy to change by the developers.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: How to specify +/- in a function definition. - AlexFekken - 11-11-2017 11:43 AM



User(s) browsing this thread: 1 Guest(s)