The inputs are lists of complex numbers, the order is (approximately) lexicographic: regard each complex n-vector as real 2n-vector, for the corresponding coordinates a and b (of two real 2n-vectors) a < b if b-a is larger than Tolerance.
i1 : isGEQ({1,1,1},{1,0,2}) o1 = true |
i2 : isGEQ({1,1e-7},{1, 0}) o2 = true |
The object isGEQ is a method function with options.