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]
2 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]2 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
Which diagram represents the vector addition C=A+B. Which represents vector subtraction C=A-B?
olga55 [171]
If the vectors point towards the same direction, the magnitude of the vector quantities are added as in, C = A + B. If they point towards opposite direction, the magnitudes are subtracted giving a resultant vector equal to C = A - B. 
3 0
3 years ago
A box of pencils is 5 1/4 inches wide. Seven pencils, laid side by side, take up 2 5/8 inches of the width. How many inches of t
Tanya [424]

Answer:

Step-by-step explanation:

5.25 - 2.625 = 2.625 inches

3 0
3 years ago
Round 721295.198715 to the nearest ten.
zimovet [89]

Answer:

7212960

Step-by-step explanation:

You have to round up since the number in the ones place is a 5.

4 0
2 years ago
How many possible solutions could f(x) = 6x^3 + 8x^2 - 7x -3 have?
Alex17521 [72]
3 possible solutions.


The reason is because of the degree, which is 3
3 0
2 years ago
Read 2 more answers
I. need help plsssssssssssssssss
ValentinkaMS [17]

Answer:

I believe it is 1 4 2

Step-by-step explanation:

3 0
3 years ago
Other questions:
  • Choose the correct simplification of(5x+7y)(4x-6y)
    10·1 answer
  • ted and robin each gave a basket of green apples to their friend lily. ted's basket contains 5 apples, each weighing 7 1/4 ounce
    11·1 answer
  • I really need help on this problem can i get help on how to solve the problem please
    5·1 answer
  • A rectangular prism has a length of 1 2 in, a width of 2 in, and a height of 3 1 2 in. (a) How many cubes with side lengths of 1
    7·2 answers
  • $360 increased by 25%
    9·2 answers
  • Mike can take the field in 12 hours and his brother Phil can plow it in 15 hours. how long will it take them to plow it if they
    5·1 answer
  • 20 ounces of cereal for 4.40 or 16 ounces of the same brand for 3.68 which is the better buy
    15·1 answer
  • If I was 2 years old, and my sister was half my age. How old would my sister be?
    11·2 answers
  • I WILL MARK BRAINIEST <br> PLEASE ANSWER QUESTION 26
    15·2 answers
  • A train decreased its speed by 72 miles hour in 12 minutes. Find the average change in speed per minute.
    6·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!