Given that x + 2y + 3z =1, 3x + 2y + z = 4, x + 3y + 2z = 0, Cramer's rule:
x=∥∥131223312∥∥∥∥140223312∥∥=1221=47y=∥∥131223312∥∥∥∥131140312∥∥=12−9=4−3
z=∥∥131223312∥∥∥∥131223140∥∥=123=41 Solution: a. 7/4,−3/4,1/4
What is the angle between the two lines a⋅x+b⋅y=c and d⋅x+e⋅y=f ?
Vectors, perpendicular to lines: v1=(a,b),v2=(d,e)
Angle between vectors:
cosϕ=∣v1∣⋅∣v2∣v1⋅v2=a2+b2d2+e2ad+ebIf cosϕ<0⇒ϕ>π/2 , and angle between lines equal to π−ϕ .
Therefore, angle between lines:
ϕ=arccos∣∣a2+b2d2+e2ad+eb∣∣
Comments