Post Reply 
Now SLK 3.3 Up & running on FW 2016 04 14 r10077
04-22-2016, 10:58 PM (This post was last modified: 04-23-2016 03:32 PM by Spybot.)
Post: #4
RE: SLK temporarily broken...
Hi Tim!
First of all, thank you and the HP team for this FW update, it looks pretty interesting, and much more solid.

You just read my mind...I was just dealing with an specific CAS situation, but so far so good! I have this piece of code, that seems to work fine now, thanx to your advice.
I believe adding the EVAL command pretty much solve my issues, I'll let you know if I find something else.

EXPORT aaa()
BEGIN
LOCAL A:=0,B:=0,C:=0,Z:=0;
INPUT({{A,[0],{10,15,1}},{B,[0],{38,15,1}},{C,[0],{67,15,1}}},"Enter Eqns as:Ax+By+C=0",{"A₁:","B₁:","C₁:"},{"Coefficient A₁ must be a Positive Integer.","Coefficient B₁ must be an Integer.","Coefficient C₁ must be an Integer."});
PRINT();
Z:="is_parallel(line("+A+"*x+"+B+"*y+"+C+"=0)"+",line(3*x-2*y+1=0))";
Z:=CAS(EVAL(Z));
PRINT(Z);
END;

Spybot.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: SLK temporarily broken... - Spybot - 04-22-2016 10:58 PM



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