Python operators
📄 Description
Python Operator Symbol
Python Methods
Nelson Methods
💡 Example
🔗 See also
🕔 History
Version
📄 Description
Last updated
Last updated
pyrun('import numpy as np')
R = pyrun('R = np.asarray(A)', "R", 'A', magic(3))
R_A = R + R
R_B = R * 2
isequal(R_A, R_B)