On Mon, Jun 10, 2013 at 2:12 PM, Thomas Costigliola <[email protected]> wrote: > Can you write v such that > > 0 = (v i.2 3) -: (]&v i.2 3)
v=: ? Or, if you prefer: STATE=:0 v=:3 :0 STATE=: STATE+1 ) But if you also require 0 = (v i.2 3) -: (v i.2 3) ...that would be a different problem. -- Raul ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
