↧
Answer by cvgmt for Solving equation set with vectors
EditIf we set v4=={1,0,0}, and only consider v4,v5,v6,thenClear["Global`*"];v1 = {v1x, v1y, v1z};v2 = {v2x, v2y, v2z};v3 = {v3x, v3y, v3z};v4 = {v4x, v4y, v4z};v5 = {v5x, v5y, v5z};v6 = {v6x, v6y,...
View ArticleSolving equation set with vectors
I have six unit vectors in real $3$D spacev1,v2,v3,v4,v5,v6;Represent the dot product between some of the vectors as the Cos of the angle between themv1.v2=Cos[Subscript[\[Theta], 1,...
View Article