Open gorkemcanates opened 3 years ago
Describe the mistake A clear and concise description of what the mistake is.
Location Please provide the
Proposed solution A clear and concise description of what you would like to change.
Additional context Add any other context about the problem here.
According to my computation, the matrix is correct.
A = 1/2 * np.array([[5,-2],[-2,5]]) P = np.array([[1,1],[-1,1]])/np.sqrt(2) np.linalg.inv(P) @ A @ P array([[3.5, 0. ], [0. , 1.5]])
Describe the mistake A clear and concise description of what the mistake is.
Location Please provide the
Proposed solution A clear and concise description of what you would like to change.
Additional context Add any other context about the problem here.