Skip to content

Instantly share code, notes, and snippets.

@bmnn
Last active December 29, 2015 18:49
Show Gist options
  • Save bmnn/7713034 to your computer and use it in GitHub Desktop.
Save bmnn/7713034 to your computer and use it in GitHub Desktop.
matrix; inversion; stable; matlab;
inv = @(A) A \ eye(size(A))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment