powered by
The eigenvalues of a discrete Laplace matrix with dimension (mm, nn) are calculated.
mm
nn
eigenLaplace(mm, nn)
Number of rows of the discrete Laplace matrix.
Number of columns of the discrete Laplace matrix.
A row vector containing the eigenvalues of the discrete laplace matrix.
# NOT RUN { eigval <- eigenLaplace(5, 5) # }
Run the code above in your browser using DataLab