Next: hist() Up: MacAnova Help File Previous: hft()   Contents

himag()

Usage:
himag(hx), hx a REAL matrix representing complex data with Hermitian
  symmetry



Keywords: time series, complex arithmetic
himag(hx) computes the imaginary part of the packed Hermitian matrix hx.
For examplem, himag(vector(1,2,3,4,5)) is vector(0,5,4,-4,-5) and
himag(vector(1,2,3,4,5,6)) is vector(0,6,5,0,-5,-6).

See topic 'complex' for discussion of complex matrices in MacAnova.

See also hconj(), cconj(), hreal(), creal(), cimag().


Gary Oehlert 2003-01-15