Answer:
Simone is correct
Step-by-step explanation:
Given
Line 1:
Line 2:
Required
Is Simone correct?
Slope (m) is calculated using:
For Line 1
For Line 2:
Divide by 2/2
By comparison, both lines have the same slope.
Hence, Simone is correct
Divide 5 and the amount of items
Answer:
x=[15:-5:-25]'
Step-by-step explanation:
In order to create a vector you need to use this command:
x = [j:i:k]'
This creates a regularly-spaced vector x using i as the increment between elements. j is the initial value and k is the final value. Besides you need to add the character ' at the end in order to convert the arrow vector in a column vector