Question: N= random number generated by Webassign idx=# random number generated by Webassign Tx=zeros(N+1, float ) for i in range (0,N+1) : Tx[i]=sin(pii/N) print Tx[idx] What
N= random number generated by Webassign idx=# random number generated by Webassign Tx=zeros(N+1, float ) for i in range (0,N+1) : Tx[i]=sin(pii/N) print Tx[idx] What is the result of the print statement when N=99 and idx=31 ? Hint: Be sure your calculator is in radians for this calculation. How many elements are in Tx? What is the index of the first element of Tx? What is the index of the last element of Tx
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
