jonjoel
unread,Aug 24, 2011, 2:57:27 PM8/24/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to tinspire
Hi all,
I entered the following solve command into the Nspire CAS:
Solve(1/x + 1/y = 2/(x+y),x)
I would expect it to return either 'false' since there is no solution
or a value for x in terms of y....but instead it returns 'x = 0 and y
= 0'.
Anyone else seen this? Any idea why?
I realize that I can get it to return 'false' if I ask the Nspire to
solve for both x and y - [Solve(1/x + 1/y = 2/(x+y),x,y)]... but I'm
trying to have my students use consistent notation for several
equations that have different numbers of solutions.
Thanks for any feedback.
Jon