Final Correct

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

syms ww

k = 1;
f = 0;
while(k<6)
ph(k) = (sin(k * pi * 0.5))*sqrt(2)
w(k) = k * (pi^2)
f = f + (((ph(k))^2)/(((w(k))^2)-(ww^2)))
k = k+1;
pause
end
f1 = f - (1/((ww^2)*(0.5))) + (1/(24))
solve(f1,ww)

You might also like