View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
DennisE DennisE is offline
external usenet poster
 
Posts: 66
Default sqr function in vba

Gabriel,

The MMult function does a matrix multiplication of two arrays and results in
yet another matrix. You cannot take the square root of a matrix, only of a
scalar number (like sqr(2) = 1.414...).

-- Dennis Eisen