Open
Description
Lab 3 is focused on generating and analyzing fractals using Python.
The following tasks will be covered:
Objectives:
- Create
Lab3_Fractals.ipynb
notebook - Implement recursive generation of Sierpinski triangle
- Add iterative approach (e.g., via L-systems or matrix scaling)
- Visualize fractals with
matplotlib
,plotly
, orTkinter
- Add interactive fractal explorer (zoom / depth level)
- Export high-resolution image or SVG
Concepts:
- Self-similarity and recursion
- Affine transformations
- Fractal dimension (optional advanced task)
- Applications in nature and water systems geometry
Related files:
Lab3_Fractals.ipynb
— contains current implementationLab3_report.pdf
— attached theoretical background and results
PR: will be updated under add-readme-and-visualization
branch
Metadata
Metadata
Assignees
Labels
No labels