Example 1.2.12

> restart;

> with(linalg):

Warning, new definition for norm

Warning, new definition for trace

> X:=vector(2, [10^5*cos(Pi/12), 10^5*sin(Pi/12)]);

[Maple Math]

> Y:=vector(2, [2*10^5*cos(theta), 2*10^5*sin(theta)]);

[Maple Math]

> Z:=simplify(evalm(X+Y));

[Maple Math]

> Z[2];

[Maple Math]

> solve(Z[2]=0, theta);

[Maple Math]

> evalf(%,20);

[Maple Math]

> evalf(arcsin(-1/2*sin(Pi/12)), 20);

[Maple Math]

By changing the radian to the degree!

> evalf(%*(180/Pi), 20);

[Maple Math]