Re: [Jprogramming] "n-volume" of an "n-sphere"

2017-08-17 Thread David Lambert
Largest spheres found in dimensionality near five and a quarter. Beautiful mathematics, and need string theory limit itself to integral dimensions? boxdraw_j_ 1 load'~addons/math/misc/amoeba.ijs' sphvol=: (1p1&^%!)@-:@] * ^ g=: -@:(1&sphvol) g amoeba(<16)Y=:2 1$4.1 5.8 +---+

Re: [Jprogramming] J805/J806 bug?

2017-08-17 Thread robert therriault
Although it sounds as if Henry is already on the path to having this fixed, it looks as if the beta 9 version of Raul's is okay, but the December shipping version seems to have the bug. ((,_1);,1) -: ((<"_1) ,._1 1) 1 -&>/~ ((<"_1) ,._1 1) 0 _1 2 0 JVERSION Engine: j805/j64/darw

Re: [Jprogramming] J805/J806 bug?

2017-08-17 Thread HenryRich
I have found the problem and am testing a fix. Henry Rich On 8/17/2017 8:19 PM, bill lam wrote: -&>/~ a:{ ((<"_1) ,._1 1) 0 _2 2 0 it seems some bugs in special code. On Aug 18, 2017 2:09 AM, "Jose Mario Quintana" < jose.mario.quint...@gmail.com> wrote: Apparently, there is a bug

Re: [Jprogramming] J805/J806 bug?

2017-08-17 Thread bill lam
-&>/~ a:{ ((<"_1) ,._1 1) 0 _2 2 0 it seems some bugs in special code. On Aug 18, 2017 2:09 AM, "Jose Mario Quintana" < jose.mario.quint...@gmail.com> wrote: Apparently, there is a bug affecting both J805 and J806. This shows the problem using an official "stable" J805 interpreter, J

Re: [Jprogramming] J805/J806 bug?

2017-08-17 Thread Raul Miller
I cannot reproduce this issue on a mac j64-805: -&>/~ ((<"_1) ,._1 1) 0 _2 2 0 JVERSION Engine: j805/j64/darwin Beta-9: commercial/2016-07-05T17:11:06 Library: 8.05.14 Qt IDE: 1.5.3/5.6.2 Platform: Darwin 64 Installer: J805 install InstallPath: /users/rauldmiller/applications/j64-805 Con

Re: [Jprogramming] J805/J806 bug?

2017-08-17 Thread Jimmy Gauvin
Older version: JVERSION Engine: j701/2011-01-10/11:25 Library: 8.02.12 Platform: Linux 64 Installer: J802 install InstallPath: /home/j64-802 ((,_1);,1) -: ((<"_1) ,._1 1) 1 -&>/~ ((,_1);,1) 0 _2 2 0 -&>/~ ((<"_1) ,._1 1) 0 _2 2 0 On Thu, Aug 17, 2017 at 2:15 PM, robert therr

Re: [Jprogramming] J805/J806 bug?

2017-08-17 Thread robert therriault
I can verify that 806 gives the same result as 805, and also that 804 gives the result you expect (at least on a Mac!) JVERSION Engine: j806/j64avx/darwin Beta-4: commercial/2017-06-27T12:55:06 Library: 8.06.03 Qt IDE: 1.5.3/5.6.2 Platform: Darwin 64 Installer: J806 install InstallPath: /user

[Jprogramming] J805/J806 bug?

2017-08-17 Thread Jose Mario Quintana
Apparently, there is a bug affecting both J805 and J806. This shows the problem using an official "stable" J805 interpreter, JVERSION Engine: j805/j64/windows Release: commercial/2016-12-11T08:02:16 Library: 8.05.11 Qt IDE: 1.5.3/5.7.0 Platform: Win 64 Installer: J805 install InstallPath: c:/p

Re: [Jprogramming] Programming Digest, Vol 143, Issue 16

2017-08-17 Thread Murray Eisenberg
As I said in my original post, for general radius r, just multiply the value I give for V(n) by r^n. > On 17 Aug2017, at 8:00 AM, programming-requ...@forums.jsoftware.com wrote: > > Message: 8 > Date: Wed, 16 Aug 2017 13:50:04 -0400 > From: Raul Miller mailto:rauldmil...@gmail.com>> > To: Progra

Re: [Jprogramming] "n-volume" of an "n-sphere"

2017-08-17 Thread R.E. Boss
That's easy: the diagonal point in the unit hyper-cube of dimension d, with coordinates (1 #~ d) has distance (%: d) from the origin, which grows above any R with increasing d. R.E. Boss > -Original Message- > From: Programming [mailto:programming-boun...@forums.jsoftware.com] > On Be