Re: Arctan rational
- From: quasi <quasi@xxxxxxxx>
- Date: Sun, 30 Mar 2008 23:56:22 -0500
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
.
- Follow-Ups:
- Re: Arctan rational
- From: semiopen
- Re: Arctan rational
- From: Dave Seaman
- Re: Arctan rational
- References:
- Arctan rational
- From: León-Sotelo
- Arctan rational
- Prev by Date: Re: Point of intersection
- Next by Date: Re: math : inaccessible cardinal
- Previous by thread: Re: Arctan rational
- Next by thread: Re: Arctan rational
- Index(es):
Relevant Pages
|
Loading