Skip to main content

Questions tagged [eigenvalues]

Questions on symbolically or numerically determining the eigenvalues of matrices (Eigenvalues, Eigensystem) or differential equations (DEigenvalues, DEigensystem, NDEigenvalues, NDEigensystem) in Mathematica. Also includes determining the eigenvalues of differential equations with DSolve or NDSolve.

Filter by
Sorted by
Tagged with
0 votes
1 answer
111 views

I have this differential matrix equation f'[x] == {{2 x, y + 5 I}, {-3 I + 2 y, Sin[3 x] - 5 y}}.f[x] for f[x] with the initial ...
charmin's user avatar
  • 1,179
1 vote
1 answer
132 views

I used NDEigensystem for finding eigenvalues and eigenfunctions of specified dif. operator. If I set R=1 everything is good and I get right results, but when I set R=10 and more I get complex ...
Alexander Malyshev's user avatar
2 votes
1 answer
190 views

I'm trying to find eigenvalues and eigenfunctions for a differential operator H=p''[x]-V[x]*p[x]. Actually, V[x] is a potential (...
Alexander Malyshev's user avatar
0 votes
0 answers
71 views

It is well known that the Random Matrix Theory (RMT), the potential function for the Gaussian ensembles, is $V(H) = \frac{1}{2} H^2 \quad \Rightarrow \quad P(H) \propto e^{-\frac{N}{2} \operatorname{...
NumberNinja's user avatar
3 votes
1 answer
98 views

I have matrix A that is dependent on two parameters b and c, so A = A(b,c). I need to find values for parameters b,c so that two smallest eigenvalues of my matrix A will be some exact numbers (in my ...
CaptainParsifal's user avatar
3 votes
1 answer
241 views

Need to find eigen values for a rectangular region simple supported membrane. I am able to get results with a uniform area - The answer is close to what I expected ...
SAK's user avatar
  • 481
0 votes
0 answers
152 views

I want to reproduce Fig. 2(a) from https://arxiv.org/pdf/2403.09608 and Figs corresponding to EE and participation ratio from https://github.com/fabienalet/HKU-MBL/blob/main/Notebooks/...
Yuktak's user avatar
  • 343
9 votes
1 answer
516 views

Eigenvalues[{A, B}] is the standard usage for solving the generalized eigenvalue problem $Ay=\lambda By$. ...
renphysics's user avatar
  • 1,652
1 vote
0 answers
146 views

When attempting to calculate the Franck Condon Factor for a molecule, I am encountering an issue calculating the higher vibrational levels of the molecule (which is integral to my analysis of the ...
Caroline Studebaker's user avatar
0 votes
0 answers
134 views

I'm trying to solve an eigenvalue problem involving the following two equations: $$u'(r)=\Bigl[g_\pi\pi(r)-g_\rho\rho(r)\Bigr]u(r)+\Bigl[-\epsilon--g_\pi\sigma(r)+\frac{g_\omega}{3}\omega(r)+\frac{g_\...
user106291's user avatar
1 vote
1 answer
106 views

I am attempting to use an interpolated potential for a molecule, initially in the form of (x, V(x)), as input for solving the Time Independent Schrodinger Equation. After defining the data points, ...
Caroline Studebaker's user avatar
2 votes
1 answer
153 views

I am seeking to solve a Time-Independent Schrödinger Equation using the Mathematica Platform. I will detail the problem below: Scaling Constant is "K." This is calculated by the formula (2 m ...
Caroline Studebaker's user avatar
3 votes
1 answer
197 views

I want to calculate the following matrix as give by equation 12 of this article $$ F_{ab} = \sum_{i=0}^{d-1} \frac{(\partial_a \lambda_i)(\partial_b \lambda_i)}{\lambda_i} + \sum_{i\ne j, \lambda_i + \...
User1729173's user avatar
4 votes
1 answer
332 views

Evaluation of s[1,22]=-2.02009 takes too long so does c[10,.5]. My ultimate goal is to plot c[n,t] vs t ...
Sadman Sakib's user avatar
6 votes
1 answer
407 views

I am trying to reproduce Fig2(b) and 2(c) in this paper by solving Eq2 using NDEigensystem. Eq2 is a coupled ODE given as $[\partial_x+k]B1(x)+\zeta(x)A1(x)=EA1(x)$...
MMA13's user avatar
  • 5,650
0 votes
1 answer
107 views

I have been trying to get the eigenvalue of a known Hamiltonian which is given by By manual calculation I know that at least one of the eigenvalues is e_s but when I try to use the eigenvalue ...
Harshdeep Chhabra's user avatar
0 votes
0 answers
189 views

How can I let Mathematica tell me that trace(Identity matrix)=n for n by n identity matrix? It's easy for human but what would a Mathematica code be? A harder task: How can I let Mathematica tell me ...
XYSquared's user avatar
  • 101
1 vote
0 answers
130 views

My question is related to my issue from yesterday (Initializing very large matrices). It was recommended to use SparseArray to initialize large matrices efficiently....
Birgit1287's user avatar
3 votes
1 answer
109 views

In equation (11) of this article the following matrix is given ...
phy_std's user avatar
  • 323
0 votes
0 answers
190 views

Is there any way to fix or revise this code to find the EXACT optimal bound, and could anyone help find the EXACT optimal bound? Thanks. ...
Venus's user avatar
  • 1
3 votes
1 answer
186 views

I tried to solve the eigenvalue of a matrix like this: ...
Orion Pax's user avatar
4 votes
2 answers
214 views

I have an 8x8 matrix which contains some parameters with a certain range. I am trying to fit the eigenvalues of this matrix to my experimental data with the goal of having the best fit extracting the ...
asato's user avatar
  • 61
0 votes
2 answers
242 views

I have the following 2*2 real symmetric matrix. $mp$ and $mm$ are the eigenvalues. How do we find $\cos{\phi}$ and $\sin{\phi}$ in terms of the $n$, $y$, $mp$, $mm$? $$ \left( \begin{array}{cc} \cos (...
SciJewel's user avatar
  • 631
2 votes
1 answer
137 views

I was experimenting with solving differential equations using eigenfunction expansions. I was troubled by the fact that my solution was very different from the solution produced by ...
Kώστας Κούδας's user avatar
0 votes
0 answers
148 views

I have a large (and numeric) square matrix and I wanna find all the eigenvalues and all eigenvectors. Using Eigensystem command, I get the error message: "Eigensystem::arhm: Because finding 1600 ...
Nigel1's user avatar
  • 795

1
2 3 4 5
11