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:
(i) 169.68 volt
(ii) 16.90 volt
(iii) 16.90 volt
(iv) 108.07 volt
(v) 2.161 A
Explanation:
Turn ratio is given as 10:1
We have given that input voltage 
(i) We know that peak voltage is give by 
(ii) We know that for transformer 
So 

So peak voltage in secondary will be 16.90 volt
(iii) Peak voltage of the rectifier will be equal to the peak voltage of the secondary
So peak voltage of the rectifier will be 16.90 volt
(iv) Dc voltage of the rectifier is given by 
(v) Now dc current is given by 
Answer:
The answer is "
"
Explanation:
Please find the complete question in the attached file.
Its change in temperature in pipes depends on rate heads and loss in pipes owing to pipe flow, contractual loss, etc.
The temperature change thus relies on V1 v2 p d D L.
Answer:
Diode equation for reverse saturation current
Voltage at which diode goes into Resistive region:V=-5 volts
Voltage at which high level injection occurs:Va=0.55 volt
Voltage at which avalanche multiplication occurs:V=5volts
Explanation:
we take here forward and reverse 0.7 volt and -5 volt
As Diode current equation is express as
....................1
here
is total current through the diode and
is reverse saturated current and
is voltage drop across diode and
is idealized factor and
is thermal voltage
so here we know that when Bios is forward than
=
.................2
ans Bios is Reverse than
=
..................3
so here
1. diode reverse saturation current is express as
and
2. Voltage at which diode go into Reverse behavior will be
=
= -5 volt
and
3. voltage at which high level injection occur that is
Va = 0.55 volt
and
4. voltage at which avalanche multiplication occurs is
Va = 5 volt
Answer:
C.
Explanation:
You want to make sure it still works. You don't want to move it periodically though in case of an emergency.