Created
October 15, 2015 16:58
-
-
Save dietmarw/6300fffcd615209dcb17 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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