[ANN] GenLAProblems.jl — exact linear algebra exercise generators

I’ve submitted GenLAProblems.jl for registration in General:

GitHub - ea42gh/GenLAProblems.jl: Problem generator for standard linear algebra problems: creates problems with small integers and tractable computations · GitHub

Binder demo:
Binder

GenLAProblems.jl is a Julia package for generating exact, classroom-style linear algebra exercises. It focuses
on small exact matrices and right-hand sides for topics such as

  • Gaussian elimination / Gauss-Jordan
  • LU / PLU / LDLT
  • QR
  • eigenvalue problems
  • SVD

The package is intended for teaching, homework authoring, demos, and assessment generation rather than large-
scale numerical linear algebra.

It also pairs naturally with LAlatex.jl when you want LaTeX representations of the generated problems in
notebook workflows.

Feedback, feature requests, bug reports, and contributions are very welcome.

1 Like