answersLogoWhite

0

Answer:

#include<stdio.h>

#include<conio.h>

main()

{

int a,b,i=1,c1,c2,m;

clrscr();

printf("\nENTER THE VALUE OF a,b:");

scanf("d",&a,&b);

c1=a+i*b;

c2=a-i*b;

printf("\n");

pritnf("\nTHE COMPLEX NUMBERS ARE:");

printf("\n);

printf("a+ib=%d\ta-ib=%d",c1,c2);

m=c1*c2;

m=(a*a)+(b*b);

printf("\n");

printf("\nTHE MUL OF TWO COMPLEX NUMBERS IS=%d",m);

getch();

}

Answer:

z.real = x.real*y.real - x.imag*y.imag;

z.imag = x.real*y.imag + x.imag*y.real;

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

2x2 matrix multiplication program in 8085 processor?

how to write a program for matrix multiplication in microprocesspr


How can the community of property be used to write a multiplication sentence?

it can be used to write a multiplication sentence by flipping the numbers around


Write a program to multiply two 8 bit numbers in microprocessor 8086?

mov ax,1234hmov bx,03hmul bxhlt( "THIS IS THE PROGRAMM CODING FOR 8 BIT 2NUMBERE'S MULTIPLICATION


How you write multiplication program without asterisk symbol?

a*b = exp (ln a + ln b)


Write the square numbers between 1 and 40 describe the pattern the square numbers make on the multiplication table?

1,4,9,25,36


Write a program in Lex to eliminate white space and collect numbers as a token?

write a lex program to delete space from the program


How do you write an assembly language program to find the sum of n numbers using array?

write an assembly language program to find sum of N numbers


Write a c program on blood bank automation system?

Not possible to write one here (too complex). Look for a commercial program to do this.


What is another way of writing a x 2 1 c?

If the "x" is a multiplication sign, you can simply write the numbers first, and omit the multiplication sign: 21ac.


How do you type a multiplication sign if your keybaord doesn?

you can't write a multiplication mark on a keyboard but you can write a division one. first hold ALT and type 246 (&divide;) :) The letter 'x'. If using a program like Excel, use *.


How do you write multiplication names for three different square numbers?

multiplicand_________multiplier / multiplicand x multiplier=product_______product______


How do you write a program of matrix multiplication in a simple way?

you can write by two ways 1 by giving the size of array at declaration 2 by checking condition