Topic: Error code: 636C6148 (simultaneous equation error)

Im trying to make a Simultaneous equation but the program doesn't agree with me..

Any ideas on what to change to make it work?

(the file is a screenshot of my custom functions)

Post's attachments

grapherror.jpg, 75.61 kb, 511 x 362
grapherror.jpg 75.61 kb, 450 downloads since 2012-03-12 

2 (edited by maltenp 2012-03-12 15:34:07)

Re: Error code: 636C6148 (simultaneous equation error)

It said something like "too many recursive calls"(error 16) if its to any help

Re: Error code: 636C6148 (simultaneous equation error)

Graph cannot solve simultaneous equations. In this case Graph will try to calculate hx, but to do this it first need to calculate R. But to calculate R it first needs to calculate hx, and now we have a recursion. At some point Graph gives up.