Butch Lakeshore wrote:
> I started a new J session and did the following:
> 
>    powGB=: (**:)/@(|.@|....@#:@]{1x,[)                       

You have the wrong version of  powGB  .  See that  |.@|.@  in there?  That's a 
no-op (the reverse of the reverse).  Use the
version Bill posted earlier:

        powGB =: (* *:)/@(|....@#:@] { 1x , [)

Just copy & paste it -- don't retype it.

-Dan

----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to