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;
how to write a program for matrix multiplication in microprocesspr
it can be used to write a multiplication sentence by flipping the numbers around
mov ax,1234hmov bx,03hmul bxhlt( "THIS IS THE PROGRAMM CODING FOR 8 BIT 2NUMBERE'S MULTIPLICATION
a*b = exp (ln a + ln b)
1,4,9,25,36
write a lex program to delete space from the program
write an assembly language program to find sum of N numbers
Not possible to write one here (too complex). Look for a commercial program to do this.
If the "x" is a multiplication sign, you can simply write the numbers first, and omit the multiplication sign: 21ac.
you can't write a multiplication mark on a keyboard but you can write a division one. first hold ALT and type 246 (÷) :) The letter 'x'. If using a program like Excel, use *.
multiplicand_________multiplier / multiplicand x multiplier=product_______product______
you can write by two ways 1 by giving the size of array at declaration 2 by checking condition