You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To find solution of eigenpairs problem(fullset eigenvalues & eigenvectors) using Jacobi iteration.
The equation of this problem is AV = λV,
where A is square matrix, Scalar λ & pair Vector V.
Build in Visual Studio 2017 CE.
To operate basic transformation of geometry, such as translation, rotation & scaling(dilatation). This transformation using additional & multiplication of matrix.
Build in Lazarus(pascal) 1.6.4.
To solve matrix problems like multiplication, determinant, invers, system of linear equations(gauss jordan), eigenpairs, SVD.
Build in Visual Studio 2017 CE.