Kyle Broder
Followers: 0 Following: 0
Estadística
5 Preguntas
0 Respuestas
CLASIFICACIÓN
272.263
of 295.673
REPUTACIÓN
0
CONTRIBUCIONES
5 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.262
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.257
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
Generating the right plot
I want to plot the orbit of a galaxy in the Miyanomata-Nagai potential using Euler's method. The plot generated should look som...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
Plotting a Trajectory using Euler's Method
I'm solving the system of ODEs given by R' = U U' = Lz^2/R^2 +GM/R^2 using Euler's method. This is no problem, I have ...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
Can't generate plots of orbit using RK4
I'm considering a system of differential equations given by dR/dt = U and dU/dt = (L-GM)/R^2. I'm trying to use RK4 to solve thi...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
No plot is being generated
I'm considering a system of differential equations given by dR/dt = U and dU/dt = (L-GM)/R^2. I'm trying to use RK4 to solve thi...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
RK4 Errors in MATLAB
I'm trying to solve the following ODE using RK4 $$F = \frac{1}{50t^2}$$. My code is the following function [t,y]=eul...
más de 8 años hace | 1 respuesta | 0