Skip to content

Implement fractal modeling using iterative and recursive methods #9

Open
@Tania526-sudo

Description

@Tania526-sudo

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, or Tkinter
  • 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 implementation
  • Lab3_report.pdf — attached theoretical background and results

PR: will be updated under add-readme-and-visualization branch

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions