OnlineSciCalc Home Guide Tools

Guide

View our quick guide, or navigate through the menu to the left to find the definition and usage of each function provided by our calculator.

Additionally, use the search bar to search for a function. Select the name of any function name to visit its page.

Conjugate

Syntax

conj(x)

Definition

The conjugate function returns the conjugate of a complex number. The conjugate of a complex number x is defined as the real part of x plus the imaginary part of x with the opposite sign. Formally: conj(a+bi)=(abi)\operatorname{conj}(a+bi)=(a-bi)

Examples

conj(3 + 2i)
= 3 - 2i

conj(4 - 3i)
= 4 + 3i