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;
}
Attached is the solution to the above question.
Answer:
LOTS
Explanation:
Catapults, Towers, and Trebuchets were all used by Saladin to capture Jerusalem in 1187
Answer:
Load carried by shaft=9.92 ft-lb
Explanation:
Given: Power P=4.4 HP
P=3281.08 W
<u><em>Power: </em></u>Rate of change of work with respect to time is called power.
We know that P=
rad/sec
So that P=
So 3281.08=
T=13.45 N-m (1 N-m=0.737 ft-lb)
So T=9.92 ft-lb.
Load carried by shaft=9.92 ft-lb
Answer:
Valleys and low-lying areas, hills and mountains, were some of the challenges faced by Roman engineers who built Aqueducts. The first aqueduct was built in Rome around 312 BC. By the 3rd century AD, it became common.