Import and setup
To get started, import the necessary modules:
from pynamicalsys import DiscreteDynamicalSystem as dds
If you don’t have pynamicalsys installed, check the installation guide. Please also make sure to import Numpy, Matplotlib, and Seaborn, as they are required for numerical computations and visualizations:
import numpy as np
import matplotlib.pyplot as plt
import seaborn as sns