I'm quite new on Jupiter Notebook and I don't really know phyton, could someone tell me how to define a matrix? I mean, what should I write after:
A = [···]
I've tried "A=Matrix(QQbar, 2, 2, [1,2],[3,4])" and some similiar options but it always report "too many arguments in matrix constructor".
Thanks