Post Reply 
Report problems with CAS and its interface.
04-08-2024, 11:33 PM
Post: #7
RE: Report problems with CAS and its interface.
The following input statement is interpreted as everything to the left of the operator | is the input expression and everything to the right is the substitutions

a*x^2+b*x+c | a=-6,b=-4,c=2 [Enter] -6*x^2-4*x+2 ok

with curved parentheses should be enough

a*x^2+b*x+c | (a=-6,b=-4,c=2) [Enter] -6*x^2-4*x+2 ok

or

(a*x^2+b*x+c) | (a=-6,b=-4,c=2) [Enter] -6*x^2-4*x+2 ok
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Report problems with CAS and its interface. - compsystems - 04-08-2024 11:33 PM



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