Skip to content

deeksha-d/linearAlgebra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages