Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 705 Bytes

File metadata and controls

17 lines (11 loc) · 705 Bytes

linearAlgebra

la_assign.sce:      Scilab program to implement a 3x3 matrix which takes user input using input() function and
                    solves gaussian elimination, lu decomposition and inverse.

span.sce:           Program to span column space of any 3x3 matrix.

subspaces.sce:      Program to find the four fundamental subspaces of any 3x3 matrix.

leastSq.sce:        Projection by least squares method.

gram.sce:           Implement Gram-Schmidt orthogonalization in R3. 

eigens.sce:         Given any 3x3 matrix, find eigen values and eigen vectors .

power.sce:          Program to find numerically largest value of eigen vector of 3x3 matrix using Rayleigh Power method.