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

Add a linear algebra tutorial #4391

Open
fingolfin opened this issue Dec 9, 2024 · 0 comments
Open

Add a linear algebra tutorial #4391

fingolfin opened this issue Dec 9, 2024 · 0 comments
Labels
documentation Improvements or additions to documentation triage

Comments

@fingolfin
Copy link
Member

Due to recent questions by people interested in using OSCAR but coming from e.g. OSCAR, we noticed that we could really use a good Linear Algebra tutorial on our website.

Teaching things like

  • how to create matrices (via matrix(R, [1 2 ;3 4]) or via special constructors like identity_matrix)
  • how to solve linear systems of equations
  • how to find eigenvalues, eigenspaces
  • how to find various normal forms
  • acting with matrices on "vectors" (how to even get a "vector")
  • probably more...
@fingolfin fingolfin added the documentation Improvements or additions to documentation label Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation triage
Projects
None yet
Development

No branches or pull requests

2 participants