Class LowerUnitriangular

java.lang.Object
org.drip.sample.triangular.LowerUnitriangular

public class LowerUnitriangular
extends java.lang.Object
LowerUnitriangular shows the Construction, the Usage, and the Analysis of a Lower Uni-triangular Matrix. The References are:

  • Axler, S. J. (1997): Linear Algebra Done Right 2nd Edition Springer New York NY
  • Bernstein, D. S. (2009): Matrix Mathematics: Theory, Facts, and Formulas 2nd Edition Princeton University Press Princeton NJ
  • Herstein, I. N. (1975): Topics in Algebra 2nd Edition Wiley New York NY
  • Prasolov, V. V. (1994): Topics in Algebra American Mathematical Society Providence RI
  • Wikipedia (2024): Triangular Matrix https://en.wikipedia.org/wiki/Triangular_matrix




Author:
Lakshmi Krishnamurthy
  • Constructor Summary

    Constructors
    Constructor Description
    LowerUnitriangular()  
  • Method Summary

    Modifier and Type Method Description
    static void main​(java.lang.String[] argumentArray)
    Entry Point

    Methods inherited from class java.lang.Object

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

    • LowerUnitriangular

      public LowerUnitriangular()
  • Method Details

    • main

      public static final void main​(java.lang.String[] argumentArray) throws java.lang.Exception
      Entry Point
      Parameters:
      argumentArray - Command Line Argument Array
      Throws:
      java.lang.Exception - Thrown on Error/Exception Situation