MathGroup Archive 2001

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

Search the Archive

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


  • Prev by Date: Re: mathematica [anomaly]
  • Next by Date: Re: how do i make a function to convert base 2 representation to base-10?
  • Previous by thread: Re: Dynamic Visualizer Package for 4.1?
  • Next by thread: Re: how to write a mathematica program