-
Notifications
You must be signed in to change notification settings - Fork 0
seg--fault/Diagonalize
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
NAME diagonalize - diagonalize a matrix SYNOPSIS diagonalize [MATRIX_A] <MATRIX_B> [EIGENVALUES] [EIGENVECTORS] DESCRIPTION Takes the file(s) containing the operator(s) of an eigenvalue problem of the form Ax = lBx and solves for x and l which get output to their respective files. Input file should be of the form: -------------------------- input ---------------------------- #Comments following #'s #Numbers seperated by tabs or spaces without commas #M N ELEMENT[M,N] 0 0 3.14159e00 0 1 2.71828e00 1 0 2.99792e08 -------------------------------------------------------------
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published