answersLogoWhite

0

Basically you use a double-precision floating point number for the real part, a double-precision floating point number for the imaginary part, and write methods for any operation you want to include (such as addition, etc.; trigonometric functions, exponential function).

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

What is complex math?

Complex math covers how to do operations on complex numbers. Complex numbers include real numbers, imaginary numbers, and the combination of real+imaginary numbers.


What is the market cap for ADT Corporation ADT?

As of July 2014, the market cap for ADT Corporation (ADT) is $5,833,743,993.72.


What is the relation of complex numbers to real numbers?

Complex numbers are a proper superset of real numbers. That is to say, real numbers are a proper subset of complex numbers.


Could anyone list numbers not in the set of complex numbers?

No. Complex numbers is the highest set of numbers you can go, and there are no sets outside of complex numbers.


What is the symbol for ADT Corporation in the NYSE?

The symbol for ADT Corporation in the NYSE is: ADT.


What does the acronym ADT stand for in ADT Security?

The acronym ADT, as in ADT Security, originally stood for American District Telegraph in the 1800s, but now the company is known more simply as ADT Security.


Set of real numbers and set of complex numbers are equivalent?

Real numbers are a proper subset of Complex numbers.


What year did Mr Kbh invent complex numbers?

Complex numbers were not invented by Mr KBH.


What is float ADT?

A float ADT refers to the Abstract Data Type that represents floating-point numbers in a computer program. It typically includes operations for arithmetic calculations like addition, subtraction, multiplication, and division on floating-point numbers. Floats are used to represent real numbers with decimal points in programming and are implemented in languages like C, Java, and Python.


What are the kinds of complex numbers?

Complex numbers include real numbers, pure imaginary numbers, and the combination of those two.


How do you write a programme to add two complex numbers?

Store your complex numbers in a structure of some sort that has two variables - one to store the real part and one to store the complex part. Then to add two complex numbers, add the real parts together and add the complex part together, eg: (2 + 3i) + (5 - 2i) = ((2 + 5) + (3 + -2)i) = (7 + i) how you actually do this will be entirely up to the language you are using for your programming.


Do the complex numbers for a group under binary operation ' plus '?

Yes, the complex numbers, as well as the real numbers which are a subset of the complex numbers, form groups under addition.