scipy.sparse.coo_matrix. sin# coo_matrix.sin()[source]# Element-wise sin. See numpy.sin for more information. Returns: sinsparse array / matrixResult of applying numpy.sin to the data of this sparse matrix.