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:
-2
step by step
(-3)^3-5(-3)+7-((2(-3)-3))
-27+15+7-(-6-3)
-27+15+7-(-3)
-27+15+7+3
-27+25
=-2
Answer:
10726
/75
Step-by-step explanation:
175−(64−32)+8/3/200
=175−32+8/3/200
=143+8/3/200
=143+1/75
=10726
/75
Your answer would be D. 225%. 9/4 equals to 2.25 which multiplied but a 100 to make the percentage equals 225%.
16x-7≤-71
Add 7 to both sides
16x≤-64
Divide both sides by 16
x≤ -4
Hope this helps! :)