Community Profile

photo

malek chek


Last seen: 3 years ago Active since 2020

student , energy engineering

Statistics

Content Feed

View by

Question


Solving stiff ode system with vector parameters.
Hello , I'm trying to solve this stiff ode system , but the issue is that as long as the 'Ta' and 'qw' parameters are set as co...

4 years ago | 1 answer | 0

1

answer

Question


I'm trying to solve this system of ode with runge kutta 4 but the solution doesn't converge.
clearvars;close all;clc; %parameters q=400; h=4; s=2.8*3; l=0.1; k=1.5; f=0.001; c=920*850*s*l*f; Gc=h*s; Gd=k*s/l; ...

4 years ago | 0 answers | 0

0

answers

Question


My first ode doesn't converge.
Hello, I'm trying to solve this ordinary differential equation numerically by using runge kutta 4 , but the solution won't conv...

4 years ago | 0 answers | 0

0

answers