From 3f7841d048973a949ef863939045cc17f69b0e9c Mon Sep 17 00:00:00 2001 From: ki1dee Date: Wed, 25 Dec 2024 17:46:46 +0900 Subject: [PATCH] Edit contents --- Phys/CP/CP_content.md | 2 +- Phys/MP/AAT/Differential_form.md | 0 Phys/MP/AAT/Manifolds.md | 0 Phys/MP/AAT/Topology_basics.md | 0 Phys/MP/{ => LA}/Linear_Operator_Theory.pdf | Bin Phys/MP/LA/Map.md | 0 Phys/MP/{ => LA}/Spectral.md | 0 Phys/MP/{ => LA}/Spectral_Theory.pdf | Bin Phys/MP/{ => LA}/linear_algebra.md | 0 Phys/MP/{ => LA}/operator.md | 0 Phys/MP/MP_content.md | 20 +++++++++++--------- Phys/MP/Spinor.md | 0 Phys/MP/Tensor.md | 0 R/{ => Cipher}/Cipher.md | 2 +- R/Cipher/Crypto.md | 9 +++++++++ R/MM/Riddlecanon.md | 2 ++ R/MM/Sym_in_m.md | 0 R/MM/Tonnetz.md | 0 R/R_content.md | 11 ++++++++--- R/Riddlecanon.md | 2 -- 20 files changed, 32 insertions(+), 16 deletions(-) create mode 100644 Phys/MP/AAT/Differential_form.md create mode 100644 Phys/MP/AAT/Manifolds.md create mode 100644 Phys/MP/AAT/Topology_basics.md rename Phys/MP/{ => LA}/Linear_Operator_Theory.pdf (100%) create mode 100644 Phys/MP/LA/Map.md rename Phys/MP/{ => LA}/Spectral.md (100%) rename Phys/MP/{ => LA}/Spectral_Theory.pdf (100%) rename Phys/MP/{ => LA}/linear_algebra.md (100%) rename Phys/MP/{ => LA}/operator.md (100%) create mode 100644 Phys/MP/Spinor.md create mode 100644 Phys/MP/Tensor.md rename R/{ => Cipher}/Cipher.md (98%) create mode 100644 R/Cipher/Crypto.md create mode 100644 R/MM/Riddlecanon.md create mode 100644 R/MM/Sym_in_m.md create mode 100644 R/MM/Tonnetz.md delete mode 100644 R/Riddlecanon.md diff --git a/Phys/CP/CP_content.md b/Phys/CP/CP_content.md index ccda91c..a2d85e6 100644 --- a/Phys/CP/CP_content.md +++ b/Phys/CP/CP_content.md @@ -4,7 +4,7 @@ Here are the lists in Computational Physics tag: - Machine Learning and Deep Learning - [Pytorch] - - [Tenserflow] + - [Tensorflow] - Crystal Structure Prediction using ML - [CrySPY tutorial](./2024-10-04-CrySPY.html) - [Evolutionary Algorithm] diff --git a/Phys/MP/AAT/Differential_form.md b/Phys/MP/AAT/Differential_form.md new file mode 100644 index 0000000..e69de29 diff --git a/Phys/MP/AAT/Manifolds.md b/Phys/MP/AAT/Manifolds.md new file mode 100644 index 0000000..e69de29 diff --git a/Phys/MP/AAT/Topology_basics.md b/Phys/MP/AAT/Topology_basics.md new file mode 100644 index 0000000..e69de29 diff --git a/Phys/MP/Linear_Operator_Theory.pdf b/Phys/MP/LA/Linear_Operator_Theory.pdf similarity index 100% rename from Phys/MP/Linear_Operator_Theory.pdf rename to Phys/MP/LA/Linear_Operator_Theory.pdf diff --git a/Phys/MP/LA/Map.md b/Phys/MP/LA/Map.md new file mode 100644 index 0000000..e69de29 diff --git a/Phys/MP/Spectral.md b/Phys/MP/LA/Spectral.md similarity index 100% rename from Phys/MP/Spectral.md rename to Phys/MP/LA/Spectral.md diff --git a/Phys/MP/Spectral_Theory.pdf b/Phys/MP/LA/Spectral_Theory.pdf similarity index 100% rename from Phys/MP/Spectral_Theory.pdf rename to Phys/MP/LA/Spectral_Theory.pdf diff --git a/Phys/MP/linear_algebra.md b/Phys/MP/LA/linear_algebra.md similarity index 100% rename from Phys/MP/linear_algebra.md rename to Phys/MP/LA/linear_algebra.md diff --git a/Phys/MP/operator.md b/Phys/MP/LA/operator.md similarity index 100% rename from Phys/MP/operator.md rename to Phys/MP/LA/operator.md diff --git a/Phys/MP/MP_content.md b/Phys/MP/MP_content.md index 07ae4dd..391910d 100644 --- a/Phys/MP/MP_content.md +++ b/Phys/MP/MP_content.md @@ -2,19 +2,17 @@ - [Linear Algebra] - - [Linear Algebra - Brief Questions](./linear_algebra.html) - - [Map] - - [Operator Theory](./operator.html) - - [Spectral Theory](./Spectral.html) + - [Linear Algebra - Brief Questions](./LA/linear_algebra.html) + - [Map](./Map.html) + - [Operator Theory](./LA/operator.html) + - [Spectral Theory](./LA/Spectral.html) - [Fourier Transforms](./ft.html) - [Green's Functions](./gf.html) - - [Complex Variable Theory](./Complex%20Variable%20Theory.html) - -- [Tensor Calculus] -- [Spinors] +- [Tensor Calculus](./Tensor.html) +- [Spinors](./Spinor.html) - [Differential Equations](./de.html) - [Special Functions](./special_functions.html) @@ -23,4 +21,8 @@ - [Group Theory](./group.html) - [Category Theory] -- [Abstract Algebra and Topology] \ No newline at end of file +- [Abstract Algebra and Topology] + - [Symmetry and Topology Basics](./AAT/Topology_basics.html) + - Abstract Alebra Basics + - [Manifolds](./AAT/Manifolds.html) + - [Differential Form](./AAT/Differential_form.html) \ No newline at end of file diff --git a/Phys/MP/Spinor.md b/Phys/MP/Spinor.md new file mode 100644 index 0000000..e69de29 diff --git a/Phys/MP/Tensor.md b/Phys/MP/Tensor.md new file mode 100644 index 0000000..e69de29 diff --git a/R/Cipher.md b/R/Cipher/Cipher.md similarity index 98% rename from R/Cipher.md rename to R/Cipher/Cipher.md index bf7f993..1efd92d 100644 --- a/R/Cipher.md +++ b/R/Cipher/Cipher.md @@ -1,4 +1,4 @@ -# Cipher +# Gold Bug and CTM In *The Gold-Bug* by Edgar Allan Poe, the protagonist's friend Legrand uses a decryption method for Captain Kidd's cryptogram based on the frequency stability of encoded symbols. Poe was well-versed in cryptography, as evidenced by a short treatise on cryptography that he wrote before publishing the novel, which explained the basic principles of cryptography in detail. Indeed, Poe had a notable talent for solving ciphers. diff --git a/R/Cipher/Crypto.md b/R/Cipher/Crypto.md new file mode 100644 index 0000000..8c93c3e --- /dev/null +++ b/R/Cipher/Crypto.md @@ -0,0 +1,9 @@ +# Cryptography + + + +--- + +## References + +*대수학*, 이인석 \ No newline at end of file diff --git a/R/MM/Riddlecanon.md b/R/MM/Riddlecanon.md new file mode 100644 index 0000000..625a10e --- /dev/null +++ b/R/MM/Riddlecanon.md @@ -0,0 +1,2 @@ +# The Riddle Canon + diff --git a/R/MM/Sym_in_m.md b/R/MM/Sym_in_m.md new file mode 100644 index 0000000..e69de29 diff --git a/R/MM/Tonnetz.md b/R/MM/Tonnetz.md new file mode 100644 index 0000000..e69de29 diff --git a/R/R_content.md b/R/R_content.md index 767f8a0..31415b6 100644 --- a/R/R_content.md +++ b/R/R_content.md @@ -1,6 +1,11 @@ # Art Theory and Riddles - [The Mental World Reflected in Art](./Reflected_Art.html) -- [Cipher](./Cipher.html) -- [The Riddle Canon](./Riddlecanon.html) -- [Magic Cubology](./Cube.md) \ No newline at end of file +- Cipher + - [Gold Bug and CTM](./Cipher/Cipher.html) + - [Cryptography](./Cipher/Crypto.html) +- [Mathematical Music] + - [The Riddle Canon](./Riddlecanon.html) + - [Tonnetz](./MM/Tonnetz.html) + - [Symmetry in Music](./MM/Sym_in_m.html) +- [Magic Cubology](./Cube.html) \ No newline at end of file diff --git a/R/Riddlecanon.md b/R/Riddlecanon.md deleted file mode 100644 index db9cd30..0000000 --- a/R/Riddlecanon.md +++ /dev/null @@ -1,2 +0,0 @@ -# Riddle Canon and the Mobius Strip -