1 | initial version |
Step 2 - Discussion
Create a new eigen problem by substituting....
T = [U,v];
into...
W = T R
To create an eigenproblem, this will yield R for the original equation.
2 | No.2 Revision |
Step 2 - Discussion
Create a new eigen problem by substituting....substituting.... here the main problem is creating the correct matrix with which to solve values.
T = [U,v];
into...
W = T R
To create an eigenproblem, this will yield R for the original equation.