선형 대수학 (Linear Algebra)

벡터와 행렬의 수학.

선형 방정식과 선형 함수, 그리고 이를 행렬과 벡터 공간을 통해 표현하고 다루는 수학의 한 분야입니다.

        graph LR
  Center["선형 대수학 (Linear Algebra)"]:::main
  Pre_mathematics["mathematics"]:::pre --> Center
  click Pre_mathematics "/terms/mathematics"
  Rel_machine_learning["machine-learning"]:::related -.-> Center
  click Rel_machine_learning "/terms/machine-learning"
  Rel_cryptography["cryptography"]:::related -.-> Center
  click Rel_cryptography "/terms/cryptography"
  Rel_zero_knowledge_proof["zero-knowledge-proof"]:::related -.-> Center
  click Rel_zero_knowledge_proof "/terms/zero-knowledge-proof"
  classDef main fill:#7c3aed,stroke:#8b5cf6,stroke-width:2px,color:white,font-weight:bold,rx:5,ry:5;
  classDef pre fill:#0f172a,stroke:#3b82f6,color:#94a3b8,rx:5,ry:5;
  classDef child fill:#0f172a,stroke:#10b981,color:#94a3b8,rx:5,ry:5;
  classDef related fill:#0f172a,stroke:#8b5cf6,stroke-dasharray: 5 5,color:#94a3b8,rx:5,ry:5;
  linkStyle default stroke:#4b5563,stroke-width:2px;

      

🧒 5살도 이해할 수 있게 설명

공간에서 사물을 움직이고 늘리는 계산법이에요. 게임 캐릭터를 회전시키거나 AI에게 얼굴을 인식시킬 때, 모든 점이 어떻게 함께 움직이는지를 계산하기 위해 선형 대수학을 사용합니다.

🤓 Expert Deep Dive

In Web3, Linear Algebra is critical for Zero-Knowledge Proofs (ZKPs) (representing polynomial constraints as vectors) and Post-[Quantum [Cryptography](/ko/terms/quantum-cryptography)](/ko/terms/post-quantum-cryptography) (Lattice-based problems involving high-dimensional grids). Concepts like Matrix Multiplication, Eigenvalues, and Orthogonality are used to optimize data compression and encryption algorithms.

🔗 관련 용어

선행 지식:

📚 출처