#6344: Typesetting partial derivatives in new symbolics
---------------------------------+--------------------------
       Reporter:  gmhossain      |        Owner:  burcin
           Type:  enhancement    |       Status:  needs_work
       Priority:  major          |    Milestone:  sage-6.4
      Component:  symbolics      |   Resolution:
       Keywords:                 |    Merged in:
        Authors:  Burcin Erocal  |    Reviewers:
Report Upstream:  N/A            |  Work issues:
         Branch:                 |       Commit:
   Dependencies:                 |     Stopgaps:
---------------------------------+--------------------------

Comment (by kcrisman):

 Wow, after reading the threads in question I see that at this point Sage
 has existed about as long with this new format as it did with the previous
 one.  I'm reluctant to make this wontfix, at least the ''option'' as
 indicated there
 {{{
 psi(x) = function('psi',x)
 g = diff(psi(x),x)
 latex(g)
 \frac{d \psi\left(x\right)}{d x}

 # Switch to D format
 sage.symbolic.pynac.typeset_d_as_diff=False

 latex(g)
 D[0]\psi\left(x\right)
 }}}
 should exist, except of course the other way around for the default
 nowadays, I guess.  Maybe that piece of attachment:enhanced-symbolic-
 typesetting-rebased_to_4.0.1.patch:ticket:5711 should be implemented here
 instead?

--
Ticket URL: <http://trac.sagemath.org/ticket/6344#comment:21>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

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

Reply via email to