Skip to content Skip to sidebar Skip to footer
Showing posts with the label Differential Equations

Python Implementation Of N-body Problem Issue

I am currently trying to implement the N-body problem using Euler's method for solving differen… Read more Python Implementation Of N-body Problem Issue

Solve_ivp Differential Equation Solver, Way To Not Integrate All Return Values?

Hey i have a model which gives diferential return values. But also a value which isnt a differentia… Read more Solve_ivp Differential Equation Solver, Way To Not Integrate All Return Values?

Minimal Surface Solution In Python

I have a set of 3D points defining a 3D contour. What I want to do is to obtain the minimal surface… Read more Minimal Surface Solution In Python

Minimal Surface Solution In Python

I have a set of 3D points defining a 3D contour. What I want to do is to obtain the minimal surface… Read more Minimal Surface Solution In Python

Runge-Kutta 4 For Solving Systems Of ODEs Python

I wrote code for Runge-Kutta 4 for solving system of ODEs. It works fine for 1-D ODE but when I tr… Read more Runge-Kutta 4 For Solving Systems Of ODEs Python