Can anyone direct me to the section of numpy manual where i can get functions to accomplish root mean square calculations ... (i know this can be accomplished using np.mean and
Try this:
U = np.zeros((N,N)) ind = 1 k = np.zeros(N) k[:] = U[ind,:]