photo

Gentian Zavalani


Con actividad desde 2013

Followers: 0   Following: 0

Mensaje

Iam a student from Albania ,now i am studying mathematics engeenering ,i like Numerical analysis
especilly Matlab(implementation)
Now im trying to programme Method of characteristics

Estadística

All
  • Thankful Level 1
  • First Answer
  • Solver

Ver insignias

Feeds

Ver por

Respondida
How to solve a set of 4 first-order non-linear coupled ODEs?
When you construct an anonymous function, the part directly after the @ must be pure variable names and not expressions or index...

alrededor de 11 años hace | 0

Respondida
what im doing wrong
As you see this equation is implicit ,i wanna to solve this equation and to find tu((i),j+1) for each iteration so i don't kno...

alrededor de 11 años hace | 0

Pregunta


what im doing wrong
g=@(tu((i),j+1)) tu((i),j+1)-(1/2*(xu((i),j)-xu((i-1),j)+tu((i),j)+tu((i-1),j))+h/8*(r*(tu((i),j)-(1/f)*(tu((i),j))^3)+2*(r*(tu...

alrededor de 11 años hace | 2 respuestas | 0

2

respuestas

Pregunta


I keep getting this error:
clear all M=input('Enter M =') N=input('Enter N=') r=input('Enter r=') f=input('Enter f=') L=pi; h=L/M; %...

alrededor de 11 años hace | 1 respuesta | 0

1

respuesta