<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>momomomozuku</author_name>
  <author_url>https://blog.hatena.ne.jp/momomomozuku/</author_url>
  <blog_title>Pythonのある生活</blog_title>
  <blog_url>https://momomomozuku.hatenablog.com/</blog_url>
  <categories>
  </categories>
  <description>.T transepose（転置）を表す「T」であり、行列の転置を行うことができる。 【対話コード】 &gt;&gt;&gt;import numpy as np &gt;&gt;&gt;arr = np.arange(10).reshape(2, 5) &gt;&gt;&gt;print(arr) [[0 1 2 3 4] [5 6 7 8 9]] &gt;&gt;&gt;print(arr.T) [[0 5] [1 6] [2 7] [3 8] [4 9]]</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmomomomozuku.hatenablog.com%2Fentry%2F2018%2F09%2F18%2F062028&quot; title=&quot;行列の行部分と列部分を入れ替える - Pythonのある生活&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2018-09-18 06:20:28</published>
  <title>行列の行部分と列部分を入れ替える</title>
  <type>rich</type>
  <url>https://momomomozuku.hatenablog.com/entry/2018/09/18/062028</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
