Re: cos(12 degress)*cos(24 degrees)*cos(48 degrees)*cos(96 degrees)
- From: Jean-Marc Gulliet <jeanmarc.gulliet@xxxxxxxxx>
- Date: Sun, 22 Apr 2007 09:53:35 +0200
Brad Cooper wrote:
I thought to use MuPAD 4.0 to calculate the exact value of[snip]
cos(12 degress)*cos(24 degrees)*cos(48 degrees)*cos(96 degrees)
i.e. cos(PI/15)*cos(2*PI/15)*cos(4*PI/15)*cos(8*PI/15)
I used...
rewrite(cos(PI/15)*cos(2*PI/15)*cos(4*PI/15)*cos(8*PI/15),exp)
expand(%)
simplify(%)
and other combinations along those lines, but could not get MuPAD to do the calculation.
I decided to do it by hand and multiplied out the exponential terms to obtain...
(-1 + sum 15th roots of -1)/16
i.e. (-1 + 0)/16 = -1/16
Is there a set of commands to do this expansion in exponentials and simplification in MuPAD to get -1/16?
Do other CAS's do this nicely?
With Mathematica 5.2:
FullSimplify[Cos[Pi/15]*Cos[2*(Pi/15)]*Cos[4*(Pi/15)]*Cos[8*(Pi/15)]]
-(1/16)
Regards,
Jean-Marc
.
- Follow-Ups:
- Re: cos(12 degress)*cos(24 degrees)*cos(48 degrees)*cos(96 degrees)
- From: Peter Pein
- Re: cos(12 degress)*cos(24 degrees)*cos(48 degrees)*cos(96 degrees)
- References:
- cos(12 degress)*cos(24 degrees)*cos(48 degrees)*cos(96 degrees)
- From: Brad Cooper
- cos(12 degress)*cos(24 degrees)*cos(48 degrees)*cos(96 degrees)
- Prev by Date: Re: question
- Next by Date: Re: Macsyma better than Mathematica 5.1, integrating.
- Previous by thread: Re: cos(12 degress)*cos(24 degrees)*cos(48 degrees)*cos(96 degrees)
- Next by thread: Re: cos(12 degress)*cos(24 degrees)*cos(48 degrees)*cos(96 degrees)
- Index(es):
Relevant Pages
|
|