1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
boyakko [2]
3 years ago
5

Make a Matlab script to make row 2 of matrix A equal to first row of A multiplied by the negative of the first element of row 2

plus the original row 2.
A= [2 -1 10]
[-3 8 4]
Mathematics
1 answer:
stira [4]3 years ago
6 0

Answer:

X=\begin{Bmatrix}2& 1 &10 \\-3 & 5 & 4\end{Bmatrix}

Step-by-step explanation:

From the question we are told that

Matrix is given as A=\begin{Bmatrix}2 & -1 & 10\\-3 & 8 & 4\end{Bmatrix}

Generally let the change in matrix be given as X

X_1_2 = 2*(-(-1)) + - 1 = 1X_2_2 = -3 * (-(-1))+ 8 = 5

Matlab output

A=[2 -1 10;-3 8 4]\\a=(A(1,1)*-A(1,2))+A(1,2)\\b=(A(2,1)*-A(1,2))+A(2,2)\\X=[A(1,1) a A(1,3); A(2,1) b A(2,3)]\\

Generally the matrix that makes row 2 of matrix A equal to first row of A multiplied by the negative of the first element of row 2 plus the original row is

X=\begin{Bmatrix}2& 1 &10 \\-3 & 5 & 4\end{Bmatrix}

You might be interested in
Please help me need help need help
Minchanka [31]

Answer:

See attachment for answers

Step-by-step explanation:

4 0
3 years ago
What is the square root of 377.68
prohojiy [21]

Answer:

19.4339908408

3 0
3 years ago
Read 2 more answers
A computer code is based on the prime facttorization of 160. find the prime factorization of 160
igor_vitrenko [27]
Prime factorization of 160 = 2 x 2 x 2 x 2 x 2 x 5
3 0
3 years ago
Which of the following is not an example of replication?
Vitek1552 [10]

Solution: Which of the following is not an example of replication?

Answer: Replication is the repetition of an experimental condition so that the variability associated with the phenomenon can be estimated. Therefore option A is not an example of replication

A. Conducting different experiments on the same groups

3 0
3 years ago
Given:△SAL, SA = LA AT −
AysviL [449]

Answer:

could u provide a proper picture to this question?

Step-by-step explanation:

6 0
3 years ago
Other questions:
  • Quadrilateral ABCD is inscribed in this circle. what is the measure of angle C?
    7·1 answer
  • How to solve this question
    15·2 answers
  • 3(2d −1)≥4(2d−3)−3
    5·2 answers
  • A bag contains white matarles and red marables,126 in total.The number of whit marables is 6 more than 5 than 5 times the number
    13·1 answer
  • Two six-sided fair dice are rolled simultaneously. The probability that the sum of the two numbers rolled is greater than 3, giv
    12·1 answer
  • Identify the percent, amount, and base in this problem. What is 90% of 70?
    7·1 answer
  • Please help can you anser all the quistion please
    10·2 answers
  • An Olympic sized swimming pool is filled with 660,253 gallons of water. One third of it is left every hour. How much water will
    9·1 answer
  • Will give brainliest
    14·1 answer
  • 7.65 x 6 <br> HURRY!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    6·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!