Post Reply 
Input data type for fsolve() for PPL
06-30-2019, 05:15 PM
Post: #4
RE: Input data type for fsolve() for PPL
Try:

EXPORT temp()
BEGIN
// LOCAL x,y;
LOCAL equn;
equn:="[x^2+y-2,x+y^2-2],[x,y],[0,0]";
RETURN CAS.fsolve(EVAL(equn));
END;

-road
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Input data type for fsolve() for PPL - roadrunner - 06-30-2019 05:15 PM



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