Question: Please provide matlab or python code and visual of output. Arnold's cat map is define on the torus by the matrix A = ( [

Please provide matlab or python code and visual of output.
Arnold's cat map is define on the torus by the matrix A=([2,1],[1,1]). The torus is the plane in which two points (x1,y1) and (x2,y2) are identified if x1-x2 and y1-y2 are integers. Alternatively, we can define it as a map on the square {(x,y):0x1,0y1} by the formula
f(x,y)=(frac(2x+y),frac(x+y))
where frac(x) is the fractional part of x, i.e., frac(x)=x-|??x??| for |??x??| is the smallest integer not less than x(it is implemented in Matlab).
Draw the circle with center in (12,12) with radius 14 and apply f to it repeatedly. Plot first 10 results.
Please provide matlab or python code and visual

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!