Answer:
A is the input array
B = []
; %B is initially an empty array
for i = 1:length(A)/2 %iterates over A until the midpoint of A
B(i) = A(i) + A(end + 1 - i); %This adds the numbers from the first half and %second half of A, and stores in B
end
disp(B)
Answer:
It started working in July 16,1995. Mr Jeff Benzos was the founder of Amazon. An is located in 410 Terry Ave N, Seattle 98109,WA.
Explanation:
The answer is 326.
Range is found by subtracting the smallest number in the data set from the largest number.
Highest number: 419
Lowest number: 93
419-93
=326
(Next time make sure to post this under the Mathematics section.)
Answer:
The velocity at 30 centimeters down the ramp will be considerable higher compared to 10 centimeters down the ramp.
Explanation:
It is a non lineair problem, since the speed is increasing while rolling down the ramp.
We will expect therefore, that the graph of speed (on the y-axis) and position (on the x-axis) will NOT be a streight line.
if you could plot some values given, with speed (on the y-axis) and position (on the x-axis), then you could draw a smooth line through them, which would give an estimate of all points in between them.
What can be stated with only so limited information, is that the velocity at 30 centimeters down the ramp will be considerable higher compared to 10 centimeters down the ramp.
Answer: A Transaction Processing System (TPS) is a type of information system that collects, stores, modifies and retrieves the data transactions of an enterprise. Rather than allowing the user to run arbitrary programs as time-sharing, transaction processing allows only predefined, structured transactions.
Three cycles: Transaction processing systems generally go through a five-stage cycle of 1) Data entry activities 2) Transaction processing activities 3) File and database processing 4) Document and report generation 5) Inquiry processing activities.
Explanation: hope this helps!