Answer:
Aluminum
Explanation:
The best material to use when creating an electric fence would be Aluminum. Aluminum wiring is incredibly durable and can be easily obtained. Since aluminum is a non-magnetic metal its conducting capabilities far exceed other metallic options in the market and is also why companies choose aluminum for their high tension cable wiring. Aside from being more expensive than other feasible options its durability and conducting capabilities make it easily the best option.
Answer:
Explanation:
The python code to generate this is quite simple to run.
i hope you understand everything written here, you can as well try out other problems to understand better.
First to begin, we import the package;
Code:
import pandas as pd
import matplotlib.pyplot as plt
name = input('Enter name of the file: ')
op = input('Enter name of output file: ')
df = pd.read_csv(name)
df['Date'] = pd.to_datetime(df["Date"].apply(str))
plt.plot(df['Date'],df['Absent']/(df['Present']+df['Absent']+df['Released']),label="% Absent")
plt.legend(loc="upper right")
plt.xticks(rotation=20)
plt.savefig(op)
plt.show()
This should generate the data(plot) as seen in the uploaded screenshot.
thanks i hope this helps!!!
This is a very very difficult one for me, let me get back to you with the proper answer.
Answer:
a). Work transfer = 527.2 kJ
b). Heat Transfer = 197.7 kJ
Explanation:
Given:
= 5 Mpa
= 1623°C
= 1896 K
= 0.05 
Also given 
Therefore,
= 1 
R = 0.27 kJ / kg-K
= 0.8 kJ / kg-K
Also given : 
Therefore,
= 

= 0.1182 MPa
a). Work transfer, δW = 
![\left [\frac{5\times 0.05-0.1182\times 1}{1.25-1} \right ]\times 10^{6}](https://tex.z-dn.net/?f=%5Cleft%20%5B%5Cfrac%7B5%5Ctimes%200.05-0.1182%5Ctimes%201%7D%7B1.25-1%7D%20%20%5Cright%20%5D%5Ctimes%2010%5E%7B6%7D)
= 527200 J
= 527.200 kJ
b). From 1st law of thermodynamics,
Heat transfer, δQ = ΔU+δW
= 
=![\left [ \frac{\gamma -n}{\gamma -1} \right ]\times \delta W](https://tex.z-dn.net/?f=%5Cleft%20%5B%20%5Cfrac%7B%5Cgamma%20-n%7D%7B%5Cgamma%20-1%7D%20%5Cright%20%5D%5Ctimes%20%5Cdelta%20W)
=![\left [ \frac{1.4 -1.25}{1.4 -1} \right ]\times 527.200](https://tex.z-dn.net/?f=%5Cleft%20%5B%20%5Cfrac%7B1.4%20-1.25%7D%7B1.4%20-1%7D%20%5Cright%20%5D%5Ctimes%20527.200)
= 197.7 kJ