Skip to content

A numerical verification of the correctness of the solution of a difference equation for the problem of finding eigenvalues and vectors

Notifications You must be signed in to change notification settings

VictorDotZ/eigenvalue-problem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

eigenvalue-problem

problem:

$$ \Huge{} \begin{cases} \frac{y_{n+1} - 2 y_n + y_{n+1}}{h^2} = -\lambda y_n \\ -2 \frac{y_0 - y_1}{h^2} = -\lambda y_0 \\ y_N = y_{N-1} \end{cases} $$

compile:

g++ main.cpp

run:

./a.out 10

About

A numerical verification of the correctness of the solution of a difference equation for the problem of finding eigenvalues and vectors

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages