#6803: Implement symbolic Kronecker delta and also make current signum (sgn)
symbolic
-------------------------+--------------------------------------------------
 Reporter:  gmhossain    |       Owner:     
     Type:  enhancement  |      Status:  new
 Priority:  major        |   Milestone:     
Component:  symbolics    |    Keywords:     
 Reviewer:               |      Author:     
   Merged:               |  
-------------------------+--------------------------------------------------
 We should have a symbolic Kronecker delta in Sage.

 Also, current implementation of signum (sgn) function
 returns wrong answer for symbolic input.
 {{{
 sage: sgn(x)
 1
 sage: sgn(-x)
 1
 }}}

 So we should make sgn() symbolic aware. Given, implementation of
 these functions in new symbolics should be very similar to the existing
 generalized function '''Dirac delta''' and '''Heaviside''', I am putting
 them together here.

 Also, ticket #777 should be closed down as Sign is already in Sage
 and this ticket will further enhance it.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6803>
Sage <http://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 post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to