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
If y = cos(kt), then its first two derivatives are
y' = -k sin(kt)
y'' = -k² cos(kt)
Substituting y and y'' into 49y'' = -16y gives
-49k² cos(kt) = -15 cos(kt)
⇒ 49k² = 15
⇒ k² = 15/49
⇒ k = ±√15/7
Note that both values of k give the same solution y = cos(√15/7 t) since cosine is even.
Answer:
The slope is -10, and the y-intercept is 1
Step-by-step explanation:
The slope is in the equation and always has a variable next to it (In this case, -10x, so -10 is the slope)
The y-intercept is 1 and that is also in the equation and does not have any variables next to it (In this case, + 1, so it is 1)
Answer:
x=25
Explanation:
Using the method of cross multiplication and division set up like so,
(100•4.5)/18 will give you 25.
4.5•100=450
450/18=25
A linear system can have infinite solutions if both systems represent the same line. if a linear system down not represent the same line then it can only have one or no solutions. No solution is if the system is representing parallel lines and one solution represents an intersection of the two lines. in a nonlinear system you can have infinite or up to a maximum of intersections as the highest degree of the systems.