KroneckerDelta¶
-
class
proveit.numbers.KroneckerDelta(i, j, *, styles=None)[source]¶ Bases:
proveit.OperationThe 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