You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
The text was updated successfully, but these errors were encountered:
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
matrix(R, [1 2 ;3 4])
or via special constructors likeidentity_matrix
)The text was updated successfully, but these errors were encountered: