Ritu Singh
Problem:
I am a beginner in Python, and I'm trying to simulate a multi scroll chaotic attractor for a project. The details and parameters are in >https://sci-hub.se/10.1142/s0218127420501862 [3.2 (i)]
I'm getting an empty plot. Any help would be greatly appreciated. I have tried the ODEINT method for solving the equations.
Solution:
Well, here you go. The major problem with your code seems to be the initial values (it really doesn't like all zeroes). There is some sensitivity to the parameter R (I found the paper you are alluding to in the end). You also need a solution to a larger Tmax.
Link to paper: >https://doi.org/10.1142/S0218127420501862 but I'm relying on university access to that - it may not be an open-access paper.
And here's your multi-scroll attractor. It's quite pretty!
Suggested blogs:
>How to do PHP Decryption from Node.js Encryption
>How to Set up the Android emulator?
>PHP cURL to upload video to azure blob storage
>PHP Error Solved: htaccess problem with an empty string in URL
>Plugins and Presets for Vuejs project
>Python Error Solved: load_associated_files do not load a txt file
>Set up Node.js & connect to a MongoDB Database Using Node.js
>Setting up a Cloud Composer environment: Step-by-step guide