Answer:
%Program prompts user to input vector
v = input('Enter the input vector: ');
%Program shows the value that user entered
fprintf('The input vector:\n ')
disp(v)
%Loop for checking all array elements
for i = 1 : length(v)
%check if the element is a positive number
if v(i) > 0
%double the element
v(i) = v(i) * 2;
%else the element is negative number.
else
%triple the element
v(i) = v(i) * 3;
end
end
%display the modified vector
fprintf('The modified vector:\n ')
disp(v)
Answer:
Total BF for the interior wall is 7.50BD
Explanation:
Given Data:
· Size of stud = 2” x 6”
· Height of Wall = 8 ft
· Top plates = 2
· Bottom Plate = 1
BF stands for board feet in lumber/wood terminology. It is the unit of volume.
1 BF (Board feet) = 1 ft x 1 ft x 1 inch
Since there are total three plates at top and bottom, we have to deduct their thickness from wall height to calculate height of stud.
Height of stud = 8’ – 3 x 2” = 7’6” = 7.5 ft
Board feet of one stud = 7.50 6/12 x 2 = 7.50 BD
Total BF for the interior wall is 7.50BD
Answer:
enables the representation, analysis and communication of various aspects of an information system. These aspects correspond to varying and incomplete views of information systems and the processes therein.
Answer:
and my favorite song is popular loner
Explanation:
my favorite rapper is rod wave
Answer:
yes.
Explanation:
because all websites use coding