i fixed matrix multiplication notation, you can thank me later 😎😎

@acegikmo your “t”s are on the bottom and “b”s on the left 

s/b/l/g
s/t/b/g

@dpwiz yeah?

@acegikmo so the l’s would be on the left and b’s on the bottom.

also, s/a/x/, so x’s would be on a row/column intersections

@dpwiz what do you mean by s and x?
@acegikmo @dpwiz
s/a/x/ is line editor notation for replace "a" with 'x".
The g on the end s/a/x/g makes it global, replacing a with x throughout the document.
@zl2tod oh, I've never seen this notation before
@acegikmo
I'm going to have to read up on my matrix notation too.
There's an s// example here. Sorry.
https://en.wikipedia.org/wiki/Ed_(text_editor)
ed (text editor) - Wikipedia

@acegikmo @zl2tod it's also commonly found in sed, a text processing command