Skip to content

This is the c++ code base used for the numerical algebra course at PKU in 2011.

Notifications You must be signed in to change notification settings

yifan90/NumericalAlgebra_PKU

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NumericalAlgebra_PKU

All the code are included in n_algebra.h and n_algebra.cpp.

There were 4 assignments. To see HW_X (X = 1,2,3,4) just use the following commend in terminal

g++ n_algebra.h n_algebra.cpp. HW_X.cpp

The content include basic numerical algebra operations, like solving linear systems using Gauss-Seidel, QR decomposition and so on.

Code were written long time ago and I didn't have a good coding habbit back then (in naming variables, no comments...)

Just upload here to keep the record.

About

This is the c++ code base used for the numerical algebra course at PKU in 2011.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages