Group Abstract Group Abstract

Message Boards Message Boards

Solve differential equation system for HIV treatment model?

Posted 2 years ago

A few issues:

1) I doubt DSolve will be able to solve this system of equations. You should try NDSolve, as well as set an initial and final time: e.g. {t, 0, 1}

2) Inside of your notebook, u[t]= should probably be u[t_] :=

3) From a scientific viewpoint: do you have "Terminal Conditions" to make a BVP rather than an IVP? These are often found in Pontryagin-type problems, often solved with the Shooting Method of NDSolve.

POSTED BY: Eric Brown
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard