https://bugs.documentfoundation.org/show_bug.cgi?id=61908
--- Comment #13 from Yogesh Bharate <[email protected]> --- - This is not right way to calculate matrix multiplication. If array A1 = R1 x C1 and array A2 = R2 x C2 (R = row and C = Column) then the resultant matrix(there must be C1=R2) will be R1 x C2, but here it allocate only one cell for matrix multiplication result instead of two. - Please refer this link for more details : http://www.excelfunctions.net/Excel-Mmult-Function.html - Suppose if we allocate single cell for array matrix multiplication, resultant matrix will display the first row multiplication with first column which is correct.(i.e G5 in our case.) And if we make G6 formula as equal to G5 which shows right result in LibreOffice. - Thus, there is problem while exporting MMULT() i.e matrix multiplication. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
