asked 139k views
5 votes
Given the matrices AA and BB shown below, find A-B.A−B. A=\begin{bmatrix} 3 \\ 0\end{bmatrix}\,\,\,\,B=\begin{bmatrix} -1 \\ 0\end{bmatrix} A=[ 3 0 ​ ]B=[ −1 0 ​ ]

asked
User LAW
by
8.7k points

1 Answer

7 votes

Answer:

[4 0]

Explanation:

Given that:


A=[3\ \ 0], B=[-1\ \ 0]

Matrices is an array of numbers, symbols and expressions arranged in rows and columns. Matrices can be used to solve system of equations. Many mathematical operations can be done on matrices such as addition, subtraction, multiplication, scalar multiplication and so on.

Addition and subtraction of two matrices can be done if they have the same dimensions. This is done by simply adding or subtracting the corresponding entries in matrices.


A=[3\ \ 0], B=[-1\ \ 0]\\\\A-B=[3-(-1) \ \ 0-0]=[4\ \ 0]

answered
User Dtolnay
by
9.0k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.