Anna

twitter_header_1500x500

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:

Blog Blog Blog

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:

Installation

Linux

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");

Windows

For installation on Windows systems, just download from julia-lang 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");

Ubuntu

For installation in particular use the command: sudo snap install julia -classic

Packages

For its use it is necessary to install the following packages:

Codes

Julia Script

  1. 01_test_frac.jl : Calculate the 01-Test for fractional ordinary diferential equation.

  2. bifurcation.jl : Calculate the bifurcation diagram for fractional ordinary diferential equation.

Python Script

  1. 1_plot_01-test.py :

Generate the 01-Test Plot

01-test

  1. 2_plot_bifurcation.py

Generate the Bifurcation Diagram Plot

bifurcation

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.

Km_2D

Publication