powered by
The mathematical set of complex numbers.
Returns R6 object of class Complex.
Complex$new(dim = 1)
dim
The set of Complex numbers is defined as the set of reals with possibly imaginary components, i.e. $$Complex = \{a + bi \ | \ a,b \in R\}$$ where \(R\) is the set of reals.
listSpecialSets
# NOT RUN { Complex$new() Complex$new(dim = 2) # }
Run the code above in your browser using DataLab