Description Usage Arguments Value Examples
The eigenvalues of a discrete Laplace matrix with dimension (mm, nn) are
calculated.
1  | eigenLaplace(mm, nn)
 | 
mm | 
 Number of rows of the discrete Laplace matrix.  | 
nn | 
 Number of columns of the discrete Laplace matrix.  | 
A row vector containing the eigenvalues of the discrete laplace matrix.
1  | eigval <- eigenLaplace(5, 5)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.