Question


System of Second order order differential Equations referencing the 0th derivative
The following code refers to the system of differential equations in which only the first and second derivatives are included....

ungefär 4 år ago | 1 answer | 0

1

answer

Question


System of nonlinear equations
I have tried the following code to solve a system of nonlinear equations, but it does not return the correct result which can be...

ungefär 4 år ago | 1 answer | 0

1

answer

Question


Plot function to graph differential equations
I am trying to plot the solution to the following system but the code below plots a small circle instead of a parabola, which is...

ungefär 4 år ago | 1 answer | 0

1

answer

Question


Closed form solution of a system of nonlinear differential equations
The following code graphs the solution to a a system of nonlinear differential equations. How can I find the closed form solutio...

ungefär 4 år ago | 0 answers | 0

0

answers

Question


System of nonlinear differential equations
I modified the code from this page: https://www.mathworks.com/matlabcentral/answers/384298-how-to-solve-and-plot-system-of-nonli...

ungefär 4 år ago | 1 answer | 0

1

answer

Question


Infinite recursion in code to graph second order differential equations
I am trying to implement the sample code from a section titled Pass Extra Parameters to ODE Function in an article on second ord...

ungefär 4 år ago | 1 answer | 0

1

answer

Question


Graphing the solution to a system of differential equations describing the parabolic trajectory of an object acted on by drag force
How can I graph the solution to the following system of differential equations? Here is a link to an image of the equations: ht...

ungefär 4 år ago | 0 answers | 0

0

answers

Question


Graphing second order differential equation
I am attemping to graph the solution to the following system of differential equations. mx¨ = −C*x*sqrt(x˙^2 + y˙^2) my¨ = ...

ungefär 4 år ago | 0 answers | 0

0

answers

Question


Graph differential equations of parabolic trajectory affected by drag force
I cannot graph the solution to the following system of differential equations. mx¨ = −C*x*sqrt(x˙^2 + y˙^2) my¨ = −C*y* sqr...

ungefär 4 år ago | 0 answers | 0

0

answers