Post Reply 
HP50G Complex Number CAS manipulations
04-07-2015, 08:07 PM (This post was last modified: 04-07-2015 08:19 PM by Gilles.)
Post: #5
RE: HP50G Complex Number CAS manipulations
(04-07-2015 07:43 PM)Hammonds Wrote:  I must be doing something stupid somewhere, as ABS still doesn't expand the expression, and when I do:

'z^2 − z' 'z' SOLVE

I just get:
{z=0 z=1}

It's the correct answer (for example 'z²=-1' 'z' SOLVE returns {z=-i , z=i }

Quote:I changed flag 128, but no difference.

Uncheck flag 128 (Cmplx var allowed)
Complex mode

Then do

'z^2-z=0' ABS

and you get the result with RE and IM parts....
Code:
'SQRT(RE(z)^4+(2*IM(z)^2+2)*RE(z)^2+(IM(z)^4-2*IM(z)^2+1))=0'
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: HP50G Complex Number CAS manipulations - Gilles - 04-07-2015 08:07 PM



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