Answer:
1. Industrial revolution was initiated or borne through the production of Steel
2. World War 1 led to the development of Tanks
Explanation:
The production of Steel through the Bessemer Process in the middle of the nineteenth century was a major technological development that spurred the Industrial revolution. This invention led to the widespread use of steel in the production of many things including vehicles and airplanes.
During the First World War in 1914, soldiers found the use of just their armaments in battle as not so productive. This led to the development of Tanks in 1915 that would continue moving towards the enemy even when being shot at.
Answer:
The MATLAB Code for this PI Controller will be:
Kp = 350;
Ki = 300;
Kd = 50;
C = pid(Kp,Ki,Kd)
T = feedback(C*P,1);
t = 0:0.01:2;
step(T,t)
Explanation:
When you are designing a PID controller for a given system, follow the steps shown below to obtain a desired response.
Obtain an open-loop response and determine what needs to be improved
Add a proportional control to improve the rise time
Add a derivative control to reduce the overshoot
Add an integral control to reduce the steady-state error
Adjust each of the gains $K_p$, $K_i$, and $K_d$ until you obtain a desired overall response.
The further explanation is attached in the Word File.
Answer:
a) 
b) 
Explanation:
From the question we are told that:
Pressure 
Diameter 
Generally at sea level

Generally the Power series equation for Mach number is mathematically given by



Therefore
Mass flow rate



Generally the equation for Velocity at throat is mathematically given by
)
Where


Therefore

Generally the equation for Mass flow rate is mathematically given by



Answer:
By running multiple regression with dummy variables
Explanation:
A dummy variable is a variable that takes on the value 1 or 0. Dummy variables are also called binary
variables. Multiple regression expresses a dependent, or response, variable as a linear
function of two or more independent variables. The slope is the change in the response variable. Therefore, we have to run a multiple regression analysis when the variables are measured in the same measurement.The number of dummy variables you will need to capture a categorical variable
will be one less than the number of categories. When there is no obvious order to the categories or when there are three or more categories and differences between them are not all assumed to be equal, such variables need to be coded as dummy variables for inclusion into a regression model.
Answer:
Distributes a floor load or weight
Explanation: