Class JordanNormalJSubM

java.lang.Object
org.drip.numerical.decomposition.JordanNormalJSubM

public class JordanNormalJSubM
extends java.lang.Object
JordanNormalJSubM implements the Jmi Jordan Normal Form Matrix. The References are:

  • Dunford, N., and J. Schwartz (1963): Linear Operators II: Spectral Theory: Self-adjoint Operators in the Hilbert Space Wiley Interscience Hoboken NJ
  • Gradshteyn, I. S., I. M. Ryzhik, Y. V. Geronimus, M. Y. Tseytlin, and A. Jeffrey (2015): Tables of Integrals, Series, and Products Academic Press Cambridge MA
  • Guo, J. M., Z. W. Wang, and X. Li (2019): Sharp Upper Bounds of the Spectral Radius of a Graph Discrete Mathematics 342 (9) 2559-2563
  • Lax, P. D. (2002): Functional Analysis Wiley Interscience Hoboken NJ
  • Wikipedia (2024): Spectral Radius https://en.wikipedia.org/wiki/Spectral_radius




Author:
Lakshmi Krishnamurthy
  • Constructor Summary

    Constructors
    Constructor Description
    JordanNormalJSubM​(double lambda, int mSubI)
    JordanNormalJSubM Constructor
  • Method Summary

    Modifier and Type Method Description
    double lambda()
    Retrieve the Lambda
    int mSubI()
    Retrieve the Size - mi
    double[][] power​(int k)
    JSubM to the power of k
    double[][] r1Grid()
    Retrieve the R1 Grid

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • JordanNormalJSubM

      public JordanNormalJSubM​(double lambda, int mSubI) throws java.lang.Exception
      JordanNormalJSubM Constructor
      Parameters:
      lambda - Lambda
      mSubI - Size - mi
      Throws:
      java.lang.Exception - Thrown if the Inputs are Invalid
  • Method Details

    • mSubI

      public int mSubI()
      Retrieve the Size - mi
      Returns:
      The Size - mi
    • lambda

      public double lambda()
      Retrieve the Lambda
      Returns:
      The Lambda
    • r1Grid

      public double[][] r1Grid()
      Retrieve the R1 Grid
      Returns:
      The R1 Grid
    • power

      public double[][] power​(int k)
      JSubM to the power of k
      Parameters:
      k - K
      Returns:
      JSubM to the power of k