pde solver
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
good morning
please how i can solve a pde like this in matlab:(the function that i should use)
a*(dC/dt)+b*(dC/dz)=0
where: a and b are constants
it's urgent !!!thanks in advance
0 Commenti
Risposte (1)
Andrew Newell
il 10 Mag 2011
This would be hard to solve numerically because it is ill-defined. Any function of the form f(c*z-b*t) is a solution.
0 Commenti
Vedere anche
Categorie
Scopri di più su PDE Solvers in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!