Answer:
See explaination
Explanation:
Lets first consider the term Isentropic efficiency. The isentropic efficiency of a compressor or pump is defined as the ratio of the work input to an isentropic process, to the work input to the actual process between the same inlet and exit pressures. IN practice, compressors are intentionally cooled to minimize the work input.
Please kindly check attachment for the step by step solution of the given problem.
Answer:
Codes for each of the problems are explained below
Explanation:
PROBLEM 1 IN C++:
#include<iostream>
using namespace std;
//fib function that calculate nth integer of the fibonacci sequence.
void fib(int n){
// l and r inital fibonacci values for n=1 and n=2;
int l=1,r=1,c;
//if n==1 or n==2 then print 1.
if(n==1 || n==2){
cout << 1;
return;
}
//for loop runs n-2 times and calculates nth integer of fibonacci sequence.
for(int i=0;i<n-2;i++){
c=l+r;
l=r;
r=c;
cout << "(" << i << "," << c << ") ";
}
//prints nth integer of the fibonacci sequence stored in c.
cout << "\n" << c;
}
int main(){
int n; //declared variable n
cin >> n; //inputs n to find nth integer of the fibonacci sequence.
fib(n);//calls function fib to calculate and print fibonacci number.
}
PROBLEM 2 IN PYTHON:
def fib(n):
print("fib({})".format(n), end=' ')
if n <= 1:
return n
else:
return fib(n - 1) + fib(n - 2)
if __name__ == '__main__':
n = int(input())
result = fib(n)
print()
print(result)
Answer:
sorry i dont understand the answer
Explanation:
but i think its a xd jk psml lol
Answer:
tyjtgfjhgk vgjyg7igjccxfb rt5bshe dgrty5rm nry5ghbhjyrdegbtyr45bh4 cnbfgcb xdftjrnn hdftytr s jhbgfhtyujt ntj
Explanation:
Answer:
U just believe in yourself ..........
Explanation:
<em>If </em><em>there </em><em>a</em><em>r</em><em>e </em><em>more </em><em>electrons </em><em>than </em><em>protons </em><em>in </em><em>a </em><em>piece </em><em>of </em><em>matter </em><em>it </em><em>will </em><em>have </em><em>a </em><em>negative</em><em> </em><em>charge </em><em>.</em><em> </em><em>i</em><em>f</em><em> </em><em>there </em><em>are </em><em>fever </em><em>it </em><em>will </em><em>have </em><em>positive</em><em> </em><em>charge </em><em>and </em><em>if </em><em>there </em><em>are </em><em>e</em><em>qual </em><em>numbers </em><em>it </em><em>will </em><em>have </em><em>neutral</em><em> </em><em>.</em><em>.</em><em>.</em><em>.</em><em>.</em><em>.</em><em>.</em><em>.</em><em>.</em><em>.</em><em>.</em><em>.</em>
.
.
.
.
.
.
.
.
hope it was helpful to you.....