Analytic Solution for Linear Homogeneous Systems (Eigenvalue Analysis)

> with( linalg );

> I2 := matrix( 2, 2, [[1,0],[0,1]] ); # 2x2 identity matrix

> A := matrix( 2, 2, # coeffient matrix (can be enlarged, but other changes will be needed)

> [ [ %? , %? ],

> [ %? , %? ] ] );

Linearly Independent Solutions

>