100% inner product

#include<stdio.h>
void main()
{
   int a[3]={1,2,-1};
   int b[3]={1,0,1},i,total=0;  //total is used to store inner product
   for(i=0;i<3;i++)
   {
    total=total+a[i]*b[i];
   }
   printf("\n inner product is : %d",total);
   if(total==0)
   {
     printf("\n the given vectors are orthogonal to each other");
   }
   else
   {printf("\n the two vectors are not orthogonal");
   }
}


తెరమీద 
inner product is : 0
he given vectors are orthogonal to each othe

కామెంట్‌లు

ఈ బ్లాగ్ నుండి ప్రసిద్ధ పోస్ట్‌లు

100% C prog to write content into a file and then read it back onto the console

Spic macay

శ్రీరస్తు.. రామలింగ 18-1-24 (సూరసాని వారి ఆహ్వానము)