answersLogoWhite

0


Best Answer

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

13y ago
This answer is:
User Avatar

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
Related questions

write a pseudocode to accept a number and find if it is prime or not?

Yes


Write the Pseudocode to find the factorial of a number?

Pseudo code+factorial


How do you write the pseudocode for an application that accepts a number as input and displays the number three times?

input number for loop = 1 to 3 inclusive print number end for


Write a pseudocode statement that assigns the sum of 10 and 14 to the variable total?

There are different ways of writing a pseudocode statement but the concept remains, it can be presented: /*Declare variables Total (number (3)) = 0 A (number (2)) =10 B (number (2)) =14 begin Total=A+B end


How do you write a pseudocode with conditions?

Start Input x, y ; If (x


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.


How do you write a pseudocode program for finding out x to the power of y?

X**y


What 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*/


Write a pseudocode statement that assigns the value 27 to the variable count?

count := 27


Explain Pseudo code for circular linked list?

write pseudocode for link list


How do you write the semicolon symbol in a pseudocode logic program delaing with classes?

Any of these: PRINT semicolon EMIT ; WRITE ";" etc.