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
True or False: A trapezoid is a polygon that has two bases, each with a different length.
elixir [45]
……….Yes it is true that trapezoid is a polygon that has two bases
8 0
2 years ago
Read 2 more answers
I need help on number 3 I don’t know how to solve it and I also need help on 4 /6/7 please this is due tomorrow!!!!!
kow [346]
On the second month plant B. would be equal to the height of plant a (14 Cm). Therefore your answer would be THE THIRD MONTH.


6 0
3 years ago
How to solve using substitution<br> y=3/4X+5<br> 4x-3y=-1
Pachacha [2.7K]
Please, use parentheses to enclose each fraction:
y=3/4X+5 should be written as <span>y=(3/4)X+5

Let's eliminate the fraction 3/4 by multiplying the above equation through by 4:

4[y] = 4[(3/4)x + 5]
Then 4y = 3x + 20
(no fraction here)

Let 's now solve the system   

4y=3x + 20
4x-3y=-1

We are to solve this system using subtraction.  To accomplish this, multiply the first equation by 3 and the second equation by 4.  Here's what happens:

12y = 9x + 60  (first equation)
16x-12y = -4, or -12y = -4 - 16x (second equation)

Then we have 

 12y = 9x + 60
-12y =-16x - 4

If we add here, 12y-12y becomes zero and we then have 0 = -7x + 56.
Solving this for x:  7x = 56; x=8

We were given equations   
</span><span>y=3/4X+5
4x-3y=-1

We can subst. x=8 into either of these eqn's to find y.  Let's try the first one:

y = (3/4)(8)+5 = 6+5=11

Then x=8 and y=11.

You should check this result.  Subst. x=8 and y=11 into the second given equation.  Is this equation now true?</span>
5 0
3 years ago
A taxi driver makes $24.50 in an hour, but uses $6.75 worth of gas during that time. What will the driver's total earnings for t
sergiy2304 [10]
The answer is $17.75, though usually the taxi company will pay for gas that the driver uses.
6 0
3 years ago
If the length of a diagonal of a square is a, what is the length of its side?
balandron [24]

problem decoded dude

thank and follow me :)

3 0
3 years ago
Other questions:
  • Sam bought a soft drink for 4 dollars and 7 candy bars . he spent a total of 18 dollars. how much did each candy bar cost?
    13·1 answer
  • Sea turtles are strong swimmers. But can’t put their head in their shell like land turtles
    14·1 answer
  • The temperature was -12 degrees in the morning and rose to a high of 27 degrees for the day. What was the increase in temperatur
    12·2 answers
  • Noah and Kate's are shopping for new guitar strings in a music store Noah buys two packs of strings Kate buys two packs of strin
    10·2 answers
  • I need some help with this worksheet! Major points !!! . (not good with percentages)
    15·1 answer
  • Help me with this!!
    14·1 answer
  • I’m on my post quiz please help!!
    15·1 answer
  • The answer i’m on a timer
    15·1 answer
  • ⭐ Question 2
    6·2 answers
  • Instructions: Match each equations with correct type of event.
    13·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!