plz tell me the code for complex number operations...li ke addition,substr ation,multiplic ation & division
complex numbers
Collapse
X
-
The experts on this site are more than happy to help you with your problems but they cannot do your assignment/program for you. Attempt the assignment/program yourself first and post questions regarding any difficulties you have or about a particular function of the code that you don't know how to achieve.
Please read the Posting Guidelines and particularly the Coursework Posting Guidelines.
Then when you are ready post a new question in this thread.
MODERATOR -
invent you own functions to carry out these calculations.Originally posted by nowmeetmeplz tell me the code for complex number operations...li ke addition,substr ation,multiplic ation & division
x = a + ib
y = c + id
then how would you calculate the sum of x and y, using a pen and one piece of paper?Comment
Comment