Last data update: 2014.03.03

R: Negative One Half Matrix Power Operator
%^%R Documentation

Negative One Half Matrix Power Operator

Description

This function defines operation for negative one half matrix power operator

Usage

x %^% n

Arguments

x

the matrix we want to operate on

n

the exponent

Value

the matrix after negative one half power

Results