Learn R Programming

distr6 (version 1.3.1)

Complex: Set of Complex Numbers

Description

The mathematical set of complex numbers.

Value

Returns R6 object of class Complex.

Constructor

Complex$new(dim = 1)

Constructor Arguments

Argument Type Details
dim numeric Dimension of the set.

Details

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.

See Also

listSpecialSets

Examples

Run this code
# NOT RUN {
Complex$new()
Complex$new(dim = 2)

# }

Run the code above in your browser using DataLab