HP Forums
Announce: HP-15C Simulator / Release 3.3.00, Build 5403 - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html)
+--- Forum: General Forum (/forum-4.html)
+--- Thread: Announce: HP-15C Simulator / Release 3.3.00, Build 5403 (/thread-474.html)

Pages: 1 2


RE: Announce: HP-15C Simulator / Release 3.3.00, Build 5403 - Thomas Klemm - 01-25-2014 03:47 AM

(01-24-2014 05:35 AM)RMollov Wrote:  
Code:
   009 { 45 20 48  0 } RCL ✕ .0
I'd prefer to see instead:
Code:
   009 { 45 20 .0 } RCL ✕ .0
Because that's more what we see in the display.

Cheers
Thomas


RE: Announce: HP-15C Simulator / Release 3.3.00, Build 5403 - RMollov - 01-25-2014 04:09 AM

Quote:The value of R looks like the earth radius for me. And as a not very well scaled problem.

Greetings
peacecalc
Yes, it is the Earth's radius. What is more real than that?
And very well scaled for the above mentioned calculators.
All HP branded ones give fair enough answer.
Apparently Hewlett Packard did something very well with their solver, which doesn't seem to happen with others.

Regards


RE: Announce: HP-15C Simulator / Release 3.3.00, Build 5403 - RMollov - 01-25-2014 04:19 AM

You are right, Thomas.


RE: Announce: HP-15C Simulator / Release 3.3.00, Build 5403 - Torsten - 01-25-2014 09:25 AM

(01-25-2014 03:47 AM)Thomas Klemm Wrote:  
Code:
   009 { 45 20 48  0 } RCL ✕ .0
I'd prefer to see instead:
Code:
   009 { 45 20 .0 } RCL ✕ .0
Because that's more what we see in the display.

The program files contain the key sequence (key codes) you need to enter and this is
Code:
45 20 48  0
and not
Code:
45 20 .0
Furthermore, in Europe the display shows a comma instead of a period
Code:
45 20 ,0
That is why I do not agree.

Torsten


RE: Announce: HP-15C Simulator / Release 3.3.00, Build 5403 - Thomas Klemm - 01-25-2014 09:38 AM

(01-24-2014 05:35 AM)RMollov Wrote:  Initial Guesses: 0, 1
(...)
WP-34s also struggles at this.
The function is evaluated at 0, 1, 0.5 and then at -50 which leads to:
Not numeric.

Quote:I'm wondering if I'm doing something wrong.
This happens even with these initial guesses: 0, 120.
It appears the solver doesn't handle the situation properly when both guesses are on the same side of the root.

Cheers
Thomas


RE: Announce: HP-15C Simulator / Release 3.3.00, Build 5403 - Thomas Klemm - 01-25-2014 10:04 AM

(01-25-2014 09:25 AM)Torsten Wrote:  The program files contain the key sequence (key codes) you need to enter and this is
Code:
45 20 48  0
and not
Code:
45 20 .0
But then why isn't the key code 47 used for 0?

Quote:Furthermore, in Europe the display shows a comma instead of a period
Code:
45 20 ,0
I'm in Europe and it shows a period. Am I missing something?
Nah, just kidding. I've never noticed this until now as I use the period as radix mark.

Cheers
Thomas


RE: Announce: HP-15C Simulator / Release 3.3.00, Build 5403 - Torsten - 01-25-2014 11:51 AM

(01-25-2014 10:04 AM)Thomas Klemm Wrote:  But then why isn't the key code 47 used for 0?
OK, this is not fully consistent. But this inconsistency saves one keystroke per digit when editing the program file. ;-)

Torsten


RE: Announce: HP-15C Simulator / Release 3.3.00, Build 5403 - RMollov - 01-26-2014 10:28 AM

(01-25-2014 03:29 AM)Thomas Klemm Wrote:  I guess it's the solution to a rope around the earth problem:
Sure it is. There are a few non-intuitive problems which I like giving to over-confident people to solve.
Cheers,