If x[[2], [3]] + y[[-1], [1]] = [[10], [5]], find the value of x.
Find x from Vector Equation Find x Given: \[ x\begin{bmatrix} 2 \\ 3 \end{bmatrix} + y\begin{bmatrix} -1 \\ 1 \end{bmatrix} = \begin{bmatrix} 10 \\ 5 \end{bmatrix} \] Step 1: Form Equations \[ 2x – y = 10 \] \[ 3x + y = 5 \] Step 2: Add Equations \[ (2x – y) + (3x […]
If x[[2], [3]] + y[[-1], [1]] = [[10], [5]], find the value of x. Read More »