[Insight-users] how to calculate the sqrt of a matrix

Luis Ibanez luis.ibanez at kitware.com
Wed Apr 11 11:50:26 EDT 2007


Hi Achille,

Do you need the square root in the Matrix sense ?

Like, for Matrix  M do you need the matrix Q such that:

             M = Q * Q

or do you need it in the matrix-element sense where
every element of Q is the square root of the equivalent
element of M, like:


           Q[i][j] = sqrt( M[i][j] )


Please let us know,


   Thanks


        Luis


------------------------------------------------------------------------------
On 4/11/07, achille mangna <poutson at gmail.com> wrote:
>
> please, can someone tell me how i can calculate the sqrt of a matix with
> itk.
> _______________________________________________
> Insight-users mailing list
> Insight-users at itk.org
> http://www.itk.org/mailman/listinfo/insight-users
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://public.kitware.com/pipermail/insight-users/attachments/20070411/5dad132d/attachment.html


More information about the Insight-users mailing list