Post Reply 
conjugate issue
12-01-2015, 08:19 PM
Post: #3
RE: conjugate issue
Finaly a bug that's not just a my own mis-understanding.

My work-around:

If type(q) ==DOM_COMPLEX
then
s:= string (RE (s)) + "+" + string (IM (s)) + "*i ";
end;

s will be uzed in a cas string.It works nicely.

So IM(s) gets a normal minus or evaluates the negation.

I work with android Prime only for now on my
Galaxy Tab Pro/Note 2
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
conjugate issue - ji3m - 12-01-2015, 05:48 PM
RE: conjugate issue - Han - 12-01-2015, 08:03 PM
RE: conjugate issue - ji3m - 12-01-2015 08:19 PM



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