Post Reply 
Input data type for fsolve() for PPL
06-29-2019, 03:26 PM
Post: #2
RE: Input data type for fsolve() for PPL
When working with CAS commands in ppl, use the CAS command with quoted content, like this:

Code:

EXPORT temp()
BEGIN
  LOCAL x,y;
  CAS.fsolve("[x^2+y-2,x+y^2-2],[x,y],[0,0]");
END;
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 - DrD - 06-29-2019 03:26 PM



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