Post Reply 
Is it bug? CAS solve function.
04-19-2018, 04:00 PM
Post: #6
RE: Is it bug? CAS solve function.
(04-19-2018 03:55 PM)compsystems Wrote:  Why Xcas returns [[1,0]] if hp-prime & Xcas use the same math engine?

solve([a+56/10=66/10, -a+3*b-12/10=-22/10],[a,b]) => [[1,0]]

list2exp(solve([a+56/10=66/10, -a+3*b-12/10=-22/10],[a,b]),[a,b]) => a=1 and b=0

exp2list(ans(-1)) => [[1,0]]

Joe already answered your question. If the user wants exact values, then exact inputs are needed (i.e. no decimals).

Graph 3D | QPI | SolveSys
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Is it bug? CAS solve function. - Lukia - 04-18-2018, 04:16 AM
RE: Is it bug? CAS solve function. - Vtile - 04-21-2018, 08:44 PM
RE: Is it bug? CAS solve function. - Han - 04-19-2018 04:00 PM
RE: Is it bug? CAS solve function. - Lukia - 04-21-2018, 02:47 AM
RE: Is it bug? CAS solve function. - DrD - 04-21-2018, 02:58 PM



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