ニュース

次のような配列があるとき、全組み合わせが欲しいことがあります。 x = np.array([1,2,3]) y = np.array([4,5]) このときにnp.meshgridを使えるのだけれど、よくわからなかったので確認しながら。 とりあえず呼ぶだけ呼んでみる。呼び ...
Physics and Python stuff. Most of the videos here are either adapted from class lectures or solving physics problems. I really like to use numerical calculations without all the fancy programming ...
This package provides two functions, linspace and meshgrid, that are useful for creating vectors or matrices for several proposes. It's useful if you want to closely replicate code in Matlab or Python ...