siddhartha-gadgil / LTS2019

Web page, code for "Logic, Types Spaces 2019" at IISc
http://math.iisc.ac.in/~gadgil/LTS2019/
MIT License
9 stars 13 forks source link

Possible Project on Linear Algebra #54

Open AR-MA210 opened 5 years ago

AR-MA210 commented 5 years ago

I suggest the following project:

Implement basic linear algebra in Idris (checking with proofs for linear dependence, finding eigenvalues and eigenvectors with proof, diagonalizing matrices, etc).

I think this project is sufficiently mathematical to be interesting and also does not require too many definitions to get started on.

Would this be a good idea?

--Abishek

siddhartha-gadgil commented 5 years ago

It is certainly a good project. Linear equations is the first step for this. It will take work though, since eigenvalues will need reals, or at least algebraic numbers, which is a project in itself.