Rectángulos aleatorios
Paso a paso
Creamos dos deslizadores de tipo entero:
- Número de rectángulos: n, valor mínimo 1, valor máximo, 30. Incremento 1.
- Tamaño rectángulos: i, valor mínimo 1, valor máximo, 10. Incremento 1.
- der=9
- top=4
- l1=Secuencia((AleatorioEntre(-i, i), AleatorioEntre(-i, i)), k, 1, n)
- l2=Zip(k + (AleatorioEntre(1, der, true), 0), k, l1)
- l3=Zip(k + (0, AleatorioEntre(1, top)), k, l1
- l4=Zip((x(k), y(s)), k, l2, s, l3)
- l5=Zip(Polígono(k, s, t, r), k, l1, s, l2, t, l4, r, l3)
- f(x) = x ℯ^x
- g(x) = ln(x)
- h(x) = sqrt(x)
- Rojo: f(-n)
- Verde: h(n)
- Azul: g(n)
- Opacidad: 1 / 10 + n / (n² + 1)
- A=Esquina(1,1)
- B=Esquina(1,2)
- C=Esquina(1,3)
- D=Esquina(1,4)