Post Reply 
HP Prime programmable eq solver
01-05-2014, 03:27 PM
Post: #4
RE: HP Prime programmable eq solver
In the for loop it should be I:= , and the first STARTVIEW should be STARTVIEW(0,1)
Have you create all variables? EQTYPE

And in the ADD function it should be

IF INPUT({Equation,EQname},EQTYPE(TYP) + " Insert an EQ",{"EQ: ","EQ Name: "},{"Insert an EQ as string","Insert EQ name as string"}) THEN
EQLIBNAME(TYP,0):=EQname;
EQLIB(TYP,0):=Equation;
END;

so we don't end up with empty names and equations
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: HP Prime programmable eq solver - LarsF - 01-05-2014 03:27 PM



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