Given two arrays A and B where "A" which contains co-efficients of a system of equations and "B" which contains it's constants. How will you solve the given system of equations?
Select one:
a. solve(A.B)
b. solve(A*B)
c. solve(A,B)
d. solve(AB)
Answers
Answered by
1
Answer:
the required answer will be : [a] [ x y ] = [b] or [a] [ x y z ] = [b]
Explanation:
Considering x, y, z are some variables that are matrices for a and b respectively.
We know that arrays are the matrices represent in the form of m x n
where, m = number of rows and n = number of columns
Therefore, in case of a system that has two variables then we can use :
[a] [ x y ] = [b]
Similarly, if we have three variable or constraints,
then we can use : [a] [ x y z ] = [b]
#SPJ2
Answered by
0
Answer:
a
Explanation:
hsusjsisannabdjsksnaianahanaosnsjskakanaja aizksnsinsishskss
Similar questions