Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible Project on Linear Algebra #54

Open
AR-MA210 opened this issue Feb 5, 2019 · 1 comment
Open

Possible Project on Linear Algebra #54

AR-MA210 opened this issue Feb 5, 2019 · 1 comment
Labels
project ideas Project idea

Comments

@AR-MA210
Copy link
Contributor

AR-MA210 commented Feb 5, 2019

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 siddhartha-gadgil added the project ideas Project idea label Feb 6, 2019
@siddhartha-gadgil
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
project ideas Project idea
Projects
None yet
Development

No branches or pull requests

2 participants