Name

getverind — Get Vertex Indices

Calling Sequence

   verind=getverind(N)
   
   

Parameters

N :

Highest Degree of Polynomial

verind:

Vertex Indices

Description

Vertex Indices provides for finding zcap. These indices afterwords converts into linear indices.

Examples

// Get Vertex Indices
verind=getverind(3) // Here, take N=3
verind  =
1.    4.
// For N=3, vertex index location are at 1 and 4.
// Hence we need to check Bvermin at 1 and 4.

   

See also

vertex, sub2lin

Authors

Mr. Dhiraj B. Magare
IDP in Systems and Control Engineering
Indian Institute of Technology Bombay
Mr. Bhagyesh V. Patil
IDP in Systems and Control Engineering
Indian Institute of Technology Bombay
Prof. P.S.V. Nataraj
IDP in Systems and Control Engineering
Indian Institute of Technology Bombay