pierre-vigier / Perl6-Math-Matrix

fully featured data type for matrix math
Artistic License 2.0
20 stars 6 forks source link

Documentation: Operator commutativity #52

Closed mhasch closed 5 years ago

mhasch commented 5 years ago

Matrix dot products and tensor products (aka Kronecker products) are generally not commutative, as claimed in the first paragraph of the "Operators" section. Please correct.

lichtkind commented 5 years ago

yes your right, fixed by ce388d06a5c5108fb394c1e2c2770a957a587037. If your make pull request you can become contributor .)

lichtkind commented 5 years ago

Thanks!