Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

"Faith: not *wanting* to know what is true." -- Friedrich Nietzsche


devel / comp.lang.apl / Is f rank (zero infinity) the same as outer product f for arbitrary function f?

SubjectAuthor
* Is f rank (zero infinity) the same as outer product f for arbitraryBrian McGuinness
`* Re: Is f rank (zero infinity) the same as outer product f forElijah Stone
 `- Re: Is f rank (zero infinity) the same as outer product f forBrian McGuinness

1
Is f rank (zero infinity) the same as outer product f for arbitrary function f?

<5dea923a-31e7-4fd9-b809-9d3ae1a2110bn@googlegroups.com>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=3413&group=comp.lang.apl#3413

  copy link   Newsgroups: comp.lang.apl
X-Received: by 2002:a37:68c9:0:b0:67b:21e6:297c with SMTP id d192-20020a3768c9000000b0067b21e6297cmr10899753qkc.464.1649363331701;
Thu, 07 Apr 2022 13:28:51 -0700 (PDT)
X-Received: by 2002:a81:3cb:0:b0:2eb:373b:cfad with SMTP id
194-20020a8103cb000000b002eb373bcfadmr12721254ywd.245.1649363331518; Thu, 07
Apr 2022 13:28:51 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!news.misty.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.apl
Date: Thu, 7 Apr 2022 13:28:51 -0700 (PDT)
Injection-Info: google-groups.googlegroups.com; posting-host=98.109.78.94; posting-account=h3IwYwoAAAAeE2lWQnRSCqcQ0dO-KDvQ
NNTP-Posting-Host: 98.109.78.94
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <5dea923a-31e7-4fd9-b809-9d3ae1a2110bn@googlegroups.com>
Subject: Is f rank (zero infinity) the same as outer product f for arbitrary
function f?
From: b.mcguin...@gmail.com (Brian McGuinness)
Injection-Date: Thu, 07 Apr 2022 20:28:51 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Lines: 20
 by: Brian McGuinness - Thu, 7 Apr 2022 20:28 UTC

A few trials in NARS2000 seem to suggest that these are equivalent, but I was wondering if there is some subtle difference I'm not aware of.

For example,

a←1 2 3 4 5
b←10 20 30 40 50 60
a (+⍤0 ∞) b
11 21 31 41 51 61
12 22 32 42 52 62
13 23 33 43 53 63
14 24 34 44 54 64
15 25 35 45 55 65
a ∘.+b
11 21 31 41 51 61
12 22 32 42 52 62
13 23 33 43 53 63
14 24 34 44 54 64
15 25 35 45 55 65

--- Brian McGuinness

Re: Is f rank (zero infinity) the same as outer product f for arbitrary function f?

<bfb09580-23c1-a979-688c-bc3f248b5d30@elronnd.net>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=3414&group=comp.lang.apl#3414

  copy link   Newsgroups: comp.lang.apl
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: elro...@elronnd.net (Elijah Stone)
Newsgroups: comp.lang.apl
Subject: Re: Is f rank (zero infinity) the same as outer product f for
arbitrary function f?
Date: Thu, 21 Apr 2022 23:05:12 -0700
Organization: A noiseless patient Spider
Lines: 34
Message-ID: <bfb09580-23c1-a979-688c-bc3f248b5d30@elronnd.net>
References: <5dea923a-31e7-4fd9-b809-9d3ae1a2110bn@googlegroups.com>
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="5845450489856-1302180703-1650607516=:64669"
Injection-Info: reader02.eternal-september.org; posting-host="bcf2777c6a77fca8de48ab655c872f52";
logging-data="14631"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/xLXTqGWX7UE9CA5S1IvX/"
Cancel-Lock: sha1:PR8LdFgICDfqaeWiwnJ+WgAX+cE=
In-Reply-To: <5dea923a-31e7-4fd9-b809-9d3ae1a2110bn@googlegroups.com>
 by: Elijah Stone - Fri, 22 Apr 2022 06:05 UTC

outer product f is f⍤∞ 0⍤0 ∞

On Thu, 7 Apr 2022, Brian McGuinness wrote:

> A few trials in NARS2000 seem to suggest that these are equivalent, but I was wondering if there is some subtle difference I'm not aware of.
>
> For example,
>
> a←1 2 3 4 5
> b←10 20 30 40 50 60
> a (+⍤0 ∞) b
> 11 21 31 41 51 61
> 12 22 32 42 52 62
> 13 23 33 43 53 63
> 14 24 34 44 54 64
> 15 25 35 45 55 65
> a ∘.+b
> 11 21 31 41 51 61
> 12 22 32 42 52 62
> 13 23 33 43 53 63
> 14 24 34 44 54 64
> 15 25 35 45 55 65
>
> --- Brian McGuinness
>

Re: Is f rank (zero infinity) the same as outer product f for arbitrary function f?

<7f8c9f09-a2bd-4e46-9005-fca00c4d9d58n@googlegroups.com>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=3418&group=comp.lang.apl#3418

  copy link   Newsgroups: comp.lang.apl
X-Received: by 2002:a37:7ca:0:b0:69f:7733:27b9 with SMTP id 193-20020a3707ca000000b0069f773327b9mr10879870qkh.493.1652660208054;
Sun, 15 May 2022 17:16:48 -0700 (PDT)
X-Received: by 2002:a05:6902:143:b0:628:7cf1:f2a9 with SMTP id
p3-20020a056902014300b006287cf1f2a9mr14666477ybh.51.1652660207867; Sun, 15
May 2022 17:16:47 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.apl
Date: Sun, 15 May 2022 17:16:47 -0700 (PDT)
In-Reply-To: <bfb09580-23c1-a979-688c-bc3f248b5d30@elronnd.net>
Injection-Info: google-groups.googlegroups.com; posting-host=71.250.213.89; posting-account=h3IwYwoAAAAeE2lWQnRSCqcQ0dO-KDvQ
NNTP-Posting-Host: 71.250.213.89
References: <5dea923a-31e7-4fd9-b809-9d3ae1a2110bn@googlegroups.com> <bfb09580-23c1-a979-688c-bc3f248b5d30@elronnd.net>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <7f8c9f09-a2bd-4e46-9005-fca00c4d9d58n@googlegroups.com>
Subject: Re: Is f rank (zero infinity) the same as outer product f for
arbitrary function f?
From: b.mcguin...@gmail.com (Brian McGuinness)
Injection-Date: Mon, 16 May 2022 00:16:48 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
 by: Brian McGuinness - Mon, 16 May 2022 00:16 UTC

Ok. Thanks.

On Friday, April 22, 2022 at 2:05:18 AM UTC-4, Elijah Stone wrote:
> outer product f is f⍤∞ 0⍤0 ∞
> On Thu, 7 Apr 2022, Brian McGuinness wrote:
>
> > A few trials in NARS2000 seem to suggest that these are equivalent, but I was wondering if there is some subtle difference I'm not aware of.
> >
> > For example,
> >
> > a←1 2 3 4 5
> > b←10 20 30 40 50 60
> > a (+⍤0 ∞) b
> > 11 21 31 41 51 61
> > 12 22 32 42 52 62
> > 13 23 33 43 53 63
> > 14 24 34 44 54 64
> > 15 25 35 45 55 65
> > a ∘.+b
> > 11 21 31 41 51 61
> > 12 22 32 42 52 62
> > 13 23 33 43 53 63
> > 14 24 34 44 54 64
> > 15 25 35 45 55 65
> >
> > --- Brian McGuinness
> >

1
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor