DOSEIの日記

技術メモ+日常ログ

2012-07-03から1日間の記事一覧

2012年07月03日のツイート

window.twttr = (function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0], t = window.twttr || {}; if (d.getElementById(id)) return t; js = d.createElement(s); js.id = id; js.src = "https://platform.twitter.com/widgets.js"; fjs.paren…

部分空間の共通部分 (intersection of two subspaces)

ベクトル空間 ℝn 上の部分空間 A = 〈 a1, ..., ap 〉, B = 〈 b1, ..., bq 〉 を考える。 A と B の共通部分 C := A ∩ B は一般に部分空間である。 x ∈ C である場合、つまり x ∈ A かつ x ∈ B の場合、それぞれの部分空間を張る基底の座標で、それぞれ xA …