fiedler {gallery}R Documentation

Create Fiedler matrix

Description

Fiedler matrix that has a dominant positive eigenvalue and all others are negative

Usage

fiedler(c)

Arguments

c

N-vector. If c is a scalar, then returns fiedler(1:c)

Value

a symmetric dense matrix A with a dominant positive eigenvalue and all others are negative.


[Package gallery version 1.0.0 Index]