Answer:
Explanation gives the answer
Explanation:
% Using MATLAB,
% Matlab file : fieldtovar.m
function varargout = fieldtovar(S)
% function that accepts single structure as input, assigning each
% of the field values to user-defined variables
fields = fieldnames(S); % get the field names of the input structure
% check if number of user-defined variables and number of fields in
% structure are equal
if nargout == length(fields)
% if equal assign each value of structure to user-defined varable
for i=1:nargout
varargout{i} = getfield(S,fields{i});
end
else
% if not equal display an error message
error('The number of output variables does not equal the number of fields');
end
end
%This brings an end to the program
Answer:
Half-wave rectifier converts an AC signal into a DC signal. It's called a half-wave because it only rectify the positive part of an AC signal.
AC Signal = An electrical signal that alternates between positive and negative voltage.
DC Signal = An electrical signal that only has positive voltage.
Rectify = A fancy word for converting something.
Adding a capacitor helps the positive part of the signal stay on longer. This work because the capacitor stores energy kinda like a battery. During the negative part of the AC signal, the energy stored in the capacitor will be drained and used, then the cycle repeats.
The load resistor is just there to prevent a short circuit from happening.
Answer:
(a) dynamic viscosity =
(b) kinematic viscosity =
Explanation:
We have given temperature T = 288.15 K
Density
According to Sutherland's Formula dynamic viscosity is given by
, here
μ = dynamic viscosity in (Pa·s) at input temperature T,
= reference viscosity in(Pa·s) at reference temperature T0,
T = input temperature in kelvin,
= reference temperature in kelvin,
C = Sutherland's constant for the gaseous material in question here C =120
= 291.15
when T = 288.15 K
For kinematic viscosity :
Answer and Explanation:
Gas chromatography separates compounds depending on their **polarity and volatility**. Benzene, m-xylene, and toluene have similar **polarities**, therefore, the main basis for separation is **volatility**. The more volatile a component the ** higher its vapor pressure**, hence the more time it spends in the **gaseous mobile phase**, giving it a **shorter** retention time. Therefore, components of a liquid mixture will elute in order of **increasing boiling points/decreasing volatilities/increasing polarities with the stationary phase**.