Yes, ode45 can be used for higher-order differential equations. You need to convert the higher order equation to a system of first-order equations, then use ode45 on that system.
For example, if you have
... u'' + a·u' + b·u = f
you can define u1 = u, u2 = u' and now you have the system
... (u2)' + a·u2 + b·u1 = f
... (u1)' = u2
Rearranging, this is
... (u1)' = u2
... (u2)' = f - a·u2 - b·u1
ode45 is used to solve each of these. Now, you have a vector (u1, u2) instead of a scalar variable (u). A web search regarding using ode45 on higher-order differential equations can provide additional illumination, including specific examples.
Answer:
m [slope] = 1/12
Step-by-step explanation:
If a line is perpendicular (90 degrees, forms a right angle) to another, the slope of the line must be an opposite reciprocal of the other. The opposite reciprocal of m is -1/m.
An opposite reciprocal is created by flipping the numerator and denominator, and making it negative.
Therefore, if m is -12 it's opposite reciprocal is -1/-12 = <u>1/12</u>.
6 because if you take the 2.04679 then divide you would get 6.
Answer:
with what?
Step-by-step explanation:
theres no question
I would say to add the 2 prices together and that would be your answer!
So your answer is 261.81!
Hope this helps!