Explanation:
Decentralization—the transfer of authority and responsibility for public functions from the central government to subordinate or quasi-independent government organizations and/or the private sector—is a complex multifaceted concept.
Answer:
Steps:
1. Create a text file that contains blade diameter (in feet), wind velocity (in mph) and the approximate electricity generated for the year
2. load the data file for example, in matlab, use ('fileame.txt') to load the file
3. create variables from each column of your data
for example, in matlab,
x=t{1}
y=t{2}
4. plot the wind velocity and electricity generated.
plot(x, y)
5. Label the individual axis and name the graph title.
title('Graph of wind velocity vs approximate electricity generated for the year')
xlabel('wind velocity')
ylabel('approximate electricity generated for the year')
Answer:
Time =t2=58.4 h
Explanation:
Since temperature is the same hence using condition
x^2/Dt=constant
where t is the time as temperature so D also remains constant
hence
x^2/t=constant
2.3^2/11=5.3^2/t2
time=t^2=58.4 h