Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

02%20mathematics/03.03%20%EA%B3%A0%EC%9C%B3%EA%B0%92%20%EB%B6%84%ED%95%B4 #79

Open
utterances-bot opened this issue Jul 20, 2023 · 1 comment

Comments

@utterances-bot
Copy link

3.3 고윳값 분해 — 데이터 사이언스 스쿨

https://datascienceschool.net/02%20mathematics/03.03%20%EA%B3%A0%EC%9C%B3%EA%B0%92%20%EB%B6%84%ED%95%B4.html

Copy link

연습 문제 3.3.8 에서
고윳값행렬이 np.array( [ [4, 0],[0, -1] ]) 이기 때문에 고윳값행렬의 역행렬은 np.array( [ [1/4, 0],[0, -1] ]) 이 맞나요?
답지에서는 고윳값행렬의 역행렬이 np.array( [ [1/4, 0],[0, 1] ]) 라고 나와있습니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants