|
[Date Index]
[Thread Index]
[Author Index]
Boolean factorization
- To: mathgroup at smc.vnet.net
- Subject: [mg113078] Boolean factorization
- From: olfa <olfa.mraihi at yahoo.fr>
- Date: Tue, 12 Oct 2010 13:48:47 -0400 (EDT)
Hi Mathematica Community,
How to factorize
(a && b && c && d && e && f) || (a && b && c && d && g && h) || (a &&
b && c && d && i && j)
into
a && b && c && d && ((e&&f) || (g&&h) || (i && j))
Thank you.
Prev by Date:
Tutorial for running remote kernels?
Next by Date:
How to concatenate matrices?
Previous by thread:
Re: Tutorial for running remote kernels?
Next by thread:
Re: Boolean factorization
|