MathGroup Archive 1997

[Date Index] [Thread Index] [Author Index]

Search the Archive

Boolean, Binary logic

  • To: mathgroup at smc.vnet.net
  • Subject: [mg9765] Boolean, Binary logic
  • From: seanross at worldnet.att.net
  • Date: Tue, 25 Nov 1997 00:07:14 -0500
  • Sender: owner-wri-mathgroup at wolfram.com

I have a need for And OR XOR Not functions that operate on binary
numbers, ie digital logic.  For example And[2^^10,2^^10]=2^^11,
Not[2^^100]=2^^011 etc.  I was really surprised that mathematicas'
logical functions only operated on boolean expressions.  Did I miss
something?  Is there a package out there I didn't see?  Thanks for your
help.
-- 
Remove the _nospam_ in the return address to respond.


  • Prev by Date: prograMing: L-system
  • Next by Date: ListPlot command
  • Previous by thread: prograMing: L-system
  • Next by thread: Re: Boolean, Binary logic