Case 1: Real and Distinct Eigenvalues

> lambda1 := %? ;

> lambda2 := %? ;

> V1 := vector( 2, [ %? , %? ] );

> V2 := vector( 2, [ %? , %? ] );

>

The straight-line solutions are:

> Y1 := exp( lambda1 *t) * convert( evalm( V1 ), matrix );

> Y2 := exp( lambda2 *t) * convert( evalm( V2 ), matrix );

>