Help for this page

Select Code to Download


  1. or download this
    A.B.A = A
    B.A.B = B 
    A(transposed) = A
    B(transposed) = B
    
  2. or download this
    ($flag) = Inverseinv(A) # A being a matrix
    if(Inversepinv == 1)
    {
        B = A # where B is the transpose of A
    }