Thread
:
sqr function in vba
View Single Post
#
3
Posted to microsoft.public.excel.programming
DennisE
external usenet poster
Posts: 66
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
Reply With Quote
DennisE
View Public Profile
Find all posts by DennisE