Post Reply 
def functions on advanced graphing
04-11-2018, 09:35 PM (This post was last modified: 07-27-2018 11:24 PM by compsystems.)
Post: #1
def functions on advanced graphing
Hello, I want to define two functions for the application advanced graphing from history view.

purge(X,Y);
from HOME V1(X,Y):=X-2*Y=7; V2(X,Y):=5*X-3*Y=2; returns Error: Invalid input

from CAS V1(X,Y):=X-2*Y=7; V2(X,Y):=5*X-3*Y=2; returns (X,Y)->false,(X,Y)->false
solve([V1(X,Y),V2(X,Y)],[X,Y]) returns [X,Y] ?

although pressing the SYMB button the definitions of the functions are well defined

How can I define or externally delete the variables of the applications?
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
def functions on advanced graphing - compsystems - 04-11-2018 09:35 PM



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