|
[Date Index]
[Thread Index]
[Author Index]
Re: How Expand?
- To: mathgroup at smc.vnet.net
- Subject: [mg127824] Re: How Expand?
- From: Costa Bravo <q13a27tt at aol.com>
- Date: Sat, 25 Aug 2012 04:23:40 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- Delivered-to: l-mathgroup@wolfram.com
- Delivered-to: mathgroup-newout@smc.vnet.net
- Delivered-to: mathgroup-newsend@smc.vnet.net
- References: <k17g9n$dre$1@smc.vnet.net>
U¿ytkownik news write:
>
> How can I expand the following :
>
> [ 1 + cos(x) + i sin(x) ]^3
>
> to obtain;
>
> 8 cos(x/2)^3 [cos(3x/2)+ i sin(3x/2)]
>
using the correct code of Mathematica
(1 + Cos[x] + I Sin[x])^3 // Expand // TrigReduce // Simplify
--
Costa
Prev by Date:
Find the value of x & y
Next by Date:
Re: Group and Replace itens sequence in a list
Previous by thread:
How Expand?
Next by thread:
Re: How Expand?
|