In order to efficiently compare graphs and eigenvalues for different systems of linear differential equations, we wrote an M-file that we could use to reference and quickly produce a vector field and eigenvalues for numerous values for constants a,b,c, and d.
My understanding of the assignment for this block is to explore, as much as possible, the behavior and effects of these conditions, a b c d, and the eigenvalues on the shape or “flow” of the vector plot produced by all sorts of combinations.
In class we discussed all the various “flow” styles that are possible, by a system of linear differential equations. Below are many examples, at least one of each possible type, along with comments and observations I have made.
1. The first thing I realized was that the magnitude of the values of a, b, c, and 9 only effect the spacing and/or magnitude of the vectors. Therefore, in order to experiment with the shapes of the vector fields I needed not worry about using larg or small numbers. The graphs below were generated using mostly 1, -1, and 0.
2. Given 4 values for a b c d that are equal produces eigenvalues 0 and 0. The graph is a series of parallel vectors moving perpendicular to a common central line. If the values of a b c d are positive, the vectors move away from the line. If the values of a b c d are negative, the vectors move towards the line.

3. When a b c d are in the sequence of neg. and pos. values (-,-,-,+) eigenvalues + and – are produced. The vector plot shows vectors moving inward from the horizontal, then turning to flow out along the vertical.

4. When a b c d are in the sequence of neg. and pos. values (+,+,+,-) eigenvalues 0 and – are produced. The vector plot of this is similar to the one above, but the vectors move in along the vertical and out along the horizontal.

5. Another shape produced in the vector field is a sort of spiral with eigenvalues that are imaginary numbers. This is produced by having values of a b c d where two of them are either + or – while another is the opposite of those two. The fourth is 0. For example : a b c d of (+,+,-,0) produces a plot with a flow that originates at a center and moves outwards.

Values of a b c d (-,-,+,0) form a similar spiral shaped vector field where the arrows move in toward the center.

6. By using alternating values of either a pos. number or a neg. number with zeros for a b c d you produce a vector field with arrows approaching or leaving a central line at an angle. Using negative values makes the arrows move inwards while positive values produce arrows moving outwards. If the set or a b c d have zeros first the central line will be horizontal. If the zeros come after the + or – the central line will be vertical.
(-,0,-,0) eigenvalues + and 0:

(0,-,0-) eigenvalues 0 and -:

(0,+,0,+) eigenvalues + and 0:

(+,0,+,0) eigenvalues 0 and -: