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
Michael writes down 4 different factors of 60
Marizza181 [45]

Answer:

34+(-12) =22

Step-by-step explanation:

because they said that adding numbers but they didn't said that negative Or positive. so i took those numbers

3 0
3 years ago
Let the measure of Arc B C D = a°. Because Arc B C D and Arc B A D form a circle, and a circle measures 360°, the measure of Arc
zepelin [54]

Answer:

A

Step-by-step explanation:

inscribed angle

5 0
2 years ago
Read 2 more answers
Find the percent of the total area under the standard normal curve between the given z-scores. z= -1.10 and z= -0.36
siniylev [52]
0987\sqrt{x}   \left[\begin{array}{ccc}1&2&3\\4&5&6\\7&8&9\end{array}\right]   \left[\begin{array}{ccc}1&2&3\\4&5&6\\7&8&9\end{array}\right]
3 0
3 years ago
What is the mean absolute deviation<br> of the following set of data?<br> 10<br> 4<br> 2<br> 4.
fredd [130]

Answer:

80

Step-by-step explanation:

10+4+2+4=20 and 20×4 numbers=80

3 0
2 years ago
How do I find the Q1, Q3, and IQR of a median that is a decimal?
bija089 [108]
Step 1: Put the numbers in order.
1,2,5,6,7,9,12,15,18,19,27<span>Step 2: </span>Find the median (How to find a median).
1,2,5,6,7,9,12,15,18,19,27<span>Step 3: </span>Place parentheses around the numbers above and below the median. 
Not necessary statistically–but it makes Q1 and Q3 easier to spot.
(1,2,5,6,7),9,(12,15,18,19,27)<span>Step 4: </span>Find Q1 and Q3
Q1 can be thought of as a median in the lower half of the data. Q3 can be thought of as a median for the upper half of data.
(1,2,5,6,7),  9, ( 12,15,18,19,27). Q1=5 and Q3=18.<span>Step 5: </span>Subtract Q1 from Q3 to find the interquartile range.
18-5=13.
Hope this helped:) 
-BRIEMODEE:)
3 0
3 years ago
Other questions:
  • A total of $98,000 is to be​ invested, some in bonds and some in certificates of deposit​ (CDs). If the amount invested in bonds
    5·1 answer
  • The sum of three consecutive odd integers is 195195. what are the​ integers?
    7·1 answer
  • Fill in the blanks using place value: 43 ones x 3 tens =_______tens
    8·1 answer
  • Can someone also explain how to get the answer?
    10·2 answers
  • The number that is unmatched represents the average life in days of a red blood cell. How many days does a typical human blood c
    14·1 answer
  • If f(x) = -3x^{2} + 1 then what is the value of f(-2)
    10·1 answer
  • Science/math lol (PLEASE ACKNOWLEDGE THAT IT SAYS TWO FEATURES) ty
    15·1 answer
  • The square of the sum of 7 times xand 3 divided by 4 time the difference of x and 1
    10·1 answer
  • Find the area of the shaded sector
    7·1 answer
  • NEED ANSWER ASAP + BRANLIEST
    10·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!