answersLogoWhite

0

Real part of the result = real part of first number + real part of second number

Imaginary part of the result = imaginary part of first number + imaginary part of second number

User Avatar

Wiki User

14y ago

Still curious? Ask our experts.

Chat with our AI personalities

JudyJudy
Simplicity is my specialty.
Chat with Judy
BlakeBlake
As your older brother, I've been where you are—maybe not exactly, but close enough.
Chat with Blake
RafaRafa
There's no fun in playing it safe. Why not try something a little unhinged?
Chat with Rafa

Add your answer:

Earn +20 pts
Q: How do you write a pseudocode for additing two complex number?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Other Math

A complex number is a number of the form a plus bi where?

"a + bi" is a common way to write a complex number. Here, "a" and "b" are real numbers.Another common way to write a complex number is in polar coordinates - basically specifying the distance from zero, and an angle.


Write the pseudocode for finding the largest of three numbers?

max=number min=number counter=1 start while(counter<=3) read number start if max<number max=number else if min>number min=number end while write max write min /*modify the counter switch according to the number of values being compared if required*/


Flowchart to check whether an integer is positive or negative?

I'll write it as pseudocode; you can easily convert it to a flowchart. If your number is more than 0 (Your number is positive) else if your number is less than 0 (your number is negative) else (your number is equal to zero)


Write a structure algorithm pseudocode to calculate the square of a number inputted your algorithm should accept a number find the square and then print the square amount.?

Oh, dude, like, okay. So, you want a pseudocode to calculate the square of a number? Easy peasy. Here it goes: START ACCEPT number square = number * number PRINT square END There you go, a simple pseudocode to find the square of a number. Hope that helps, man.


What is a non real complex number?

Complex numbers are written in the form (a+bi), where i is the square root of -1.A real number does not have any reference to i in it.A non real complex number is going to be a complex number with a non-zero value for b, so any number that requires you to write the number i is going to be an answer to your question.2+2i for example. (2 plus 2 times i)