質問


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

4年以上 前 | 1 件の回答 | 0

1

回答

質問


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

4年以上 前 | 0 件の回答 | 0

0

回答

質問


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

4年以上 前 | 1 件の回答 | 0

1

回答

質問


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

4年以上 前 | 1 件の回答 | 0

1

回答

質問


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

4年以上 前 | 0 件の回答 | 0

0

回答

質問


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

4年以上 前 | 0 件の回答 | 0

0

回答

質問


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

4年以上 前 | 0 件の回答 | 0

0

回答