| New Reply |
MATLAB: How to solve a system of Nonlinear Differential Equations? |
Share Thread | Thread Tools |
| Apr9-12, 04:32 AM | #1 |
|
|
MATLAB: How to solve a system of Nonlinear Differential Equations?
Hello to everybody,
I'm very new to solving ODES and equations with MATLAB. I have been asked to solve a system of nonlinear equations for simulating the growth of a solid tumor. Assuming that we have the 5 unknowns which are dxd arrays: f,g,m,p and n. f(x,t) is the volume fraction of tumor (the fraction of tumor tissue against water and healthy tissue) g(x,t) is the volume fraction of dead tumor tissue (the fraction of dead tumor cells, i.e. necrotic cells) m(x,t) is a variable call "cell chemical potential" p(x,t) is the cell-to-cell solid pressure n(x,t) is the concentration of nutrients Then Wise et al (An adaptive multigrid algorithm for simulating solid tumor growth using mixture models, doi: 10.1016/j.mcm.2010.07.007) have derived that the tumor can be simulated by solving the following hard-to-solve system: (1) df/dt=M*div(f*grad (m))+n*(f-g)-lamdaL*g-div(-grad(p)+m*grad(f)) (2) m=f^3-1.5*f^2+0.5*f-div(grad(f)) (3) dg/dt=M*div(g*grad (m))+heaviside(nN-n)*(f-g)-lamdaL*g-div(-grad(p)+m*grad(f)) (4) -div(grad(p))=n*(f-g)-lamdaL-div(m*grad(f)) (5) 0=div(D*grad(n))+(vp)*(nc-n)-n(f-g) For outer boundary conditions m=p=q=0, n=1, z*grad(f)=0, where z is the outward pointing unit normal. (The rest parameters that have not been mentioned are scalars). Could someone please show me the way how to solve that with Matlab? |
| Apr10-12, 04:11 AM | #2 |
|
|
Any idea?
|
| New Reply |
| Tags |
| differential eqns, matlab, solve, system |
| Thread Tools | |
Similar Threads for: MATLAB: How to solve a system of Nonlinear Differential Equations?
|
||||
| Thread | Forum | Replies | ||
| Solve Nonlinear System of Equations | General Math | 1 | ||
| Nonlinear system of differential equations | Differential Equations | 4 | ||
| solve system of nonlinear equations | Calculus & Beyond Homework | 0 | ||
| Solving a system of nonlinear differential equations | Introductory Physics Homework | 0 | ||
| Nonlinear system of differential equations | Differential Equations | 1 | ||