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