Please i need assistance with the code of attached file equation (3.59 ), Please help.
Show older comments
Please kindly Check the attached documents.
Equation 3.59
E= 0.1005
Best Regards Sirs
Answers (1)
David Hill
on 8 Jun 2020
n=10;%not given
k=1:2*n;
E=0.1005;
Sk=cos(1/n*asinh(1/E))*cos(pi/2)*(2*k-1)/n;%since cos(pi/2) is zero, this equation is always zero and does not make much sense to me.
2 Comments
Francis Emmanuel
on 8 Jun 2020
David Hill
on 8 Jun 2020
It is still not clear what you are doing with the Sk values, but the correct equation is:
n=10;%not given
k=1:2*n;
E=0.1005;
Sk=cosh(1/n*asinh(1/E))*cos(pi*(2*k-1)/(2*n));
Categories
Find more on Naming Conventions in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!