: [Jprogramming] This should be easy
You need 16 (< 0 0) } i. 4 4 . See the examples in
http://www.jsoftware.com/jwiki/Vocabulary/curlyrt#dyadic
--Kip
On Monday, November 9, 2015, Linda A Alvord wrote:
> All I want to do is change the item in the first row and column to a
> 16. I can&
You need 16 (< 0 0) } i. 4 4 . See the examples in
http://www.jsoftware.com/jwiki/Vocabulary/curlyrt#dyadic
--Kip
On Monday, November 9, 2015, Linda A Alvord wrote:
> All I want to do is change the item in the first row and column to a 16. I
> can't seem to think of a name to call the verb
Sorry, I just reread your post and my reply is completely irrelevant. Please
ignore it.
On Mon, 11/9/15, 'Jon Hough' via Programming wrote:
Subject: Re: [Jprogramming] This should be easy
To: programm...@jsoftware.com
Date: Monday,
'<' missed. 16 (< 0;0) } i.4 4 works fine.
On Mon, Nov 9, 2015 at 12:22 PM, Linda A Alvord
wrote:
> All I want to do is change the item in the first row and column to a 16. I
> can't seem to think of a name to call the verb I need. Amend seems to only
> apply to rows.
>
> 16 (0;0) } i.4 4
Just an idea... a verb insert_transpose.
NB. insert transpose...
insrt =: (0;0)}
insert_transpose = insrt&.|:
16 insert_transpose (i. 4 4)
On Mon, 11/9/15, Linda A Alvord wrote:
Subject: [Jprogramming] This should be easy
To: prog
All I want to do is change the item in the first row and column to a 16. I
can't seem to think of a name to call the verb I need. Amend seems to only
apply to rows.
16 (0;0) } i.4 4
16 16 16 16
4 5 6 7
8 9 10 11
12 13 14 15
Linda
---