|
[Date Index]
[Thread Index]
[Author Index]
Re: Factoring
- To: mathgroup at smc.vnet.net
- Subject: [mg65103] Re: Factoring
- From: bghiggins at ucdavis.edu
- Date: Wed, 15 Mar 2006 06:28:14 -0500 (EST)
- References: <dv6847$nq4$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Matt, Try ComplexExpand:
ComplexExpand[(4*x*I*Sin[t] + 28*x^3*I*Cos[t])]
I*(28*x^3*Cos[t] + 4*x*Sin[t])
Cheers,
Brian
Prev by Date:
Re: Factoring
Next by Date:
Re: speed of evaluation of an instruction
Previous by thread:
Re: Factoring
Next by thread:
Re: Factoring
|