isivp

Checks for initial value problems


Syntax
   f = isivp(domain, conditions)

Description
   f = isivp(x, conditions) verifies if conditions are initial.

Input
   domain     = domain (double vector).
   conditions = conditions of the problem (cell of char).

Output
   f = boolean variable. 1 for ivp, 0 otherwise.