Post Reply 
Report problems with CAS and its interface.
04-08-2024, 09:39 PM
Post: #6
RE: Report problems with CAS and its interface.
(04-02-2024 01:46 PM)compsystems Wrote:  1: When entering the following algebraic expression it works fine, but when retrieving the input expression in the input expressions line, certain arguments are not printed legibly because there is a vertical offset in the arguments.

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

everything on the left side of the symbolic operator | It is considered the expression to be evaluated and everything on the right side is the values of the substitution.

The Where function requires a list for multiple variables. Use this:

a*x^2+b*x+c|({a = -6,b = -4,c = 2}

instead of this:

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

and that behavior is not observed.

-road
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. - roadrunner - 04-08-2024 09:39 PM



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