Post Reply 
Prime Python 101
02-24-2022, 02:28 PM (This post was last modified: 02-24-2022 07:23 PM by roadrunner.)
Post: #8
RE: Prime Python 101
I don't know the what the difference between xcas and caseval is, but

caseval("simplify((x-2)*(x+3))")
xcas("simplify((x-2)*(x+3))")
eval_expr("simplify((x-2)*(x+3))")

all return the same thing: 'x^2+x-6'

edit: I did find this: https://www.hpmuseum.org/forum/thread-16...#pid147018

-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)