# Arnold 猫映射 — 混沌保面积映射

交互式 Arnold 猫映射可视化：(x', y') = ((x+y) mod N, (x+2y) mod N)。反复迭代打乱图像，但在恰好 K 步后完美恢复——混沌中隐藏的秩序。

> 标准页面: https://elysiatools.com/zh/visualizations/arnold-cat-map

- **分类:** Math

## 概述

Interactive Arnold Cat Map visualization on a discrete N×N grid. The generalized Arnold map (x', y') = ((x+y) mod N, (x+2y) mod N) is an area-preserving Anosov diffeomorphism that scrambles any image into apparent noise, yet after exactly K iterations (the period) the image restores perfectly — demonstrating the coexistence of chaos and periodicity. Three visualization panels: (1) Main iterated image showing the current state after n applications of the cat map; (2) Original image for comparison; (3) Difference heatmap |current − original| using a blue→purple→red→yellow color scale showing pixel-wise deviation. Users can upload any image or use built-in patterns (cat face, color grid, gradient, checkerboard). Generalized map matrix A = [[1,a],[b,1+ab]] with adjustable parameters a and b — when det(A)=1 the map is area-preserving and periodic; when det(A)≠1 it is not. Grid size N (16–256) controls both resolution and the period K. The period K is computed by finding the smallest positive integer such that A^K ≡ I (mod N). Real-time statistics: iteration count, period K, determinant, eigenvalues. Four presets: Classic (1,1), Stretch (1,2), Strong (2,3), Mild (1,0). Step forward/backward, animation with adjustable speed, and jump-to-period button. Educational content covers Arnold's 1960 discovery, Anosov diffeomorphisms and uniform hyperbolicity, Lyapunov exponent λ ≈ 0.962, KAM theory connections, and applications in image encryption, digital watermarking, pseudo-random number generation, Hamiltonian dynamics, and chaotic cryptography. Multi-language support (zh, en, es, fr, de, ru, pt).

## 相关内容

- [零级反应 - Zero-Order Reaction](https://elysiatools.com/zh/visualizations/zero-order-reaction): 零级反应动力学和浓度随时间变化的交互式可视化
- [一级反应 - First-Order Reaction](https://elysiatools.com/zh/visualizations/first-order-reaction): 一级反应动力学和指数浓度衰减的交互式可视化
- [二级反应 - Second-Order Reaction](https://elysiatools.com/zh/visualizations/second-order-reaction): 二级反应动力学和双分子碰撞动力学的交互式可视化
- [阿伦尼乌斯方程 - Arrhenius Equation](https://elysiatools.com/zh/visualizations/arrhenius-equation): 温度对反应速率影响的交互式可视化 - 探索活化能、指数因子和速率常数的关系
- [可逆反应 - Reversible Reaction](https://elysiatools.com/zh/visualizations/reversible-reaction): A ⇌ B 可逆反应动力学的交互式可视化 - 探索正逆反应速率、平衡常数和浓度随时间的变化
- [连续反应 - Consecutive Reaction](https://elysiatools.com/zh/visualizations/consecutive-reaction): A → B → C 连续反应动力学的交互式可视化 - 探索中间物浓度峰值、决速步和所有物种的完整演化
- [链式反应 - Chain Reaction](https://elysiatools.com/zh/visualizations/chain-reaction): 自由基链式反应聚合的交互式可视化 - 探索引发、增长、终止步骤，链增长动画和分子量分布
- [勒夏特列原理 - Le Chatelier's Principle](https://elysiatools.com/zh/visualizations/le-chateliers-principle): 勒夏特列原理的交互式可视化 - 探索浓度、压强和温度变化如何影响化学平衡，配合分子动力学动画展示平衡移动过程
