This repository has been archived on 2022-05-03. You can view files and clone it, but cannot push or open issues/pull-requests.
PR3Python/python/s1/s1_a51.py

4 lines
85 B
Python
Raw Normal View History

2022-05-02 20:29:56 +02:00
import numpy as np
a=np.array([[3,0,-2,11],[0,0,9,0],[0,7,0,0],[0,0,0,-3]])
print(a)