Answer:
The horizontal conductivity is 41.9 m/d.
The vertical conductivity is 37.2 m/d.
Explanation:
Given that,
Thickness of A = 8.0 m
Conductivity = 25.0 m/d
Thickness of B = 2.0 m
Conductivity = 142 m/d
Thickness of C = 34 m
Conductivity = 40 m/d
We need to calculate the horizontal conductivity
Using formula of horizontal conductivity
Put the value into the formula
We need to calculate the vertical conductivity
Using formula of vertical conductivity
Put the value into the formula
Hence, The horizontal conductivity is 41.9 m/d.
The vertical conductivity is 37.2 m/d.
Answer:
#include <iostream>
#include <string>
using namespace std;
bool isPalindrome(string str)
{
int length = str.length();
for (int i = 0; i < length / 2; i++)
{
if (tolower(str[i]) != tolower(str[length - 1 - i]))
return false;
}
return true;
}
int main()
{
string s[6] = {"madam", "abba", "22", "67876", "444244", "trymeuemyrt"};
int i;
for(i=0; i<6; i++)
{
//Testing function
if(isPalindrome(s[i]))
{
cout << "\n " << s[i] << " is a palindrome... \n";
}
else
{
cout << "\n " << s[i] << " is not a palindrome... \n";
}
}
return 0;
}
Answer:
Explanation:
Inductance = 250 mH = 250 / 1000 = 0.25 H
capacitance = 4.40 µF = 4.4 × 10⁻⁶ F ( µ = 10⁻⁶)
ΔVmax = 240, f frequency = 50Hz and I max = 110 mA = 110 /1000 = 0.11A
a) inductive reactance = 2πfl = 2 × 3.142 × 50 × 0.25 H =78.55 ohms
b) capacitive reactance = = 1 / ( 2 × 3.142× 50 × 4.4 × 10⁻⁶ ) = 723.34 ohms
c) impedance = = 240 / 0.11 = 2181.82 ohms
Answer:
3.115× meter
Explanation:
hall-petch constant for copper is given by
=25 MPa
k=0.12 for copper
now according to hall-petch equation
= +
240=25+
D=3.115× meter
so the grain diameter using the hall-petch equation=3.115× meter