はじめに
線形代数において、行列の転置は、対角線を中心に行列を反転させる演算子です。行列の転置は、行を列に交換することで得られます。Pythonでは、簡単な1行のコードを使って二次元リストを転置することができます。
Skills Graph
%%%%{init: {'theme':'neutral'}}%%%%
flowchart RL
python(("Python")) -.-> python/BasicConceptsGroup(["Basic Concepts"])
python(("Python")) -.-> python/DataStructuresGroup(["Data Structures"])
python(("Python")) -.-> python/FunctionsGroup(["Functions"])
python(("Python")) -.-> python/PythonStandardLibraryGroup(["Python Standard Library"])
python/BasicConceptsGroup -.-> python/variables_data_types("Variables and Data Types")
python/BasicConceptsGroup -.-> python/comments("Comments")
python/DataStructuresGroup -.-> python/lists("Lists")
python/DataStructuresGroup -.-> python/tuples("Tuples")
python/FunctionsGroup -.-> python/function_definition("Function Definition")
python/FunctionsGroup -.-> python/build_in_functions("Build-in Functions")
python/PythonStandardLibraryGroup -.-> python/data_collections("Data Collections")
subgraph Lab Skills
python/variables_data_types -.-> lab-13735{{"Python における行列の転置"}}
python/comments -.-> lab-13735{{"Python における行列の転置"}}
python/lists -.-> lab-13735{{"Python における行列の転置"}}
python/tuples -.-> lab-13735{{"Python における行列の転置"}}
python/function_definition -.-> lab-13735{{"Python における行列の転置"}}
python/build_in_functions -.-> lab-13735{{"Python における行列の転置"}}
python/data_collections -.-> lab-13735{{"Python における行列の転置"}}
end