向量 dot cross product 点积叉积 几何意义 有向量 a b 点积 a * b = |a| * |b| * cosθ 几何意义: 1. a * b == 0,则 a ⊥ b 2. a * b > 0,a b 同向 3. a * b < 0,a b 异向 4. 我们可以 normalize a 和 b,则 |a|,|b| 都为1,那么 cosθ = a*b,在知道 cosθ 的情况下,我们可以求知 a 在 b 上的投射长度 |a| * cosθ,b 在 a 上的投射长度 |b|…
Cross Product These are two vectors: They can be multiplied using the "Cross Product" (also see Dot Product) The Cross Product a × b of two vectors is another vector that is at right angles to both: And it all happens in 3 dimensions! Calculatin…
Problem D Morley’s Theorem Input: Standard Input Output: Standard Output Morley’s theorem states that that the lines trisecting the angles of an arbitrary plane triangle meet at the vertices of an equilateral triangle. For example in the figure below…
Pipe Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 9723 Accepted: 2964 Description The GX Light Pipeline Company started to prepare bent pipes for the new transgalactic light pipeline. During the design phase of the new pipe shape th…
在 [Berselli, Luigi C.; Córdoba, Diego. On the regularity of the solutions to the 3D Navier-Stokes equations: a remark on the role of the helicity. C. R. Math. Acad. Sci. Paris 347 (2009), no. 11-12, 613--618] 中, 作者证明了如果$$|u(x+y,t)\cdot \om(x,t)|\leq…