Home » Archimedes archive » Acorn Computing » 1993 09 Mega Disk.adf » 93_09 » Miscellany/!4dMandia/docums/ReadMe
Miscellany/!4dMandia/docums/ReadMe
This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.
Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.
Tape/disk: | Home » Archimedes archive » Acorn Computing » 1993 09 Mega Disk.adf » 93_09 |
Filename: | Miscellany/!4dMandia/docums/ReadMe |
Read OK: | ✔ |
File size: | 03D6 bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
Documentation for !4dMandia application. ---------------------------------------- This is a four dimensional Julia and Mandlebrot set plotter. It takes a 2 dimensional slice out of a 4 dimensional plane. The four constants q0-q3, and the starting values c and d determine which slice. The program was originally designed as a 4d Julia set plotter; the 2d and Mandlebrot options where added later. The Julia set does not increase in detail when one zooms in (as does the Mandlebrot Set), so the program has limited resolution. A small speed increase is possible for the 2d options, but I can not be bothered to add it as the programming time will not justify the small speed increase. There are many features, to find out how to use them read Instruct. Happy plotting. PS If anyone has any ideas/improvements/bugs(!) do not hesitate to drop me a line. If enough improvements are added, then I shall send in the new version to AC. Do not expect anything for a few months though.
00000000 0a 44 6f 63 75 6d 65 6e 74 61 74 69 6f 6e 20 66 |.Documentation f| 00000010 6f 72 20 21 34 64 4d 61 6e 64 69 61 20 61 70 70 |or !4dMandia app| 00000020 6c 69 63 61 74 69 6f 6e 2e 0a 2d 2d 2d 2d 2d 2d |lication..------| 00000030 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| * 00000050 2d 2d 0a 0a 54 68 69 73 20 69 73 20 61 20 66 6f |--..This is a fo| 00000060 75 72 20 64 69 6d 65 6e 73 69 6f 6e 61 6c 20 4a |ur dimensional J| 00000070 75 6c 69 61 20 61 6e 64 20 4d 61 6e 64 6c 65 62 |ulia and Mandleb| 00000080 72 6f 74 20 73 65 74 20 70 6c 6f 74 74 65 72 2e |rot set plotter.| 00000090 20 49 74 20 74 61 6b 65 73 20 61 20 32 0a 64 69 | It takes a 2.di| 000000a0 6d 65 6e 73 69 6f 6e 61 6c 20 73 6c 69 63 65 20 |mensional slice | 000000b0 6f 75 74 20 6f 66 20 61 20 34 20 64 69 6d 65 6e |out of a 4 dimen| 000000c0 73 69 6f 6e 61 6c 20 70 6c 61 6e 65 2e 20 54 68 |sional plane. Th| 000000d0 65 20 66 6f 75 72 20 63 6f 6e 73 74 61 6e 74 73 |e four constants| 000000e0 20 71 30 2d 71 33 2c 0a 61 6e 64 20 74 68 65 20 | q0-q3,.and the | 000000f0 73 74 61 72 74 69 6e 67 20 76 61 6c 75 65 73 20 |starting values | 00000100 63 20 61 6e 64 20 64 20 64 65 74 65 72 6d 69 6e |c and d determin| 00000110 65 20 77 68 69 63 68 20 73 6c 69 63 65 2e 0a 0a |e which slice...| 00000120 54 68 65 20 70 72 6f 67 72 61 6d 20 77 61 73 20 |The program was | 00000130 6f 72 69 67 69 6e 61 6c 6c 79 20 64 65 73 69 67 |originally desig| 00000140 6e 65 64 20 61 73 20 61 20 34 64 20 4a 75 6c 69 |ned as a 4d Juli| 00000150 61 20 73 65 74 20 70 6c 6f 74 74 65 72 3b 20 74 |a set plotter; t| 00000160 68 65 20 32 64 20 61 6e 64 0a 4d 61 6e 64 6c 65 |he 2d and.Mandle| 00000170 62 72 6f 74 20 6f 70 74 69 6f 6e 73 20 77 68 65 |brot options whe| 00000180 72 65 20 61 64 64 65 64 20 6c 61 74 65 72 2e 20 |re added later. | 00000190 54 68 65 20 4a 75 6c 69 61 20 73 65 74 20 64 6f |The Julia set do| 000001a0 65 73 20 6e 6f 74 20 69 6e 63 72 65 61 73 65 20 |es not increase | 000001b0 69 6e 0a 64 65 74 61 69 6c 20 77 68 65 6e 20 6f |in.detail when o| 000001c0 6e 65 20 7a 6f 6f 6d 73 20 69 6e 20 28 61 73 20 |ne zooms in (as | 000001d0 64 6f 65 73 20 74 68 65 20 4d 61 6e 64 6c 65 62 |does the Mandleb| 000001e0 72 6f 74 20 53 65 74 29 2c 20 73 6f 20 74 68 65 |rot Set), so the| 000001f0 20 70 72 6f 67 72 61 6d 20 68 61 73 0a 6c 69 6d | program has.lim| 00000200 69 74 65 64 20 72 65 73 6f 6c 75 74 69 6f 6e 2e |ited resolution.| 00000210 20 41 20 73 6d 61 6c 6c 20 73 70 65 65 64 20 69 | A small speed i| 00000220 6e 63 72 65 61 73 65 20 69 73 20 70 6f 73 73 69 |ncrease is possi| 00000230 62 6c 65 20 66 6f 72 20 74 68 65 20 32 64 20 6f |ble for the 2d o| 00000240 70 74 69 6f 6e 73 2c 0a 62 75 74 20 49 20 63 61 |ptions,.but I ca| 00000250 6e 20 6e 6f 74 20 62 65 20 62 6f 74 68 65 72 65 |n not be bothere| 00000260 64 20 74 6f 20 61 64 64 20 69 74 20 61 73 20 74 |d to add it as t| 00000270 68 65 20 70 72 6f 67 72 61 6d 6d 69 6e 67 20 74 |he programming t| 00000280 69 6d 65 20 77 69 6c 6c 20 6e 6f 74 20 6a 75 73 |ime will not jus| 00000290 74 69 66 79 0a 74 68 65 20 73 6d 61 6c 6c 20 73 |tify.the small s| 000002a0 70 65 65 64 20 69 6e 63 72 65 61 73 65 2e 0a 0a |peed increase...| 000002b0 54 68 65 72 65 20 61 72 65 20 6d 61 6e 79 20 66 |There are many f| 000002c0 65 61 74 75 72 65 73 2c 20 74 6f 20 66 69 6e 64 |eatures, to find| 000002d0 20 6f 75 74 20 68 6f 77 20 74 6f 20 75 73 65 20 | out how to use | 000002e0 74 68 65 6d 20 72 65 61 64 20 49 6e 73 74 72 75 |them read Instru| 000002f0 63 74 2e 0a 0a 48 61 70 70 79 20 70 6c 6f 74 74 |ct...Happy plott| 00000300 69 6e 67 2e 0a 0a 50 53 20 49 66 20 61 6e 79 6f |ing...PS If anyo| 00000310 6e 65 20 68 61 73 20 61 6e 79 20 69 64 65 61 73 |ne has any ideas| 00000320 2f 69 6d 70 72 6f 76 65 6d 65 6e 74 73 2f 62 75 |/improvements/bu| 00000330 67 73 28 21 29 20 64 6f 20 6e 6f 74 20 68 65 73 |gs(!) do not hes| 00000340 69 74 61 74 65 20 74 6f 20 64 72 6f 70 20 6d 65 |itate to drop me| 00000350 20 61 0a 6c 69 6e 65 2e 20 49 66 20 65 6e 6f 75 | a.line. If enou| 00000360 67 68 20 69 6d 70 72 6f 76 65 6d 65 6e 74 73 20 |gh improvements | 00000370 61 72 65 20 61 64 64 65 64 2c 20 74 68 65 6e 20 |are added, then | 00000380 49 20 73 68 61 6c 6c 20 73 65 6e 64 20 69 6e 20 |I shall send in | 00000390 74 68 65 20 6e 65 77 20 76 65 72 73 69 6f 6e 0a |the new version.| 000003a0 74 6f 20 41 43 2e 20 44 6f 20 6e 6f 74 20 65 78 |to AC. Do not ex| 000003b0 70 65 63 74 20 61 6e 79 74 68 69 6e 67 20 66 6f |pect anything fo| 000003c0 72 20 61 20 66 65 77 20 6d 6f 6e 74 68 73 20 74 |r a few months t| 000003d0 68 6f 75 67 68 2e |hough.| 000003d6