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
Ben had a coupon for an additional 15% off of the sale price of any intem in a store. He uses his coupon to buy a shirt whose sa
borishaifa [10]

Answer:

3

Step-by-step explanation:

15% of 20=0.15 x 20=3

4 0
3 years ago
Read 2 more answers
Please help!!:
LenKa [72]

Answer:

B

Step-by-step explanation:

I just took test

please make me Brainliest

5 0
2 years ago
Help me please and thank you
Kisachek [45]

Answer:

12.5 un^2

Step-by-step explanation:

The formula for area of a trapezoid is (a+b)/2 *h

a and b are the shorter and longer bases respectively. H is height, you have both.

Simply plug it into the equation and find your answer.

(2.5+7.5)/2 *2.5 = 5*2.5 which is equal to 12.5. Add units.

8 0
3 years ago
What is the sign of the point pf the product of nineteen negatice numbers?
Masteriza [31]
A. Negative ♡

Im pretty sure about this

6 0
3 years ago
CAN SOMEbody please help me
tensa zangetsu [6.8K]
Https://www.calculatorsoup.com/calculators/geometry-solids/surfacearea.php
use this calculator it’s super helpful with lots of these kinds of questions!
4 0
3 years ago
Other questions:
  • Which expression is equivalent to 3x +2(4y + X)
    14·2 answers
  • What is the equation of the graph below?<br> PLEASE HELP!
    5·1 answer
  • What adds to 1 and multiples to -90
    14·1 answer
  • Kyle received the following course grades for 10​ (three-credit) courses during his freshman​ year:
    13·1 answer
  • Help8b2 • 2b3 a) 16b-2 ,b) 16b6 ,c) 16b-4 ,d) 16b5
    10·2 answers
  • Can you help explain how to get the answer in this question?
    12·1 answer
  • Sara needs 3 cups of orange juice and 2 cups of pineapple for punch recipe. She only has a half cup measure. How many half cups
    11·2 answers
  • If you dont give fake answers, next qeustion will be more points
    12·2 answers
  • Select true or false for each statement about the paragraph.
    6·2 answers
  • Please help! im confused <br>​
    6·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!