Vt_equation 2

clear
clc
g=input("g.....");
u=input("u.....");
ps=input("ps.....");
pw=input("pw.....");
d=input("d.....");
vt=(1/18)*(((ps-pw)*g*d^2)/u);
printf("Vt=.%f",vt);


Share on Google Plus

0 ความคิดเห็น:

Ex final2