Re: Number to Binary
- To: mathgroup at smc.vnet.net
- Subject: [mg47578] Re: Number to Binary
- From: "Roger L. Bagula" <rlbtftn at netscape.net>
- Date: Fri, 16 Apr 2004 05:21:16 -0400 (EDT)
- References: <c5leru$blo$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
BaseForm[n,2] is a printing form that gives a binary representation but doesn't affect evaluation according to the book. Oracle3001 wrote: > Hi All, > > Could anybody plz tell me how I can input a number and convert this to a > binary representation using mathematica? > > Adam > > > >