Answer:
/* C Program to rotate matrix by 90 degrees */
#include<stdio.h>
int main()
{
int matrix[100][100];
int m,n,i,j;
printf("Enter row and columns of matrix: ");
scanf("%d%d",&m,&n);
/* Enter m*n array elements */
printf("Enter matrix elements: \n");
for(i=0;i<m;i++)
{
for(j=0;j<n;j++)
{
scanf("%d",&matrix[i][j]);
}
}
/* matrix after the 90 degrees rotation */
printf("Matrix after 90 degrees roration \n");
for(i=0;i<n;i++)
{
for(j=m-1;j>=0;j--)
{
printf("%d ",matrix[j][i]);
}
printf("\n");
}
return 0;
}
An o ring intended for use in a hydraulic system using MIL-H-5606 (mineral base) fluid will be marked with a blue stripe or dot.
Answer:
2021 super star wagon master
Answer:
Heat transfer rate(Q)= 1.197kW
Power output(W)=68.803kW
Answer:
A periodic function is a function that returns to its value over a certain period at regular intervals an example is the wave form of flux density (B) = sin <em>wt</em>
Explanation:
A periodic function is a function that returns to its value over a certain period at regular intervals an example is the wave form of flux density (B) = sin <em>wt</em>
attached to the answer is a free plot of the output starting with zero degree for one coil rotating in a uniform magnetic field
B ( wave flux density ) = Bm sin<em>wt and w = </em>2
f =
rad/sec