The awnser is D cause it is
Answer:
Return the total population of all cities in the list.
Explanation:
It is for every element in cityinfo. It works not only for one array but multiple.
I attached the document with the code or function with the name import cvs becuase when I wrote it down and it sent a message written on red about inappropriate words.
Answer:
s= 20.4 m
Explanation:
First lets write down equations for each ball:
s=so+vo*t+1/2a_c*t^2
for ball A:
s_a=30+5*t+1/2*9.81*t^2
for ball B:
s_b=20*t-1/2*9.81*t^2
to find time deeded to pass we just put that
s_a = s_b
30+5*t-4.91*t^2=20*t-4.9*t^2
t=2 s
now we just have to put that time in any of those equations an get distance from the ground:
s = 30 + 5*2 -1/2*9.81 *2^2
s= 20.4 m
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:
1) 1.4(D + F)
2) 1.2(D + F + T) + 1.6(L + H) + 0.5(Lr or S or R)
3) 1.2D + 1.6(Lr or S or R) + ((0.5 or 1.0)*L or 0.8W)
4) 1.2D + 1.6W + (0.5 or 1.0)*L + 0.5(Lr or S or R)
5) 1.2D + 1.0E + (0.5 or 1.0)*L + 0.2S
6) 0.9D + 1.6W + 1.6H
7) 0.9D + 1.0E + 1.6H
Explanation:
Load and Resistance Factor Design
there are 7 basic load combination of LRFD that is
1) 1.4(D + F)
2) 1.2(D + F + T) + 1.6(L + H) + 0.5(Lr or S or R)
3) 1.2D + 1.6(Lr or S or R) + ((0.5 or 1.0)*L or 0.8W)
4) 1.2D + 1.6W + (0.5 or 1.0)*L + 0.5(Lr or S or R)
5) 1.2D + 1.0E + (0.5 or 1.0)*L + 0.2S
6) 0.9D + 1.6W + 1.6H
7) 0.9D + 1.0E + 1.6H
and
here load factor for L given ( * ) mean it is permitted = 0.5 for occupancies when live load is less than or equal to 100 psf
here
D is dead load and L is live load
E is earth quake load and S is snow load
W is wind load and R is rain load
Lr is roof live load