Post Reply 
Algebraic Mode Programing on Hp 50g
03-08-2014, 11:53 AM
Post: #1
Algebraic Mode Programing on Hp 50g
Hi,
here an example how it looks like :
«
INPUT ("Please insert a start nr.","") STO>n ;
OBJ->(n)STO>n ;
FOR (I,n,225)
DISP(" Char Nr. "+I,4) ;
DISP(" "+" Char "+CHR(I),6) ;
WAIT(1./3.);
STEP(1);
CLEAR
»

There are some references on the Web as the HP50g could be programable in "HP-BASIC" (that was the reason why I bough it).
Maybe they are meaning that as the Algebraic Mode, that looks more like BASIC than that thing called "User RPL".
But that is no BASIC at all, one should look at the INPUT Comand and I realise that is totally diferent from BASIC.
First it does not accept a Variable after the message input, then you have to explicit store the variable, it is stored as a STRING and you have to convert it to NUMBER and store it again.
Oh no, it is not BASIC.
Also that STEP comand is placed at the end but in BASIC, FORTRAN and ObjectPAL it comes on the FOR instruction line.

I did not find any where any documentation, a comand reference , of Programing in Algebraic mode.

Does somebody have some Documentation for it?

I lost several hours to figure out how that INPUT comand works.
I only solved it with the help of the User Manual of the HP 49 where it explains that INPUT line in Algebraic Mode.
Find all posts by this user
Quote this message in a reply
03-08-2014, 03:13 PM
Post: #2
RE: Algebraic Mode Programing on Hp 50g
(03-08-2014 11:53 AM)Alvaro Wrote:  Does somebody have some Documentation for it?

I lost several hours to figure out how that INPUT comand works.
I only solved it with the help of the User Manual of the HP 49 where it explains that INPUT line in Algebraic Mode.

Something in spanish.

Greetings,
    Massimo

-+×÷ ↔ left is right and right is wrong
Visit this user's website Find all posts by this user
Quote this message in a reply
03-08-2014, 04:01 PM
Post: #3
RE: Algebraic Mode Programing on Hp 50g
(03-08-2014 03:13 PM)Massimo Gnerucci Wrote:  Something in spanish.

Thank you Massimo.
That Guide is a Tutorial how to Program User RPL in Algebraic Mode.
Find all posts by this user
Quote this message in a reply
03-08-2014, 05:29 PM
Post: #4
RE: Algebraic Mode Programing on Hp 50g
(03-08-2014 04:01 PM)Alvaro Wrote:  
(03-08-2014 03:13 PM)Massimo Gnerucci Wrote:  Something in spanish.

Thank you Massimo.
That Guide is a Tutorial how to Program User RPL in Algebraic Mode.

I may be wrong, of course, but I think that's all HP-Basic is about... Wink

Greetings,
    Massimo

-+×÷ ↔ left is right and right is wrong
Visit this user's website Find all posts by this user
Quote this message in a reply
03-09-2014, 04:40 AM (This post was last modified: 03-09-2014 04:41 AM by RMollov.)
Post: #5
RE: Algebraic Mode Programing on Hp 50g
(03-08-2014 11:53 AM)Alvaro Wrote:  There are some references on the Web as the HP50g could be programable in "HP-BASIC" (that was the reason why I bough it).
I'm afraid you are on the wrong train. All that HP-BASIC thing is misleading BS IMO.
Find all posts by this user
Quote this message in a reply
Post Reply 




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