We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The text was updated successfully, but these errors were encountered:
1차원) 두번째 벡터가 첫번째 벡터의 span에 들어가면 선형 종속, 안들어가면 선형 독립 2차원) 첫번째, 두번째 벡터가 만든 공간에=span에 세번째 벡터가 들어가면 선형 종속, 안들어가면 선형 독립
Sorry, something went wrong.
orthogonal은 모든 벡터가 서로 수직이므로 첫번째 벡터에 두번째 벡터가 들어갈 수 없게 되고, 첫번재, 두번째 벡터가 만든 공간에 세번째 벡터는 수직이므로 들어갈 수없게 된다. → 따라서 항상 선형 독립이다.
No branches or pull requests
linearly independent, linearly dependent
The text was updated successfully, but these errors were encountered: