Answer:
1/2
Step-by-step explanation:
Answer:
25.5 mi
Step-by-step explanation:
12 22.5 X
Let X be the shortest distance we are trying to find.
a units 2 b units 2 c units 2
12 units 2 + (22.5)=c units 2
144+506.25=c units 2
650.25=c units 2
=c units 2
25.5
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