--- In 50g@yahoogroups.com, "Juan C." <jcbuchin@...> wrote:
the reason, but I didn't know what to do about it. Any thoughts on
the odd fractional root graphs? Thanks again!
>(x) in N
> Hello there, what is happening with your equations is that the F
> (x) is different from the F(x) you define, for example when youdefine f
> (x)=x^3-7 the calculator creates a program that looks like this:run-
> << ¨ x 'x^3-7' >>
> and stores it in a global variable called 'F'; this means that in
> time the calculator create a temporary local variable called 'x'this
> variable is different that a global variable called 'x' that youmay
> have in your current directory. The same is true for the F(x) youlike
> define and F(x) in N(x). A better approach is to have a program N
> this:Thank you very much! I wondered if global/local variable would be
> << ¨ x0
> << 'x' DUP F DUP 'x' Ý / - 'x' x0 = SUBST ¨NUM >>
> >>
> I hope this helps.
>
the reason, but I didn't know what to do about it. Any thoughts on
the odd fractional root graphs? Thanks again!
