From: Roland S. <sal...@gm...> - 2017-07-18 19:55:18
|
> -----Original Message----- > From: Raymond Toy [mailto:toy...@gm...] > > Here is one way. Take Barton's result: > > c: (sqrt(sqrt(5)+5)*(3*sqrt(2)*sqrt(5)-5*sqrt(2))*%i)/20 > c^2; > ratsimp(sqrt(expand(%))),algebraic; > > => sqrt(5-2*sqrt(5))*%i/sqrt(5) > > The c^2 and expand is a hack to get maxima to multiply the contents of the sqrt together. This really only works > because the imagpart is positive. Otherwise, we probably would have gotten the wrong sign. > Great! There seems to be a magic word for everything in Maxima. Thanks a lot to both of you! Roland |