{
  "schemaVersion": "0.11.0",
  "canonical": "https://www.pystone.net/notes/linear-algebra-basis-transformation/",
  "atlas": "https://www.pystone.net/?node=linear-algebra-basis-transformation#knowledge-atlas",
  "markdown": "https://www.pystone.net/notes/linear-algebra-basis-transformation.md",
  "context": "https://www.pystone.net/notes/linear-algebra-basis-transformation.context.json",
  "knowledgeVersion": "224c990773de.5fa8af6e39fa",
  "build": {
    "siteCommit": "224c990773de166d23a886306577dd90379529ce",
    "notesCommit": "5fa8af6e39fa3891d1b9b4832bfa6c4e0ecaaf0a",
    "builtAt": "1970-01-01T00:00:00.000Z",
    "version": "224c990773de.5fa8af6e39fa"
  },
  "id": "note:linear-algebra-basis-transformation",
  "slug": "linear-algebra-basis-transformation",
  "title": "Linear Algebra - 基变换",
  "type": "note",
  "visibility": "public",
  "idStability": "rename-stable",
  "author": {
    "name": "Perrin Yong",
    "profile": "https://www.pystone.net/profile/"
  },
  "publisher": {
    "name": "Perrin Yong",
    "profile": "https://www.pystone.net/profile/"
  },
  "aliases": [],
  "summary": "Linear Algebra 基变换 创建时间：2020/11/16 17:54",
  "contentRole": "unspecified",
  "isMoc": false,
  "mocRecognition": "none",
  "generated": false,
  "attribution": "unspecified",
  "domain": "10-计算机、信息技术与工程",
  "tags": [],
  "mocs": [],
  "contentHash": "d961b370f16fdd7e888652d453b0788d61e82ded62c5bea0c49fa798c1da6af9",
  "assets": [
    {
      "reference": "assets/1605518712512.png",
      "url": "/media/d494f77ba07176962208.png",
      "mediaType": "image/png",
      "contentHash": "d494f77ba07176962208da7f7924f3f2ac9fb69bdf483397430a51ca5335d3ee",
      "byteLength": 77337,
      "width": 947,
      "height": 368
    },
    {
      "reference": "assets/1605519239822.png",
      "url": "/media/e4ac979daf0e5a0b2071.png",
      "mediaType": "image/png",
      "contentHash": "e4ac979daf0e5a0b20716d17acd2870b40900ce1774426e139a26448faeb1fe7",
      "byteLength": 353835,
      "width": 1239,
      "height": 677
    },
    {
      "reference": "assets/1605521091498.png",
      "url": "/media/75da46a03a85654fabc7.png",
      "mediaType": "image/png",
      "contentHash": "75da46a03a85654fabc75ca657538ae754e8975210d778f7bbfaffab807c68c6",
      "byteLength": 297332,
      "width": 1430,
      "height": 888
    },
    {
      "reference": "assets/1605521149213.png",
      "url": "/media/e83ede07585195c7cc24.png",
      "mediaType": "image/png",
      "contentHash": "e83ede07585195c7cc248d62c0d6934dfc58cc1896f98b858c317b1ddbc64f22",
      "byteLength": 181543,
      "width": 1229,
      "height": 575
    },
    {
      "reference": "assets/1605521372447.png",
      "url": "/media/e0f0c3dd4a579a44dc58.png",
      "mediaType": "image/png",
      "contentHash": "e0f0c3dd4a579a44dc582b563d07e576244647c0bb9283cb094d7315127910a7",
      "byteLength": 211785,
      "width": 1198,
      "height": 432
    }
  ],
  "headings": [
    {
      "depth": 1,
      "text": "Linear Algebra - 基变换",
      "anchor": "linear-algebra---基变换",
      "citation": "https://www.pystone.net/notes/linear-algebra-basis-transformation/#linear-algebra---%E5%9F%BA%E5%8F%98%E6%8D%A2"
    },
    {
      "depth": 2,
      "text": "Linear Algebra - 基变换",
      "anchor": "linear-algebra---基变换-1",
      "citation": "https://www.pystone.net/notes/linear-algebra-basis-transformation/#linear-algebra---%E5%9F%BA%E5%8F%98%E6%8D%A2-1"
    }
  ],
  "claims": [],
  "outgoing": [],
  "incoming": [
    {
      "id": "note:data-algorithms-and-engineering-math",
      "title": "数据算法与工程数学",
      "url": "https://www.pystone.net/notes/data-algorithms-and-engineering-math/",
      "atlas": "https://www.pystone.net/?node=data-algorithms-and-engineering-math#knowledge-atlas",
      "label": "数据算法与工程数学",
      "origin": "explicit",
      "humanReviewed": true,
      "context": "本层中的“Linear Algebra - 基变换”导航项",
      "citation": "https://www.pystone.net/notes/data-algorithms-and-engineering-math/#%E6%9C%AC%E5%B1%82"
    }
  ],
  "contentMarkdown": "# Linear Algebra - 基变换\n> 创建时间：2020/11/16 17:54\n\n## Linear Algebra - 基变换\n\nAnyway to **translate** between vectors and sets of numbers is called a **coordinate system**.\n\n![Alt text](assets/1605518712512.png)\n\n矩阵向量乘法（matrix-vector multiplication）左乘的本质：\n\n![Alt text](assets/1605519239822.png)\n\n得到的是，之前坐标系下坐标描述的向量 在我们的坐标系下的表示\n\n线性变换矩阵 - 列为坐标系A下的基向量\n\n  1. Geometrically：\nThis matrix transform A坐标系下的网格(grid) into B坐标系下的网格\n\n  2. Numerically：\ntranslating a vector described in B坐标系 to A坐标系下的坐标\n\n  3. 理解：\n把A坐标系下的拥有相同坐标的向量（A坐标系下对B坐标系下相同坐标向量的 **误解 misconception** ）变换为实际描述的向量。\n\n**逆矩阵** \\- The inverse of a transformation is a new transformation that corresponds to(相当于) playing that first one backwards.\n将所对应的变换逆向进行。\n\n坐标变换矩阵：\n一个矩阵的列代标B坐标系的基向量，却是用A坐标系的坐标来描述。\n\n矩阵M表示在A坐标系下的某个变换。对B坐标系下的坐标进行相同变换：\n\n![Alt text](assets/1605521091498.png)\n\n转换成A坐标系下的坐标，变换完后再转回去。\n\n以下公式即为将A坐标系下的线性变换矩阵 ，变为相同线性变换在B坐标系下的矩阵表示：\n\n![Alt text](assets/1605521149213.png)\n\n线性变换：\n\n  1. 向量的变换\n\n  2. 不同空间下的坐标转换\n\n  3. 变换矩阵的转换\n\n![Alt text](assets/1605521372447.png)\n\n视角上的转移——对同一个变换，在不同坐标空间下观察。\n"
}
