<br>Hi Achille,<br><br>Do you need the square root in the Matrix sense ?<br><br>Like, for Matrix&nbsp; M do you need the matrix Q such that:<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; M = Q * Q<br><br>or do you need it in the matrix-element sense where 
<br>every element of Q is the square root of the equivalent<br>element of M, like:<br><br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Q[i][j] = sqrt( M[i][j] )<br><br><br>Please let us know,<br><br><br>&nbsp;&nbsp; Thanks<br><br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Luis<br><br><br>------------------------------------------------------------------------------
<br><div><span class="gmail_quote">On 4/11/07, <b class="gmail_sendername">achille mangna</b> &lt;<a href="mailto:poutson@gmail.com">poutson@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<span class="gmail_quote">please, can someone tell me how i can calculate the sqrt of a matix with itk.</span>
<br>_______________________________________________<br>Insight-users mailing list<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:Insight-users@itk.org">Insight-users@itk.org</a><br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.itk.org/mailman/listinfo/insight-users" target="_blank">
http://www.itk.org/mailman/listinfo/insight-users</a><br><br></blockquote></div><br>