MathGroup Archive 2010

[Date Index] [Thread Index] [Author Index]

Search the Archive

Complex conjugate differentiation

  • To: mathgroup at smc.vnet.net
  • Subject: [mg107163] Complex conjugate differentiation
  • From: Paperorbifold <kgodelNOSPAM at liberoNOSPAM.it>
  • Date: Thu, 4 Feb 2010 06:28:23 -0500 (EST)

In[1]:=D[z z*, z*]
Out[1]=z
where z*=Conjugate[z], while
In[2]:=D[z z*, z]
Out[2]=Conjugate[z] + z Conjugate'[z]
My question is: which is the best way to get as output
Out[2]=Conjugate[z]?
Should I properly define StarProduct or is there another even
straightforward solution?
Thanks a lot.

-- 
...and I will make them pay for
what they've done! (J.L. Picard)


  • Prev by Date: NonlinearModelFit vector valued functions
  • Next by Date: Could you prove this proposition:the i-th prime gap p[i+1]-p[i]<=i
  • Previous by thread: NonlinearModelFit vector valued functions
  • Next by thread: Re: Complex conjugate differentiation