I want to create a D by D matrix, where D is an even positive integer. I then want to fill it with values depending on a lambda and calculate the eigenvalues of the matrix. I'm interested in the smallest eigenvalue as a function of D and lambda.
Is this doable? I absolutely cannot find any way of doing this, and the help only mentions creating matrices of symbolic variables with known dimension.