photo

Hou X.Y


Last seen: ongeveer een jaar ago Active since 2022

Followers: 0   Following: 0

Statistics

  • Thankful Level 2

View badges

Feeds

View by

Question


How to Replace Derivative Terms in Equations
clc,clear %已知氢气在空气中浓度达到4.0%~75.6%就会爆炸 %假设初始条件:t = 0; H2 : O2 : N2 = 0.1 : 0.198 : 0.702 c = sym('c',[3,1]);%the units of conc...

meer dan 2 jaar ago | 0 answers | 0

0

answers

Question


Why ode45 returns NaN for a system of differential equations?
clc,clear; R = 8.314; g = 9.8; N = 10; name = {'n2';'o2';'ar';'h2o';'h2o';'co2';'co';'so2';'o3';'no2';'c6h6'}; Mi(1) = 14.0...

meer dan 2 jaar ago | 1 answer | 0

1

answer

Question


How to set the number of independent variables of differential equations automatically?
clc,clear; R = 8.314; g = 9.8; N = input('species number:'); for i = 1:N name{i} = input('species:','s'); Mi(i) = ...

meer dan 2 jaar ago | 1 answer | 0

1

answer

Question


Can the equations in the differential equation group be represented by symbols when matlab ode solves the differential equation group ?
main function: function dcdzh2h2sco2_centri = dcdzh2h2sco2_centri(z,c) R = 8.314; g = 1000; Mi_h2s = 34; Mi_co2 = 44; Mi_c...

meer dan 2 jaar ago | 2 answers | 0

2

answers