Click on an image to go directly to a system or scroll to see all of the systems in this gallery.
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
|
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
OdeFactory Images and Annotations | |
An OdeFactory Slide Show Click on a slide to zoom in. Click "video" to see a video. |
View/Sys/Gal: Ode " Introduction" in "HopalongEMaps." Introduction The first group of systems in this gallery use the 2D hopalong iteration map defined by Barry Martin: x <- y-sgn(x)*sqrt(abs(b*x-c)), y <- a-x. The hopalong system was originally of interest as a 2D iteration map but it is also of visual interest when viewed using the escape-time display algorithm, called the "EMap" view in OdeFactory. The escape-time algorithm is most often used to display 2D fractals. You can change the parameters in the EMap, or IMap views, if you want to create your own variations of the graphic images. The next group of "10b" systems are time-scaled versions of the hopalong map. Another group of systems use a variation of the hopalong map where the y iteration has been changed to: y <- a-x%d. The "%" is the Java remainder or modulus operator which applies to floats as well as to ints. For details regarding "%", see: Java mod operator. The final group of "28b" systems are time-scaled versions of the "%" variation of the hopalong map. Eleven color tables, CT0 through CT10, are available for the EMap images. In the EMap view, click in the graphics area to open a color table chooser. Note how the EMap images change using different color tables.
|
View/Sys/Gal: EMap "( 1 EMap) a = -1.70; b = 9.50; c = 24.00;" in "HopalongEMaps." This iteration is defined by: x <- y-sgn(x)*sqrt(abs(b*x-c)), y <- a-x. Parameters are: a = -1.70; b = 9.50; c = 24.00;
|
|
View/Sys/Gal: IMap "( 1 IMap0011) a = -1.70; b = 9.50; c = 24.00;" in "HopalongEMaps." This iteration is defined by: x <- y-sgn(x)*sqrt(abs(b*x-c)), y <- a-x. Parameters are: a = -1.70; b = 9.50; c = 24.00; Try selecting/deselecting "Show 2D IMap Orbit Sequence" on the Help menu. Notice the difference. Try selecting/deselecting "Hide Axes" on the Help menu. Notice the difference. Try selecting/deselecting "Hide Arrowheads/Seeds" on the Help menu. Notice the difference.
|
|
View/Sys/Gal: EMap "( 2 EMap) a = .00; b = -.93; c = 5.00;" in "HopalongEMaps." This iteration is defined by: x <- y-sgn(x)*sqrt(abs(b*x-c)), y <- a-x. Parameters are: a = .00; b = -.93; c = 5.00;
|
|
View/Sys/Gal: IMap "( 2 IMap0011) a = .00; b = -.93; c = 5.00;" in "HopalongEMaps." This iteration is defined by: x <- y-sgn(x)*sqrt(abs(b*x-c)), y <- a-x. Parameters are: a = .00; b = -.93; c = 5.00;
|
|
View/Sys/Gal: EMap "( 3 EMap) a = .00; b = 1.00; c = 5.00;" in "HopalongEMaps." This iteration is defined by: x <- y-sgn(x)*sqrt(abs(b*x-c)), y <- a-x. Parameters are: a = .00; b = 1.00; c = 5.00;
|
|
View/Sys/Gal: IMap "( 3 IMap0011) a = .00; b = 1.00; c = 5.00;" in "HopalongEMaps." This iteration is defined by: x <- y-sgn(x)*sqrt(abs(b*x-c)), y <- a-x. Parameters are: a = .00; b = 1.00; c = 5.00;
|
|
View/Sys/Gal: EMap "( 4 EMap) a = 1.00; b = 1.00; c = 10.00;" in "HopalongEMaps." This iteration is defined by: x <- y-sgn(x)*sqrt(abs(b*x-c)), y <- a-x. Parameters are: a = 1.00; b = 1.00; c = 10.00;
|
|
View/Sys/Gal: IMap "( 4 IMap0011) a = 1.00; b = 1.00; c = 10.00;" in "HopalongEMaps." This iteration is defined by: x <- y-sgn(x)*sqrt(abs(b*x-c)), y <- a-x. Parameters are: a = 1.00; b = 1.00; c = 10.00;
|
|
View/Sys/Gal: EMap "( 5 EMap) a = 2.00; b = 2.10; c = 10.00;" in "HopalongEMaps." This iteration is defined by: x <- y-sgn(x)*sqrt(abs(b*x-c)), y <- a-x. Parameters are: a = 2.00; b = 2.10; c = 10.00;
|
|
View/Sys/Gal: IMap "( 5 IMap0011) a = 2.00; b = 2.10; c = 10.00;" in "HopalongEMaps." This iteration is defined by: x <- y-sgn(x)*sqrt(abs(b*x-c)), y <- a-x. Parameters are: a = 2.00; b = 2.10; c = 10.00;
|
|
View/Sys/Gal: EMap "( 6 EMap) a = 3.70; b = .98; c = 1.30;" in "HopalongEMaps." This iteration is defined by: x <- y-sgn(x)*sqrt(abs(b*x-c)), y <- a-x. Parameters are: a = 3.70; b = .98; c = 1.30;
|
|
View/Sys/Gal: IMap "( 6 IMap0011) a = 3.70; b = .98; c = 1.30;" in "HopalongEMaps." This iteration is defined by: x <- y-sgn(x)*sqrt(abs(b*x-c)), y <- a-x. Parameters are: a = 3.70; b = .98; c = 1.30;
|
|
View/Sys/Gal: EMap "( 7 EMap) a = 3.80; b = -5.20; c = 1.20;" in "HopalongEMaps." This iteration is defined by: x <- y-sgn(x)*sqrt(abs(b*x-c)), y <- a-x. Parameters are: a = 3.80; b = -5.20; c = 1.20;
|
|
View/Sys/Gal: IMap "( 7 IMap0011) a = 3.80; b = -5.20; c = 1.20;" in "HopalongEMaps." This iteration is defined by: x <- y-sgn(x)*sqrt(abs(b*x-c)), y <- a-x. Parameters are: a = 3.80; b = -5.20; c = 1.20;
|
|
View/Sys/Gal: EMap "( 8 EMap) a = 4.20; b = .70; c = 1.30;" in "HopalongEMaps." This iteration is defined by: x <- y-sgn(x)*sqrt(abs(b*x-c)), y <- a-x. Parameters are: a = 4.20; b = .70; c = 1.30; Try CT3.
|
|
View/Sys/Gal: IMap "( 8 IMap0011) a = 4.20; b = .70; c = 1.30;" in "HopalongEMaps." This iteration is defined by: x <- y-sgn(x)*sqrt(abs(b*x-c)), y <- a-x. Parameters are: a = 4.20; b = .70; c = 1.30;
|
|
View/Sys/Gal: EMap "( 9 EMap) a = 5.70; b = .70; c = 1.30;" in "HopalongEMaps." This iteration is defined by: x <- y-sgn(x)*sqrt(abs(b*x-c)), y <- a-x. Parameters are: a = 5.70; b = .70; c = 1.30;
|
|
View/Sys/Gal: IMap "( 9 IMap0011) a = 5.70; b = .70; c = 1.30;" in "HopalongEMaps." This iteration is defined by: x <- y-sgn(x)*sqrt(abs(b*x-c)), y <- a-x. Parameters are: a = 5.70; b = .70; c = 1.30;
|
|
View/Sys/Gal: EMap "(10 EMap) a = 3.5; b=.125; c=0" in "HopalongEMaps." This iteration is defined by: x <- y-sgn(x)*sqrt(abs(b*x-c)), y <- a-x. Parameters are: a = 3.80; b = .58; c = 1.00;
|
|
View/Sys/Gal: System "(10 IMap0011) a = 3.80; b = .58; c = 1.00; ," in gallery "HopalongEMaps," renamed as "(10 IMap0011) a = 3.80; b = .58; c = 1.00;." This iteration is defined by: x <- y-sgn(x)*sqrt(abs(b*x-c)), y <- a-x. Parameters are: a = 3.80; b = .58; c = 1.00;
|
|
View/Sys/Gal: EMap "(10b EMap)" in "HopalongEMaps." This iteration is defined by: x <- (1+s*.01)*(y-sgn(x)*sqrt(abs(b*x-c))), y <- (1+s*.01)*(a-x). Parameters are: a = 3.80; b = .58; c = 1.00; s=0 This is a time-scaled version of (10). Increasing s brightens the EMap, i.e. decreases the amount of black in the image. Black regions, called basins of attraction, correspond to points that don't get farther than sqrt(50) from (0,0) after 100 iterations, i.e. they don't escape. Increasing s speeds up the iteration (points go farther on each step) so points escape faster consequently the black regions shrink as s increases. Increase/decrease s and watch what happens. NOTE: to get back to the original image you need to select (10b EMap) again.
|
|
View/Sys/Gal: System "(10b EMap) a = .00; b = 1.00; c = 5.00; s = .60; ," in gallery "HopalongEMaps," renamed as "(10b EMap) a = .00; b = 1.00; c = 5.00; s = .60;." This iteration is defined by: x <- (1+s*.01)*(y-sgn(x)*sqrt(abs(b*x-c))), y <- (1+s*.01)*(a-x). Parameters are: a = .00; b = 1.00; c = 5.00; s = .60;
|
|
View/Sys/Gal: EMap "(10b EMap) a = 3.50; b = 1.30; c = .90; s = .87;" in "HopalongEMaps." This iteration is defined by: x <- (1+s*.01)*(y-sgn(x)*sqrt(abs(b*x-c))), y <- (1+s*.01)*(a-x). Parameters are: a = 3.50; b = 1.30; c = .90; s = .87;
|
|
View/Sys/Gal: EMap "(10b EMap) a = 3.50; b = 1.30; c = .90; s = 1.80;" in "HopalongEMaps." This iteration is defined by: x <- (1+s*.01)*(y-sgn(x)*sqrt(abs(b*x-c))), y <- (1+s*.01)*(a-x). Parameters are: a = 3.50; b = 1.30; c = .90; s = 1.80;
|
|
View/Sys/Gal: EMap "(10b EMap) a = 3.60; b = -3.80; c = 2.90; s = 1.50;" in "HopalongEMaps." This iteration is defined by: x <- (1+s*.01)*(y-sgn(x)*sqrt(abs(b*x-c))), y <- (1+s*.01)*(a-x). Parameters are: a = 3.60; b = -3.80; c = 2.90; s = 1.50;
|
|
View/Sys/Gal: System "(10b EMap) a = 3.70; b = 1.70; c = -1.00; s = 2.40; ," in gallery "HopalongEMaps," renamed as "(10b EMap) a = 3.70; b = 1.70; c = -1.00; s = 2.40;." This iteration is defined by: x <- (1+s*.01)*(y-sgn(x)*sqrt(abs(b*x-c))), y <- (1+s*.01)*(a-x). Parameters are: a = 3.70; b = 1.70; c = -1.00; s = 2.40;
|
|
View/Sys/Gal: System "(10b EMap) a = 3.800; b = .580; c = 1.900; s = 4.200; ," in gallery "HopalongEMaps," renamed as "(10b EMap) a = 3.800; b = .580; c = 1.900; s = 4.200;." This iteration is defined by: x <- (1+s*.01)*(y-sgn(x)*sqrt(abs(b*x-c))), y <- (1+s*.01)*(a-x). Parameters are: a = 3.800; b = .580; c = 1.900; s = 4.200;
|
|
View/Sys/Gal: System "(10b EMap) a = 3.800; b = .590; c = .900; s = .260; ," in gallery "HopalongEMaps," renamed as "(10b EMap) a = 3.800; b = .590; c = .900; s = .260;." This iteration is defined by: x <- (1+s*.01)*(y-sgn(x)*sqrt(abs(b*x-c))), y <- (1+s*.01)*(a-x). Parameters are: a = 3.800; b = .590; c = .900; s = .260;
|
|
View/Sys/Gal: System "(10b EMap) a = 3.80; b = .58; c = 1.90; s = 2.70; ," in gallery "HopalongEMaps," renamed as "(10b EMap) a = 3.80; b = .58; c = 1.90; s = 2.70;." This iteration is defined by: x <- (1+s*.01)*(y-sgn(x)*sqrt(abs(b*x-c))), y <- (1+s*.01)*(a-x). Parameters are: a = 3.80; b = .58; c = 1.90; s = 2.70;
|
|
View/Sys/Gal: System "(10b EMap) a = 3.80; b = .59; c = .90; s = -.26; ," in gallery "HopalongEMaps," renamed as "(10b EMap) a = 3.80; b = .59; c = .90; s = -.26;." This iteration is defined by: x <- (1+s*.01)*(y-sgn(x)*sqrt(abs(b*x-c))), y <- (1+s*.01)*(a-x). Parameters are: a = 3.80; b = .59; c = .90; s = -.26; This image makes a nice shifted-pattern quilt. To see the quilt image, shift right click in the graphics area.
|
|
View/Sys/Gal: System "(11 EMap) a = 4.90; b = -.23; c = -.33; d = -83.00; ," in gallery "HopalongEMaps," renamed as "(11 EMap) a = 4.90; b = -.23; c = -.33; d = -83.00;." This iteration is defined by: x <- y-sgn(x)*sqrt(abs(b*x-c)), y <- a-x%d. Parameters are: a = 4.90; b = -.23; c = -.33; d = -83.00;
|
|
View/Sys/Gal: EMap "(12 EMap) a = 4.90; b = -.12; c = -.33; d = -83.00;" in "HopalongEMaps." This iteration is defined by: x <- y-sgn(x)*sqrt(abs(b*x-c)), y <- a-x%d. Parameters are: a = 4.90; b = -.12; c = -.33; d = -83.00; This makes another nice shifted-pattern quilt.
|
|
View/Sys/Gal: EMap "(13 EMap) a = 4.90; b = -.12; c = -.33; d = -83.00;" in "HopalongEMaps." This iteration is defined by: x <- y-sgn(x)*sqrt(abs(b*x-c)), y <- a-x%d. Parameters are: a = 4.90; b = -.12; c = -.33; d = -83.00;
|
|
View/Sys/Gal: System "(14 EMap) a = 4.90; b = -.12; c = -.33; d = -83.00; ," in gallery "HopalongEMaps," renamed as "(14 EMap) a = 4.90; b = -.12; c = -.33; d = -83.00;." This iteration is defined by: x <- y-sgn(x)*sqrt(abs(b*x-c)), y <- a-x%d. Parameters are: a = 4.90; b = -.12; c = -.33; d = -83.00;
|
|
View/Sys/Gal: System "(15 EMap) a = 4.90; b = -.12; c = -.33; d = -83.00; ," in gallery "HopalongEMaps," renamed as "(15 EMap) a = 4.90; b = -.12; c = -.33; d = -83.00;." This iteration is defined by: x <- y-sgn(x)*sqrt(abs(b*x-c)), y <- a-x%d. Parameters are: a = 4.90; b = -.12; c = -.33; d = -83.00;
|
|
View/Sys/Gal: EMap "(16 EMap) a = 4.70; b = -.12; c = -.31; d = -81.00;" in "HopalongEMaps." This iteration is defined by: x <- y-sgn(x)*sqrt(abs(b*x-c)), y <- a-x%d. Parameters are: a = 4.70; b = -.12; c = -.31; d = -81.00;
|
|
View/Sys/Gal: EMap "(17 EMap) a = 4.90; b = -.14; c = -.33; d = -83.00;" in "HopalongEMaps." This iteration is defined by: x <- y-sgn(x)*sqrt(abs(b*x-c)), y <- a-x%d. Parameters are: a = 4.90; b = -.14; c = -.33; d = -83.00;
|
|
View/Sys/Gal: EMap "(18 EMap) a = 4.90; b = -.13; c = -.33; d = -83.00;" in "HopalongEMaps." This iteration is defined by: x <- y-sgn(x)*sqrt(abs(b*x-c)), y <- a-x%d. Parameters are: a = 4.90; b = -.13; c = -.33; d = -83.00;
|
|
View/Sys/Gal: System "(19 EMap) a = 5.00; b = -.13; c = -.33; d = 9.00; ," in gallery "HopalongEMaps," renamed as "(19 EMap) a = 5.00; b = -.13; c = -.33; d = 9.00;." This iteration is defined by: x <- y-sgn(x)*sqrt(abs(b*x-c)), y <- a-x%d. Parameters are: a = 5.00; b = -.13; c = -.33; d = 9.00;
|
|
View/Sys/Gal: System "(20 EMap) a = 5.00; b = -.13; c = -.33; d = 9.00; ," in gallery "HopalongEMaps," renamed as "(20 EMap) a = 5.00; b = -.13; c = -.33; d = 9.00;." This iteration is defined by: x <- y-sgn(x)*sqrt(abs(b*x-c)), y <- a-x%d. Parameters are: a = 5.00; b = -.13; c = -.33; d = 9.00; This is the previous system zoomed out. The main part of the graphic just repeats forever.
|
|
View/Sys/Gal: System "(21 EMap) a = 5.00; b = -.13; c = -.33; d = 9.00; ," in gallery "HopalongEMaps," renamed as "(21 EMap) a = 5.00; b = -.13; c = -.33; d = 9.00;." This iteration is defined by: x <- y-sgn(x)*sqrt(abs(b*x-c)), y <- a-x%d. Parameters are: a = 5.00; b = -.13; c = -.33; d = 9.00;
|
|
View/Sys/Gal: EMap "(22 EMap) a = 4.90; b = -.14; c = -.33; d = -83.00;" in "HopalongEMaps." This iteration is defined by: x <- y-sgn(x)*sqrt(abs(b*x-c)), y <- a-x%d. Parameters are: a = 4.90; b = -.14; c = -.33; d = -83.00;
|
|
View/Sys/Gal: System "(23 EMap) a = 5.00; b = -.13; c = -.33; d = 9.00; ," in gallery "HopalongEMaps," renamed as "(23 EMap) a = 5.00; b = -.13; c = -.33; d = 9.00;." This iteration is defined by: x <- y-sgn(x)*sqrt(abs(b*x-c)), y <- a-x%d. Parameters are: a = 5.00; b = -.13; c = -.33; d = 9.00;
|
|
View/Sys/Gal: EMap "(24 EMap) a = 4.90; b = -.14; c = -.34; d = 5.20;" in "HopalongEMaps." This iteration is defined by: x <- y-sgn(x)*sqrt(abs(b*x-c)), y <- a-x%d. Parameters are: a = 4.90; b = -.14; c = -.34; d = 5.20;
|
|
View/Sys/Gal: EMap "(25 EMap) a = 5.00; b = -.24; c = -.37; d = -10.00;" in "HopalongEMaps." This iteration is defined by: x <- y-sgn(x)*sqrt(abs(b*x-c)), y <- a-x%d. Parameters are: a = 5.00; b = -.24; c = -.37; d = -10.00;
|
|
View/Sys/Gal: System "(26 EMap) a = 4.90; b = -.14; c = -.35; d = 5.50; ," in gallery "HopalongEMaps," renamed as "(26 EMap) a = 4.90; b = -.14; c = -.35; d = 5.50;." This iteration is defined by: x <- y-sgn(x)*sqrt(abs(b*x-c)), y <- a-x%d. Parameters are: a = 4.90; b = -.14; c = -.35; d = 5.50;
|
|
View/Sys/Gal: System "(27 EMap) a = 4.90; b = -.13; c = -.35; d = 5.50; ," in gallery "HopalongEMaps," renamed as "(27 EMap) a = 4.90; b = -.13; c = -.35; d = 5.50;." This iteration is defined by: x <- y-sgn(x)*sqrt(abs(b*x-c)), y <- a-x%d. Parameters are: a = 4.90; b = -.13; c = -.35; d = 5.50;
|
|
View/Sys/Gal: System "(28 EMap) a = 4.90; b = -.14; c = -.35; d = 5.50; ," in gallery "HopalongEMaps," renamed as "(28 EMap) a = 4.90; b = -.14; c = -.35; d = 5.50;." This iteration is defined by: x <- y-sgn(x)*sqrt(abs(b*x-c)), y <- a-x%d. Parameters are: a = 4.90; b = -.14; c = -.35; d = 5.50;
|
|
View/Sys/Gal: EMap "(28b EMap)" in "HopalongEMaps." This iteration is defined by: x <- (1+s*.01)*(y-sgn(x)*sqrt(abs(b*x-c))), y <- (1+s*.01)*(a-x%d). Parameters are: a = 4.90; b = -.14; c = -.35; d = 5.50; s=0 This is a time-scaled version of (28). By increasing s you can decrease the amount of black in the image.
|
|
View/Sys/Gal: EMap "(28b EMap) a = 4.90; b = -.14; c = -.35; d = 5.50; s = .88;" in "HopalongEMaps." This iteration is defined by: x <- (1+s*.01)*(y-sgn(x)*sqrt(abs(b*x-c))), y <- (1+s*.01)*(a-x%d). Parameters are: a = 4.90; b = -.14; c = -.35; d = 5.50; s = .88;
|
|
View/Sys/Gal: EMap "(28b EMap) a = 4.90; b = -.14; c = -.36; d = 5.60; s = .46;" in "HopalongEMaps." This iteration is defined by: x <- (1+s*.01)*(y-sgn(x)*sqrt(abs(b*x-c))), y <- (1+s*.01)*(a-x%d). Parameters are: a = 4.90; b = -.14; c = -.36; d = 5.60; s = .46;
|
|
View/Sys/Gal: System "(28b EMap) a = 5.30; b = -.18; c = -.41; d = 5.10; s = 2.90; ," in gallery "HopalongEMaps," renamed as "(28b EMap) a = 5.30; b = -.18; c = -.41; d = 5.10; s = 2.90;." This iteration is defined by: x <- (1+s*.01)*(y-sgn(x)*sqrt(abs(b*x-c))), y <- (1+s*.01)*(a-x%d). Parameters are: a = 5.30; b = -.18; c = -.41; d = 5.10; s = 2.90;
|
|
View/Sys/Gal: System "(28b EMap) a = 5.60; b = -.17; c = -.22; d = 5.10; s = 2.90; ," in gallery "HopalongEMaps," renamed as "(28b EMap) a = 5.60; b = -.17; c = -.22; d = 5.10; s = 2.90;." This iteration is defined by: x <- (1+s*.01)*(y-sgn(x)*sqrt(abs(b*x-c))), y <- (1+s*.01)*(a-x%d). Parameters are: a = 5.60; b = -.17; c = -.22; d = 5.10; s = 2.90;
|
|
View/Sys/Gal: EMap "(28b EMap) a = 5.60; b = -.17; c = -.40; d = 5.10; s = 2.90;" in "HopalongEMaps." This iteration is defined by: x <- (1+s*.01)*(y-sgn(x)*sqrt(abs(b*x-c))), y <- (1+s*.01)*(a-x%d). Parameters are: a = 5.60; b = -.17; c = -.40; d = 5.10; s = 2.90;
|
|
View/Sys/Gal: EMap "new 10 EMapCT7" in "HopalongEMaps." This iteration is defined by: x <- y-sgn(x)*sqrt(abs(b*x-c)), y <- a-x. Parameters are: a = 3.80; b = .58; c = 1.00; EMap CT: 7
|
|
View/Sys/Gal: EMap "new 10b EMapCT3" in "HopalongEMaps." This iteration is defined by: x <- (1+s*.01)*(y-sgn(x)*sqrt(abs(b*x-c))), y <- (1+s*.01)*(a-x). Parameters are: a = 2.5000; b = 1.4000; c = .9100; s = 5.4000; EMap CT: 3
|
|
View/Sys/Gal: EMap "new 10b EMapMaxCT2" in "HopalongEMaps." This iteration is defined by: x <- (1+s*.01)*(y-sgn(x)*sqrt(abs(b*x-c))), y <- (1+s*.01)*(a-x). Parameters are: a = 3.800; b = .590; c = .900; s = .260; EMap CT: 2
|
|
View/Sys/Gal: EMap "new 10b EMapMaxCT3" in "HopalongEMaps." This iteration is defined by: x <- (1+s*.01)*(y-sgn(x)*sqrt(abs(b*x-c))), y <- (1+s*.01)*(a-x). Parameters are: a = 3.80; b = .59; c = .90; s = -.26; EMap CT: 3
|
|
View/Sys/Gal: EMap "new 11 EMapCT3" in "HopalongEMaps." This iteration is defined by: x <- y-sgn(x)*sqrt(abs(b*x-c)), y <- a-x%d. Parameters are: a = 4.7000; b = -.2100; c = -.5100; d = -9.0000; EMap CT: 3
|
|
View/Sys/Gal: EMap "new 12 EMapMaxCT1" in "HopalongEMaps." This iteration is defined by: x <- y-sgn(x)*sqrt(abs(b*x-c)), y <- a-x%d. Parameters are: a = 4.90; b = -.12; c = -.33; d = -83.00; EMap CT: 1
|
|
View/Sys/Gal: EMap "new 17 EMapCT1" in "HopalongEMaps." This iteration is defined by: x <- y-sgn(x)*sqrt(abs(b*x-c)), y <- a-x%d. Parameters are: a = 4.9000; b = -.1400; c = -.3400; d = -69.0000; EMap CT: 1
|
|
View/Sys/Gal: EMap "new 18 EMapCT0" in "HopalongEMaps." This iteration is defined by: x <- y-sgn(x)*sqrt(abs(b*x-c)), y <- a-x%d. Parameters are: a = 4.9000; b = -.1300; c = -.3400; d = -5.0000; EMap CT: 0
|
|
View/Sys/Gal: EMap "new 2 EMapCT0" in "HopalongEMaps." This iteration is defined by: x <- y-sgn(x)*sqrt(abs(b*x-c)), y <- a-x. Parameters are: a = .00; b = -.93; c = 5.00; EMap CT: 0
|
|
View/Sys/Gal: EMap "new 25 EMapMaxCT0" in "HopalongEMaps." This iteration is defined by: x <- y-sgn(x)*sqrt(abs(b*x-c)), y <- a-x%d. Parameters are: a = 5.00; b = -.24; c = -.37; d = -10.00; EMap CT: 0
|
|
View/Sys/Gal: EMap "new 3 EMapCT0" in "HopalongEMaps." This iteration is defined by: x <- y-sgn(x)*sqrt(abs(b*x-c)), y <- a-x. Parameters are: a = .0000; b = .9000; c = 4.7000; EMap CT: 0
|
|
View/Sys/Gal: EMap "new 4 EMapCT2" in "HopalongEMaps." This iteration is defined by: x <- y-sgn(x)*sqrt(abs(b*x-c)), y <- a-x. Parameters are: a = 1.00; b = 1.00; c = 10.00; EMap CT: 2
|
|
View/Sys/Gal: EMap "new 5 EMapMaxCT2" in "HopalongEMaps." This iteration is defined by: x <- y-sgn(x)*sqrt(abs(b*x-c)), y <- a-x. Parameters are: a = 2.00; b = 2.10; c = 10.00; EMap CT: 2
|
|
View/Sys/Gal: EMap "new 6 EMapCT0" in "HopalongEMaps." This iteration is defined by: x <- y-sgn(x)*sqrt(abs(b*x-c)), y <- a-x. Parameters are: a = 3.70; b = .98; c = 1.30; EMap CT: 0
|
|
View/Sys/Gal: EMap "new 8 EMapMaxCT8" in "HopalongEMaps." This iteration is defined by: x <- y-sgn(x)*sqrt(abs(b*x-c)), y <- a-x. Parameters are: a = 4.2000; b = .7800; c = 1.3000; EMap CT: 8
|
|
View/Sys/Gal: EMap "new 8b EMapMaxCT3" in "HopalongEMaps." This iteration is defined by: x <- y-sgn(x)*sqrt(abs(b*x-c)), y <- a-x. Parameters are: a = 4.20; b = .70; c = 1.30; EMap CT: 3
|
|
View/Sys/Gal: EMap "new 8c EMapCT5" in "HopalongEMaps." This iteration is defined by: x <- y-sgn(x)*sqrt(abs(b*x-c)), y <- a-x. Parameters are: a = 4.20; b = .70; c = 1.30; EMap CT: 5
|
|
View/Sys/Gal: EMap "new 9 EMapCT2" in "HopalongEMaps." This iteration is defined by: x <- y-sgn(x)*sqrt(abs(b*x-c)), y <- a-x. Parameters are: a = 5.8000; b = .7100; c = 1.4000; EMap CT: 2
|
|
View/Sys/Gal: EMap "new* 11 EMapCT3" in "HopalongEMaps." This iteration is defined by: x <- y-sgn(x)*sqrt(abs(b*x-c)), y <- a-x%d. Parameters are: a = 4.7000; b = -.1700; c = -.4100; d = -5.6000; EMap CT: 3
|
|
View/Sys/Gal: EMap "new* 11b EMapMaxCT3" in "HopalongEMaps." This iteration is defined by: x <- y-sgn(x)*sqrt(abs(b*x-c)), y <- a-x%d. Parameters are: a = 4.7000; b = -.2100; c = -.4100; d = -5.6000; EMap CT: 3
|
|
View/Sys/Gal: EMap "new* 11b w/s EMapCT2" in "HopalongEMaps." This iteration is defined by: x <- (1+.1*s)*(y-sgn(x)*sqrt(abs(b*x-c))), y <- (1+.1*s)*(a-x%d). Parameters are: a = 2.3000; b = -.2300; c = .3300; d = -8.9000; s = .2800; EMap CT: 2
|
|
View/Sys/Gal: EMap "new* 15 EMapMaxCT3" in "HopalongEMaps." This iteration is defined by: x <- y-sgn(x)*sqrt(abs(b*x-c)), y <- a-x%d. Parameters are: a = 4.9000; b = -.1200; c = -.3800; d = -6.0000; EMap CT: 3
|
|
View/Sys/Gal: EMap "new* 16 EMapMaxCT5" in "HopalongEMaps." This iteration is defined by: x <- y-sgn(x)*sqrt(abs(b*x-c)), y <- a-x%d. Parameters are: a = 4.7000; b = -.1200; c = -.3200; d = -43.0000; EMap CT: 5
|
|
View/Sys/Gal: EMap "new* 17 EMapMaxCT3" in "HopalongEMaps." This iteration is defined by: x <- y-sgn(x)*sqrt(abs(b*x-c)), y <- a-x%d. Parameters are: a = 4.6000; b = -.1400; c = -.3400;
d = -69.0000; EMap CT: 3
|
|
View/Sys/Gal: EMap "new* 18 EMapMaxCT1" in "HopalongEMaps." This iteration is defined by: x <- y-sgn(x)*sqrt(abs(b*x-c)), y <- a-x%d. Parameters are: a = 4.9000; b = -.1300; c = -.3400; d = -5.0000; EMap CT: 1
|
|
View/Sys/Gal: EMap "new* 2 EMapMaxCT1" in "HopalongEMaps." This iteration is defined by: x <- y-sgn(x)*sqrt(abs(b*x-c)), y <- a-x. Parameters are: a = .0000; b = -.9300; c = 5.0000; EMap CT: 1
|
|
View/Sys/Gal: EMap "new* 22 EMapMaxCT5" in "HopalongEMaps." This iteration is defined by: x <- y-sgn(x)*sqrt(abs(b*x-c)), y <- a-x%d. Parameters are: a = 5.2000; b = -.1400; c = -.3400; d = -69.0000; EMap CT: 5
|
|
View/Sys/Gal: EMap "new* 25 EMapMaxCT0" in "HopalongEMaps." This iteration is defined by: x <- y-sgn(x)*sqrt(abs(b*x-c)), y <- a-x%d. Parameters are: a = 5.0000; b = -.2400; c = -.4300; d = -10.0000; EMap CT: 0
|
|
View/Sys/Gal: EMap "new* 3 EMapCT0" in "HopalongEMaps." This iteration is defined by: x <- y-sgn(x)*sqrt(abs(b*x-c)), y <- a-x. Parameters are: a = .0062; b = .9000; c = 4.5000; EMap CT: 0
|
|
View/Sys/Gal: EMap "new* 4 EMapCT5" in "HopalongEMaps." This iteration is defined by: x <- y-sgn(x)*sqrt(abs(b*x-c)), y <- a-x. Parameters are: a = 1.0000; b = 1.0000; c = 10.0000; EMap CT: 5
|
|
View/Sys/Gal: EMap "new* 5 EMapMaxCT3" in "HopalongEMaps." This iteration is defined by: x <- y-sgn(x)*sqrt(abs(b*x-c)), y <- a-x. Parameters are: a = 2.1000; b = 2.1000; c = 10.0000; EMap CT: 3
|
|
View/Sys/Gal: EMap "new* 6 EMapCT1" in "HopalongEMaps." This iteration is defined by: x <- y-sgn(x)*sqrt(abs(b*x-c)), y <- a-x. Parameters are: a = 3.7000; b = .9800; c = 1.3000; EMap CT: 1
|
|
View/Sys/Gal: EMap "new* 8 EMapMaxCT8" in "HopalongEMaps." This iteration is defined by: x <- y-sgn(x)*sqrt(abs(b*x-c)), y <- a-x. Parameters are: a = 4.2000; b = .7800; c = 1.3000; EMap CT: 8
|
|
View/Sys/Gal: EMap "new* 8b EMapCT3" in "HopalongEMaps." This iteration is defined by: x <- y-sgn(x)*sqrt(abs(b*x-c)), y <- a-x. Parameters are: a = 4.2000; b = .7000; c = 1.5000; EMap CT: 3
|
|
View/Sys/Gal: EMap "new* 8c EMapCT2" in "HopalongEMaps." This iteration is defined by: x <- y-sgn(x)*sqrt(abs(b*x-c)), y <- a-x. Parameters are: a = 4.5000; b = .7000; c = 1.3000; EMap CT: 2
|
|
View/Sys/Gal: EMap "new* 9 EMapCT2" in "HopalongEMaps." This iteration is defined by: x <- y-sgn(x)*sqrt(abs(b*x-c)), y <- a-x. Parameters are: a = 5.9000; b = .6700; c = 1.3000; EMap CT: 2
|