Re: Arctan rational



On Mar 31, 12:56 am, quasi <qu...@xxxxxxxx> wrote:
Let's try Maple.

As a trivial check of prerequisites, I tried

   > x:=arctan(1);

result: Pi/4

Note -- Maple simplifies it automatically.

Next, a warmup ...

   > x:=arctan(1/2) + arctan(1/3);
   > simplify(x);

result: Pi/4

Although Maple had to be asked to simplify it, the result is fine.

Next, the real problem ...

   > x:=arctan(1/2) + arctan(1/5) + arctan(1/8);
   > simplify(x);

result:  arctan(1/2) + arctan(1/5) + arctan(1/8)

In other words, Maple has no clue on this one.

Had it succeeded, I would have let it have a shot at the expression
Robert Israel posted, the one which equals 5*Pi/4.

But since Maple couldn't handle the above sum with 3 terms, there's
essentially no chance for it to handle Robert's more complicated
expression. Since I knew it would fail, I didn't bother trying -- I
wouldn't want to hurt Maple's feelings.

How about Mathematica or Maxima?

Can either of those contenders simplify

   arctan(1/2) + arctan(1/5) + arctan(1/8)

without being led by the hand?

quasi

Derive has no trouble simplifying these expressions (Including
Robert's). Too bad Texas Instruments decided to discontinue it.
.



Relevant Pages

  • Re: Simplification in CAS. Must be hard. little test from textbook computer algebra and symbolic com
    ... I found that Maple has an option to the simplify() command called 'size' which is designed to reduced the size of the expression. ... However, when using Maple simplifycommand with the size option, Maple was able to reduce the size of the expression to about the same size as Mathematica and Maple did this in an amazing speed. ... While using FullSimplify[], the simplification ranged from 17% to 26%. ...
    (sci.math.symbolic)
  • Re: Arctan rational
    ... result: Pi/4 ... Note -- Maple simplifies it automatically. ... Next, a warmup ... ... Although Maple had to be asked to simplify it, ...
    (sci.math)
  • Simplification in CAS. Must be hard. little test from textbook computer algebra and symbolic computa
    ... I was reading the book called 'computer algebra and symbolic computation' by ... The author said that Maple did not simplify the result completely (this was ... I redid this test using the same commands in the book now using Mathematica ...
    (sci.math.symbolic)
  • Re: Symbolic manipulation with Sqrt[-1] ?
    ... In Maple (which - to answer your latter question - is not free of ... Do I understand you correctly that it is impossible in Maple to ... substitute something for arbitrary subexpressions? ...
    (sci.math.symbolic)
  • Re: Symbolic manipulation with Sqrt[-1] ?
    ... There is a command 'substitute' as well, ... the command needs polynomial relations. ... Do I understand you correctly that it is impossible in Maple to ...
    (sci.math.symbolic)