Re: cos(12 degress)*cos(24 degrees)*cos(48 degrees)*cos(96 degrees)



Brad Cooper wrote:
I thought to use MuPAD 4.0 to calculate the exact value of

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?
[snip]

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
.



Relevant Pages

  • Re: MuPAD graphics question.
    ... > Brad Cooper wrote: ... > be used to get a theta in the eps export, ... > - The fonts in your graphics match those of the text. ... >> With the current status of MuPAD, I don't know if I can get any help ...
    (sci.math.symbolic)
  • Re: Error in MuPad substitution?
    ... > Brad Cooper wrote: ... > ?Producing a normal function? ... The MuPAD tutorial states... ... > One interpretation would be what MuPAD is doing right now, ...
    (sci.math.symbolic)
  • Re: MuPad beginner questions
    ... Brad Cooper wrote: ... > and "Pretty print text output" in MuPAD and it wouldn't turn off!! ... I basically have no idea why you get ASCII ... Windows version, either. ...
    (sci.math.symbolic)
  • Re: Two MuPad 3.0 Integration Questions
    ... Christopher Creutzig wrote: ... >Brad Cooper wrote: ... why doesn't MuPad calculate the definite ... Ciao, ...
    (sci.math.symbolic)
  • Re: Error in MuPad substitution?
    ... Brad Cooper wrote: ... I have attempted to substitue for A_n. ... > If this isn't what you are after, could you please post in your MuPAD ... Here are the commands and responses from MuPad, ...
    (sci.math.symbolic)