Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我有一个包含 (x,y,z) 和乘法的向量,它是否会乘以整个事物?例如:如果我的向量是 (10, 5, 10),我将它乘以 10,结果会是 (100, 50, 100)?
是的。标量分布到向量的所有分量,无论大小。快速的谷歌搜索也会发现这一点。