how to write a mathematica program
- To: mathgroup at smc.vnet.net
- Subject: [mg30822] how to write a mathematica program
- From: Au Han Bin <auhb3 at cz3.nus.edu.sg>
- Date: Thu, 20 Sep 2001 03:51:14 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
hi, i am a programming newbie, and i urgently need to find out how to make a multiplication table in Zn also i am trying to write a program that changes a string of binary to base 10 numbers {100}-> 8 myfunct[x_, y_,z_] := x*4 + y*2 + z*1 but this is limited, how can i do this for long continous strings? regards,joe
- Follow-Ups:
- Re: how to write a mathematica program
- From: Ken Levasseur <Kenneth_Levasseur@uml.edu>
- Re: how to write a mathematica program
- From: Tomas Garza <tgarza01@prodigy.net.mx>
- Re: how to write a mathematica program