Re: [Maxima-bugs] [ maxima-Bugs-1407378 ] polarform returns a rectangular expression for float argumen
Subject: Re: [Maxima-bugs] [ maxima-Bugs-1407378 ] polarform returns a rectangular expression for float argumen
From: Raymond Toy
Date: Thu, 19 Jan 2006 11:53:50 -0500
>>>>> "Stavros" == Stavros Macrakis <macrakis at gmail.com> writes:
Stavros> Along these lines, what do we think polarform(1) should return? The
Stavros> reasonable answers are:
Stavros> -- 1 (current result)
Stavros> -- %e^0 (simplify the 1* part)
Stavros> -- 1*1 (no good argument for this case, I don't think...)
Stavros> -- 1*%e^0 (no simplification at all to preserve the form)
I think either the first or the last would be acceptable, with a
slight preference to the first. If the latter were written
1*%e^(0*%i), it might be better than the first. I think the other two
would just cause people to wonder why they weren't simplified.
Ray