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;
}
Answer:
Wind energy is converted to Mechanical energy which is then converted in to electrical energy
Explanation:
In a wind mill the following energy conversions take place
a) Wind energy is converted into Mechanical energy (rotation of rotor blades)
b) Mechanical energy is converted into electrical energy (by using electric motor)
This electrical energy is then used for transmission through electric lines.
Answer:
mobile phones and internet access
Explanation:
I got it right on my quiz
Answer:
A charge q1=7.0mc is located at the origin and a second charge q2=-5.0mc is located on the x axis, 0.3m the origin find the electric field at the point p which he's coordinates (0,0.40)m
Answer:
The strength coefficient is K = 591.87 MPa
Explanation:
We can calculate the strength coefficient using the equation that relates the tensile strength with the strain hardening index given by

where Sut is the tensile strength, K is the strength coefficient we need to find and n is the strain hardening index.
Solving for strength coefficient
From the strain hardening equation we can solve for K

And we can replace values

Thus we get that the strength coefficient is K = 591.87 MPa