Thanks for the reply, Chiro. What I meant was : if I have a column vector, say v, of length n, then how do I go about calculating v^(1/2) or v(-1/2)?
I should be able to get a vector, say x=v^1/2 such that I get v back when I do x*x. Is this right? If v is a column vector of dimension nX1, then x should be of dimension 1*n. Is this right?