X-Received: by 10.224.110.68 with SMTP id m4mr15043569qap.2.1360149836911; Wed, 06 Feb 2013 03:23:56 -0800 (PST) X-Received: by 10.49.34.135 with SMTP id z7mr2338314qei.1.1360149836866; Wed, 06 Feb 2013 03:23:56 -0800 (PST) Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!p13no15155704qai.0!news-out.google.com!k2ni8436qap.0!nntp.google.com!p13no16829454qai.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.java.programmer Date: Wed, 6 Feb 2013 03:23:56 -0800 (PST) In-Reply-To: <8f60207e-f848-490b-a402-7cc1aba657e9@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=213.66.109.59; posting-account=o5TaMAoAAADKzyFskvW5nuJunZPvpoEP NNTP-Posting-Host: 213.66.109.59 References: <8f60207e-f848-490b-a402-7cc1aba657e9@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: =?windows-1252?Q?Re=3A_compare_several_boolean_matrix=92s?= From: Keivan Jafari Injection-Date: Wed, 06 Feb 2013 11:23:56 +0000 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Xref: csiph.com comp.lang.java.programmer:22157 Hi again, some clarification; Is there any way to compare several boolean matrix=92s(25 matrix=92s) and b= ild a new matrix of those 25.=20 The elements in the new matrix will be, an example:=20 If matrix M(0) to M(5) element(2, 1) have value false=20 And if matrix M(6) to M(24) element(2, 1) have value true,=20 Then most probably the value of element(2, 1) is true, since much more matr= ix=92s shows that element(2, 1) is true=20 Java code will be mostly appreciated=20 All the Matrixes have same size NXM Best regards/ Keivan