//Chapter-4, Example 4.4, Page 133 //============================================================================= clc clear //CALCULATIONS f=60; Im=120; i=96; t=asin(i/Im)/(2*%pi*60); mprintf("time is %1.5f sec",t) //=================================END OF PROGRAM==============================