resolution of system of equation
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
[EDIT: 20110525 10:15 CDT - reformat - WDR]
good morning,
i have this system:
(dC/dt)+(dC/dz)+a*(d^2C/dz^2)+(dq/dt)=0
(dq/dt)=q-(b*C)
please how i can solve it?
thanks in advance.
0 comentarios
Respuestas (1)
Walter Roberson
el 25 de Mayo de 2011
It makes things easier for the reader when you are more specific about what variables a function is dependent upon.
A solution is as follows:
C(t, z) = _C1+_C2*exp((1+b)*t)
q(t) = -_C2*exp((1+b)*t)+b*_C1
Notice that once again your system is independent of z, which is most easily resolvable by making d2C/dz2 zero... but there are probably other solutions.
This is the third time that you have presented a pde that was effectively independent of one of its nominal derivatives. It would help you to learn to recognize and deal with those situations.
0 comentarios
Ver también
Categorías
Más información sobre Partial Differential Equation Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!