On Wed, Nov 19, 2014 at 9:32 AM, Bill Page <bill.p...@newsynthesis.org> wrote:
> OK, this looks better!
>
> (1) -> D(abs(x),x)
>
>          _
>          x + x
>    (1)  -------
>         2abs(x)
>                                                     Type:
> Expression(Integer)
> (2) -> D(conjugate(x),y)
>
>    (2)  0
>                                                     Type:
> Expression(Integer)
> (3) -> D(conjugate(x),x)
>
>    (3)  1
>                                                     Type:
> Expression(Integer)
> (4) -> f:=operator 'f
>
>    (4)  f
>                                                           Type:
> BasicOperator
> (5) -> D(abs(f(x)),x)
>
>              , _      _  ,
>         f(x)f (x) + f(x)f (x)
>
>    (5)  ---------------------
>               2abs(f(x))
>                                                     Type:
> Expression(Integer)
> (6) -> D(abs(log(x)),x)
>
>         _    _
>         xlog(x) + x log(x)
>    (6)  ------------------
>             _
>           2xxabs(log(x))
>                                                     Type:
> Expression(Integer)

That looks good, right? What about arg(z). What are the Wirtinger
derivatives of arg(z)? Do you have other examples of non-analytic
functions?

Would you mind posting your patch to FriCAS somewhere? I would be
interested in how you implemented it.

Ondrej

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to