You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dot(A,C) should do the trick. Can't use * because the engine considers * always to be commutative, which dot product isn't. (In fact, actually, in your result the order of the matrices is switched). Closing this issue for now, feel free to re-open if you find further issues.
Hi,
I'm probably being very silly somewhere but I can't figure out how to multiply 2 matrices. I tried this :
and got this:
[[x],[y]] [[a,b],[c,d]]
That looks like the two different matrices have been output?
Also, it would be super if the documentation could reflect the current version on Github!
Thanks and Regards
Anurup
The text was updated successfully, but these errors were encountered: