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!!!
Answer:
Point force (Qp) = 704 kn/m²
Explanation:
Given:
length = 19 m
Width = 0.5 m
fs = 4
Vicinity of the pile = 25
Find:
Point force (Qp)
Computation:
Point force (Qp) = fs²(l+v)
Point force (Qp) = 4²(25+19)
Point force (Qp) = 16(44)
Point force (Qp) = 704 kn/m²
Answer: heat loss through wall is 16.58034kW
Temperature of inside wall surface is 47°c
Temperature of outside wall surface is -2.7°c
Explanation:detailed calculation and explanation is shown in the image below.
Answer:

Explanation:
The phenomenon can be modelled after the Bernoulli's Principle, in which the sum of heads related to pressure and kinetic energy on ground level is equal to the head related to gravity.

The velocity of water delivered by the fire hose is:


The maximum height is cleared in the Bernoulli's equation:


