Skip to content

Instantly share code, notes, and snippets.

@rschumm
Created March 29, 2012 20:31
Show Gist options
  • Save rschumm/2243461 to your computer and use it in GitHub Desktop.
Save rschumm/2243461 to your computer and use it in GitHub Desktop.
Main.java So wird eine Matrix invertiert.
RealMatrix pInverse = new LUDecompositionImpl(m).getSolver().getInverse();
@rschumm
Copy link
Author

rschumm commented Mar 29, 2012

Die inverse Matrix, das neue Hallo Welt.

@rschumm
Copy link
Author

rschumm commented Mar 30, 2012

Mathematik-HalloWelt

Mit diesem Gist arbeite ich mich nur in die Infrastruktur von github ein.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment