Class R1SquareRotation2x2

java.lang.Object
org.drip.numerical.matrix.R1Square
org.drip.numerical.matrix.R1SquareRotation2x2

public class R1SquareRotation2x2
extends R1Square
R1SquareRotation2x2 implements the 2x2 R1 Square Rotation Matrix parameterized by theta. The References are:

  • Fuhr, H., and Z. Rzeszotnik (2018): A Note on Factoring Unitary Matrices Linear Algebra and its Applications 547 32-44
  • Horn, R. A., and C. R. Johnson (2013): Matrix Analysis Cambridge University Press Cambridge UK
  • Li, C. K., and E. Poon (2002): Additive Decomposition of Real Matrices Linear and Multilinear Algebra 50 (4) 321-326
  • Marvian, I. (2022): Restrictions on realizable Unitary Operations imposed by Symmetry and Locality Nature Science 18 (3) 283-289
  • Wikipedia (2024): Unitary Matrix https://en.wikipedia.org/wiki/Unitary_matrix




Author:
Lakshmi Krishnamurthy
  • Method Details

    • Standard

      public static R1SquareRotation2x2 Standard​(double theta)
      Construct an Instance of R1SquareRotation2x2 from Theta
      Parameters:
      theta - Theta
      Returns:
      Instance of R1SquareRotation2x2
    • theta

      public double theta()
      Retrieve Theta
      Returns:
      Theta