TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Duality of Vector Spaces (2017)

49 pointsby hosolmazalmost 5 years ago

7 comments

ivan_ahalmost 5 years ago
For anyone not familiar with the concept, a one-form is something that takes vectors as inputs and produces numbers as outputs. See <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;One-form" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;One-form</a>
评论 #24168381 未加载
snicker7almost 5 years ago
Dual spaces are an essential component of multilinear algebra, a subject that is simultaneously essential yet often ignored in undergraduate education.
Lucasoatoalmost 5 years ago
Remember that V* * = V is valid only for vector spaces with finite dimensions.
评论 #24168314 未加载
评论 #24167157 未加载
评论 #24167285 未加载
评论 #24168042 未加载
delaaxealmost 5 years ago
Does this have anything to do with covariance and contravariance in terms on CS ? I couldn&#x27;t understand from the article what those terms mean in the context of vectors spaces.<p><a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Covariance_and_contravariance_(computer_science)" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Covariance_and_contravariance_...</a>
评论 #24167401 未加载
评论 #24167373 未加载
teleforcealmost 5 years ago
I&#x27;ve got the feeling that the problems that vector spaces is trying to solve can be elegantly solved by quaternion approach [1]<p>[1]<a href="https:&#x2F;&#x2F;www.researchgate.net&#x2F;publication&#x2F;2130951_On_quaternionic_functional_analysis" rel="nofollow">https:&#x2F;&#x2F;www.researchgate.net&#x2F;publication&#x2F;2130951_On_quaterni...</a>
fchualmost 5 years ago
There is beauty in first constructing V* as the one-forms over V, which seems like a &quot;one-way&quot; derivation from it, and then finding through V<i></i> = V that they&#x27;re actually two very-equal faces of the same coin.
soVeryTiredalmost 5 years ago
The machinery described in the article is powerful and useful, but you don’t <i>need</i> it to understand dual spaces. Column vectors in R^n form a vector space. Row vectors map them into real numbers via standard matrix multiplication (on the left). Also vice-versa with right multiplication.<p>So row vectors are the dual of column vectors. Job done!<p>Edit: I admit you need a bit more for covariance and contravariance though.