[GiNaC-devel] Derivative of conjugated is conjugated of derivative.

Vladimir V. Kisil kisilv at maths.leeds.ac.uk
Tue Nov 5 08:11:54 CET 2013


	Dear All,

  Further to my previous patch on functions derivatives, this small
  patch adds the rule 

conjugate(f)'=conjugate(f')

  to the GiNaC. The change can be seen here:

  cout << conjugate(log(z)).diff(z) << endl;
  // (before) -> z^(-1)*D[0](conjugate)(log(z))
  // (now)  -> conjugate(z)^(-1)

  Best wishes,
  Vladimir
-- 
Vladimir V. Kisil     email: kisilv at maths.leeds.ac.uk
                        www: http://www.maths.leeds.ac.uk/~kisilv/
Book: Geometry of Mobius Transformations
http://www.worldscientific.com/worldscibooks/10.1142/p835
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0003-Derivative-of-conjugated-is-conjugated-of-derivative.patch
Type: text/x-diff
Size: 1387 bytes
Desc: patch file
URL: <http://www.cebix.net/pipermail/ginac-devel/attachments/20131105/1688f2ef/attachment.bin>


More information about the GiNaC-devel mailing list