I have a matrix named p and with the values [-10x1 - 4x2 + 14, -4x1 - 2x2 + 6]
when i try to solve the matrix with this line: "print(p(p.arguments()[0] == 0, p.arguments()[1] == 0))"
i get this error: ValueError: use named arguments, like EXPR(x=..., y=...)
I want to provide a general solutions any ideas ?