1 2 1
2 3 4
3 5 2
128!:10 y
┌─────┬───────┐
│0 1 2│1 2 1│
│ │2 _1 2│
│ │3 1 _3│
└─────┴───────┘
┌───────┬─────┬─────┬─────┐
│1 2 1│0 0 0│1 0 0│1 1 1│
│2 _1 2│1 0 0│0 1 0│0 1 1│
│3 1 _3│1 1 0│0 0 1│0 0 1│
└───────┴─────┴─────┴─────┘
So I could do this:
(I + LU * L) ; (LU * U)
┌─────┬───────┐
│1 0 0│1 2 1│
│2 1 0│0 _1 2│
│3 1 1│0 0 _3│
└─────┴───────┘
But I was sure I could do that tacitly with gerunds.
I couldn't figure it out, so I started writing this email.
But then I learned about m"n and realized I could combine it with m/ !
([: (;`+)/&.|. (1 {:: 128!:10) (*`]`*)"2 (>/~ , =/~ ,: <:/~)@i.@#) y
┌─────┬───────┐
│1 0 0│1 2 1│
│2 1 0│0 _1 2│
│3 1 1│0 0 _3│
└─────┴───────┘
(the end)
To unsubscribe from this group and stop receiving emails from it, send an email to forum+un...@jsoftware.com.