Re: Using Unusual Characters with Do
- To: mathgroup at smc.vnet.net
- Subject: [mg27281] Re: Using Unusual Characters with Do
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Fri, 16 Feb 2001 03:58:35 -0500 (EST)
- Organization: Universitaet Leipzig
- References: <960b7m$p57@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hi,
one more version
Do[Print[Infix[{a, b}, "/"]], {a, 0, 9}, {b, 0, 9}]
Regards
Jens
hoffmann wrote:
>
> 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