Frage


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...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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¨ = ...

mehr als 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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...

mehr als 4 Jahre vor | 0 Antworten | 0

0

Antworten