Pages 1
You must login or register to post a reply
Deprecated: preparse_list_tag(): Optional parameter $type declared before required parameter $errors is implicitly treated as a required parameter in /customers/5/9/f/padowan.dk/httpd.www/forum/include/parser.php on line 524
Topic: Tiny Bug in Program
First let me say that I enjoy the software and use it for teaching purposes. It's very useful for teaching calculus concepts. I will make a contribution in the future.
Here is the bug I want to mention. When I enter 5/2x to graph, it gives a non-linear graph. So, this program is interpreting it as 5/(2x). According to the order of operations 5 / 2 will be performed first then x will be multiplied. I understand to correct this you can write (5/2)x or 5/2*x. It should not have to be done this way. I believe this will confuse some students. As a programmer myself, I think this is an easy problem to fix.
Thank you.
~LZY8
Re: Tiny Bug in Program
This was actually made intentionally, mostly because that was how my calculator at the time (TI-85) worked. But there doesn't seem to be an agreement on this. Some say that implicit multiplication has a higher priority than explicit, some say it should be the same and some say it should not be allowed. No matter what I do, it will confuse some.
Pages 1
You must login or register to post a reply