Post Reply 
HP50G Algebraic object multiply by variable
09-21-2022, 03:38 AM
Post: #1
HP50G Algebraic object multiply by variable
Hi all,

I am new user of HP50G from HP48SX, and now having error when transferring program to HP50G, hop anyone can help to see what's wrong with the following program.

Example :

Work on HP48SX
<< 5 'X' * >> ---> '5*X'

HP50G
<< 5 'X' * >> ---> * Error: Undefined Name

Do I need to set some flags or mode?

Thank You
Roy
Find all posts by this user
Quote this message in a reply
09-21-2022, 12:19 PM
Post: #2
RE: HP50G Algebraic object multiply by variable
Hi, see if this helps:


It seems 'X' is undefined.
Try Mode, Flags, uncheck system flag 3

system flag 3 set --> "Function --> num" require that EVAL can result in a numerical value.
system flag 3 unset will allow for returning a symbolic

br Gjermund
Find all posts by this user
Quote this message in a reply
09-22-2022, 10:03 AM
Post: #3
RE: HP50G Algebraic object multiply by variable
(09-21-2022 12:19 PM)Gjermund Skailand Wrote:  Hi, see if this helps:


It seems 'X' is undefined.
Try Mode, Flags, uncheck system flag 3

system flag 3 set --> "Function --> num" require that EVAL can result in a numerical value.
system flag 3 unset will allow for returning a symbolic

br Gjermund

Hi Gjermund,

Thanks for your advise. It solved my problem.
Find all posts by this user
Quote this message in a reply
Post Reply 




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