import the important module in python import numpy as np # make matrix with numpy gfg = np.matrix('[4, 1; 12, 3]') # applying matrix.transpose() method geek ...
確定! 回上一頁