Community Profile

photo

Abdelrahman Eldaly


Last seen: más de 2 años hace Con actividad desde 2019

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


Solve system of nonlinear equations
I want to solve these equations with T2, T3, T4, T5 unknowns. all the other variables is predefined syms T2 T3 T4 T5 eqn1=((T...

casi 3 años hace | 0 respuestas | 0

0

respuestas

Respondida
ODE error message "Error using exist The first input to exist must be a string scalar or character vector"
it should appear like this. where is the error T=2146; a=(101.325/(8.314*T))*10^-3; o2=16.8*a; n2=717*a; o=0.245*a; h2o=1...

casi 4 años hace | 0

Pregunta


ODE error message "Error using exist The first input to exist must be a string scalar or character vector"
this is my code syms no(k1,k2,k3,k_1,k_2,k_3,o2,n2,o,h2o,oh,h,t) n=(k1*o*n2+k_2*no*o+k_3*no*h)/(k_1*no+k2*o2+k3*oh); eqn1=k1*...

casi 4 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Index in position 2 exceeds array bounds (must not exceed 6). heat transfer PDE finite difference
I am trying to solve this PDE with finite difference with boundry conditions x=1,T=0 ' x=0,dT/dx=0 ' y=0,dT/dy=0 ' y=1, dT/dy=-...

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Calculate area between unknown curve and straight line
How can I calculate areas between these unknown curve and line, see image. The line is not zero. How can I use trapz in this c...

casi 5 años hace | 2 respuestas | 0

2

respuestas