MathGroup Archive 2001

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

Search the Archive

Using Unusual Characters with Do

  • To: mathgroup at smc.vnet.net
  • Subject: [mg27201] Using Unusual Characters with Do
  • From: "hoffmann" <hoffmann at casema.net>
  • Date: Fri, 9 Feb 2001 03:10:50 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

I would appreciate it very much, if someone could tell me how to use a
character like "/" together with Do, in a command similar to the following.

Do[Print[a, b], {a, 0, 9}, {b, 0, 9}]

So that the character is treat in the same as it would treat a digit. Or, if
it is impossible, can you please tell me of a way to get similar results in
a different way.

Many Thanks to whomever might respond!

M. Hoffmann




  • Prev by Date: Re: Plotting Intersecting Planes
  • Next by Date: Re: Thickness in ParametricPlot3D
  • Previous by thread: RE: Using Different Kinds of Characters With Do?
  • Next by thread: Re: Using Unusual Characters with Do