MathGroup Archive 2004

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

Search the Archive

forward link : Re: Mandelbrot Set & Mathematica

  • To: mathgroup at smc.vnet.net
  • Subject: [mg48103] forward link : Re: Mandelbrot Set & Mathematica
  • From: "Roger L. Bagula" <rlbtftn at netscape.net>
  • Date: Thu, 13 May 2004 00:08:33 -0400 (EDT)
  • References: <c7fhp4$oar$1@smc.vnet.net> <200405090702.DAA02601@smc.vnet.net> <c7nnaa$dll$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

From:  Roger Bagula <tftn at e...>
To: mathgroup at smc.vnet.net
Subject: [mg48103]  Programs in Mathematica





Programs in Mathematica

[ Japanese
<http://www.appmath.osaka-wu.ac.jp/%7Etakashiw/mathematica/j-ma.htm> |
English ]

Here is a collection of programs in Mathematica, whose version is 2.03
or 3.0. Most of programs are quoted from books published in Japan.

For beginners, I show how to let Mathematica run. If you double-click
the icon of Mathematica, a blank sheet will pop up. Type your code (some
symbols consisting of numbers or letters) in the blank sheet and push
the "Shift + Return" key. Then the prompt In [1]:= may appear in front
of your input. Mathematica will process the input, and generate a
result. If it prints the result out, it will label it with Out[1]=. To
exit Mathematica, push the "quit" button on the upper right corner.

* Fractals
o Dragon curve

<http://www.appmath.osaka-wu.ac.jp/%7Etakashiw/mathematica/fractals/ema-dragon.h\
tm>
o The Julia set

<http://www.appmath.osaka-wu.ac.jp/%7Etakashiw/mathematica/fractals/ema-Julia.ht\
m>
o The Koch curve

<http://www.appmath.osaka-wu.ac.jp/%7Etakashiw/mathematica/fractals/ema-Koch.htm\
 >
o The Mandelbrot set

<http://www.appmath.osaka-wu.ac.jp/%7Etakashiw/mathematica/fractals/ema-Mandel.h\tm>

Murray Eisenberg wrote:
> Can you supply the URL (so I can give proper attribution should I use this)?
> 
> Roger L. Bagula wrote:
> 
> 
>>I've attached a short Mandelbrot that works
>>which I found at a Japanese site.
>>There is a Mandelbrot 3d that came with 2.2 documentastion and was on 
>>the Math Source cd with information of using c programs with Mathematica.
> 
> 


  • Prev by Date: Re: Finding errors in my code?
  • Next by Date: Re: Uniform design
  • Previous by thread: Re: UnitStep function leads to very difficult Integration
  • Next by thread: distance between pairs of parallel lines, select two from list of length four, symbolically