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
4. 8+12=20
4 (2+3)
First you add 2+3 and get 5
Next, since the 5 is now in the parentheses, it indicates that you have to multiply
Finally, 5 times 4=20
Answer:
First option: cos(θ + φ) = -117/125
Step-by-step explanation:
Recall that cos(θ + φ) = cos(θ)cos(φ) - sin(θ)sin(φ)
If sin(θ) = -3/5 in Quadrant III, then cos(θ) = -4/5.
Since tan(φ) = sin(φ)/cos(φ), then sin(φ) = -7/25 and cos(φ) = 24/25 in Quadrant II.
Therefore:
cos(θ + φ) = cos(θ)cos(φ) - sin(θ)sin(φ)
cos(θ + φ) = (-4/5)(24/25) - (-3/5)(-7/25)
cos(θ + φ) = (-96/125) - (21/125)
cos(θ + φ) = -96/125 - 21/125
cos(θ + φ) = -117/125
y=(-2/5)x + 6
Step-by-step explanation:
y-6= (-2/5)x or y=(-2/5)x + 6