This was brought up before, but I just wanted to show it in a real simple example. How is this possibly considered “defined” ? It really messes up some of my cL error checking code.
The message comes out to “Is Defined”. I always assumed division by zero was “undefined”
What is the simplest work around? The function will not always be a rational function in my project, so parsing the function would be a silly amount of extra work.
If it is giving the answer as infinity, I should be able to add this condtional:
when fx1>999999999999999999999999 “Divison by 0”.
(just kidding).
The slide is a “template” for finding derivatives. Pretty much any function can be put into the table, and then then derivative is checked at two inputs. I wanted to add code that would give me a heads up if there is a domain issue with the “test” values.