Skip to content

Instantly share code, notes, and snippets.

@dietmarw
Created October 15, 2015 16:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dietmarw/6300fffcd615209dcb17 to your computer and use it in GitHub Desktop.
Save dietmarw/6300fffcd615209dcb17 to your computer and use it in GitHub Desktop.
model test
annotation (Documentation(info="<html>
<pre>
A = [1,2,3;
3,4,5;
2,1,4];
b = {10,22,12};
x = Matrices.solve(A,b);
Matrices.eigenValues(A);
</pre>
</html>"));
end test;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment