「四次元ポケット」は現代の物理学で再現可能か? import numpy as np import matplotlib.pyplot as plt from mpl_toolkits.mplot3d import Axes3D # 4D 空間内のポケットの波動関数モデル def pocket_wavefunction(x, y, z, w, alpha=0.1, beta=2.0): """ ...
#for creating vectors Vec=np.array([1,2,3,4,5,6,7,8,9,10,11]) print(Vec) #for creating matrix Matrix= np.array([[1,2,3], [4,5,6],[7,8,9]]) print (Matrix) #transpose ...