KroneckerDelta¶
-
class
proveit.numbers.
KroneckerDelta
(i, j, *, styles=None)[source]¶ Bases:
proveit.Operation
The Kronecker delta function of i and j is equal to 1 if i=j or equals 0 otherwise.
Methods Summary
latex
(self, \*\*kwargs)Return a latex-formatted representation of the Expression.
string
(self, \*\*kwargs)Return a string representation of the Expression.
Methods Documentation