O projeto é para determinar a dinâmica não linear de sistemas fracionários aplicados em diversas áreas da ciência. Exemplo na física, química, biologia e nas engenharias. Os scripts disponibilizados aqui são descritos em linguagem Julia para o processamento dos dados e o Python para construir os gráficos dos resultados obtidos. Dessa forma, For better performance of the created scripts we indicate:
No entanto, o script podem ser utilizado em qualquer SO que possa rodar IDLE da linguagem Julia Lang, para a instalação da linguagem segue os passos:
Open a new terminal and type the commands:
To download Julia Lang’s installation packages: wget https://julialang-s3.julialang.org/bin/linux/x64/1.7/julia-1.7.2-linux-x86_64.tar.gz
To extract .tar.gz: tar -xvzf julia-1.8.5-linux-x86_64.tar.gz
Copy and extract the folder to /opt: sudo cp -r julia-1.8.5 /opt/
Finally, create a symbolic link to julia inside the /usr/local/bin folder: sudo ln -s /opt/julia-1.8.5/bin/julia/local/bin/local
So, if everything went well, just type julia in your terminal and the interpreter starts working. Once that’s done, just use the command in julia’s terminal to install the necessary packages for the PAP scripts to work: using Pkg; Pkg.add("Package Name");
For installation on Windows systems, just download from the .exe for the system Windows operating system and follow the steps indicated by the app. And then click on the icon on your Desktop and install the libraries. To do so, just type in Julia’s terminal:
using Pkg; Pkg.add("Package Name");
For installation in particular use the command: sudo snap install julia -classic
For its use it is necessary to install the following packages:
01_test_frac.jl : Calculate the 01-Test for fractional ordinary diferential equation.
bifurcation.jl : Calculate the bifurcation diagram for fractional ordinary diferential equation.
Generate the 01-Test Plot
Generate the Bifurcation Diagram Plot
The figure represents the behavior of the 01-Test that describes an estimate of fractional nonlinear dynamics based on fractional derivative operators applied to a set of differential equations.