Answer:
See explaination
Explanation:
#include <iostream>
#include<string.h>
using namespace std;
bool isPalindrome(string str, int lower, int upper){
if(str.length() == 0 || lower>=upper){
return true;
}
else{
if(str.at(lower) == str.at(upper)){
return isPalindrome(str,lower+1,upper-1);
}
else{
return false;
}
}
}
int main(){
string input;
cout<<"Enter string: ";
cin>>input;
if(isPalindrome(input,0,input.length()-1)){
cout<<input<<" is a palindrome"<<endl;
}
else{
cout<<input<<" is NOT a palindrome"<<endl;
}
return 0;
}
Answer: ε₁+ε₂+ε₃ = 0
Explanation: Considering the initial and final volume to be constant which gives rise to the relation:-
l₀l₀l₀=l₁l₂l₃

taking natural log on both sides

Considering the logarithmic Laws of division and multiplication :
ln(AB) = ln(A)+ln(B)
ln(A/B) = ln(A)-ln(B)

Use the image attached to see the definition of true strain defined as
ln(l1/1o)= ε₁
which then proves that ε₁+ε₂+ε₃ = 0
Answer:
True ❤️
-Solid by solid can make Cylindrical wire doubles Strengths in tension
Answer:
The ARM processor normally contains at least the Z, N, C, and V flags, which are updated by execution of data processing instructions.
Explanation:
Answer:
W= 8120 KJ
Explanation:
Given that
Process is isothermal ,it means that temperature of the gas will remain constant.
T₁=T₂ = 400 K
The change in the entropy given ΔS = 20.3 KJ/K
Lets take heat transfer is Q ,then entropy change can be written as

Now by putting the values

Q= 20.3 x 400 KJ
Q= 8120 KJ
The heat transfer ,Q= 8120 KJ
From first law of thermodynamics
Q = ΔU + W
ΔU =Change in the internal energy ,W=Work
Q=Heat transfer
For ideal gas ΔU = m Cv ΔT]
At constant temperature process ,ΔT= 0
That is why ΔU = 0
Q = ΔU + W
Q = 0+ W
Q=W= 8120 KJ
Work ,W= 8120 KJ