Post Reply 
New Bug in Matrix with SCALE [Solved]
01-05-2016, 04:12 AM
Post: #2
RE: New Bug in Matrix with SCALE
Hello,

Sorry about the issue.
If you need to use SCALE, doing M1:= SCALE(EVAL(M1), ....) might work better.
SCALE is part of a small but frustrating number of functions that do side effects (ie, modify their inputs, in this case M1). This makes it relatively complex to implement.
This is a leftover from the HP38G.

However, SCALE is also able to work without side effects, but for this to work, you need the input to NOT be a variable name. Hence the EVAL above.

Cyrille

Although I work for the HP calculator group, the views and opinions I post here are my own. I do not speak for HP.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: New Bug in Matrix with SCALE - cyrille de brébisson - 01-05-2016 04:12 AM
RE: New Bug in Matrix with SCALE - jrozsas - 01-05-2016, 10:06 AM
RE: New Bug in Matrix with SCALE - jrozsas - 01-05-2016, 10:17 AM
RE: New Bug in Matrix with SCALE - jrozsas - 01-06-2016, 10:08 AM
RE: New Bug in Matrix with SCALE - jrozsas - 01-07-2016, 12:37 PM
RE: New Bug in Matrix with SCALE - jrozsas - 09-01-2016, 09:15 PM



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