Learn R Programming

mrbsizeR (version 1.3)

eigenLaplace: Generate eigenvalues of discrete Laplace matrix.

Description

The eigenvalues of a discrete Laplace matrix with dimension (mm, nn) are calculated.

Usage

eigenLaplace(mm, nn)

Value

A row vector containing the eigenvalues of the discrete laplace matrix.

Arguments

mm

Number of rows of the discrete Laplace matrix.

nn

Number of columns of the discrete Laplace matrix.

Examples

Run this code
eigval <- eigenLaplace(5, 5)

Run the code above in your browser using DataLab