Post Reply 
Prime Python 101
02-23-2022, 05:06 PM
Post: #5
RE: Prime Python 101
(02-23-2022 12:43 PM)hape Wrote:  Using the console i.e. numeric view inside the app I try a naive approach

>from cas import *
>caseval(CAS.simplify("(x-2)*(x+3)"))

unfortunatly does not work.

Try:

>from cas import *
>caseval("simplify((x-2)*(x+3))")

instead.

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


Messages In This Thread
Prime Python 101 - hape - 02-23-2022, 08:42 AM
RE: Prime Python 101 - toml_12953 - 02-23-2022, 09:54 AM
RE: Prime Python 101 - hape - 02-23-2022, 12:43 PM
RE: Prime Python 101 - roadrunner - 02-23-2022 05:06 PM
RE: Prime Python 101 - Thomas_Sch - 02-23-2022, 02:25 PM
RE: Prime Python 101 - hape - 02-24-2022, 05:48 AM
RE: Prime Python 101 - Thomas_Sch - 02-24-2022, 08:34 AM
RE: Prime Python 101 - roadrunner - 02-24-2022, 02:28 PM
RE: Prime Python 101 - parisse - 02-25-2022, 08:20 PM



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