Conjugate¶
-
class
proveit.numbers.
Conjugate
(num, *, styles=None)[source]¶ Bases:
proveit.Operation
The complex conjugate of a + i b for real numbers a and b is equal to a - i b.
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