[mupad] factor of complex expressions
- From: JH <nospamgunmm@xxxxxxxxxxx>
- Date: Thu, 16 Mar 2006 14:22:28 -0500
Hello,
Is it possible to reduce for example :
>> I*a+I*b+I*c
I a + I b + I c
to I*(a+b+c) (assuming that a,b,c are unknow) ?
I tried :
Using factor gives :
>> factor(%)
I a + I b + I c
and rectform :
>> rectform(I*a+I*b+I*c)
- (Im(a) + Im(b) + Im(c)) + I (Re(a) + Re(b) + Re(c))
Thanks,
JH
.
- Follow-Ups:
- Re: [mupad] factor of complex expressions
- From: Stefan Wehmeier
- Re: [mupad] factor of complex expressions
- Prev by Date: Re: An exact 1-D limit challenge - 22
- Next by Date: Re: [mupad] factor of complex expressions
- Previous by thread: Re: An exact 1-D limit challenge - 22
- Next by thread: Re: [mupad] factor of complex expressions
- Index(es):