Upload a “.m” file that will do the required work! The 3r…
Upload a “.m” file that will do the required work! The 3rd order Chaos System in the question is SHAMELESSLY copied from https://www.nature.com/articles/s41598-023-32099-1! A system is known to have the following dynamic equations dx/dt = z dy/dt = -x -z dz/dt = a*x+b*y-z+x*y-c*x*z+1 (* is product not convolution here!) Find the response of the system when we run it with the following values. Plot the trajectory amongst x vs y vs z. ( Use plot3(). ) Initial Conditions for : a = 0.1, b =5, c = 0.3