Matrix multiplication has been submitted for review

Submission note

Submitted by Picture of Julia Goedecke Julia Goedecke


Checklist


Comments

Comment

Picture of William Haynes

William Haynes commented 1 year, 11 months ago

I'd recommend using the latex align environment in the advice for readability. 


example:  (leading backslash omitted so this won't try to render here)

begin{align}AB&=\var{A}\var{B}\\&=\var{unresolvedproduct(A,B)}\\&=\var{A*B}\end{align}

Will