| 1 | //name:        Modelica.Math [version 3.1]
 | 
|---|
| 2 | //keyword:     instantiating MSL 3.1 Modelica.Math
 | 
|---|
| 3 | //status:      correct
 | 
|---|
| 4 | //env: OPENMODELICALIBRARY=../../../libraries/msl31/
 | 
|---|
| 5 | //
 | 
|---|
| 6 | // instantiate example
 | 
|---|
| 7 | //
 | 
|---|
| 8 | 
 | 
|---|
| 9 | loadFile("../../../MathModelica/Libraries/MathModelicaLibraries/Modelica 3.0/Modelica/package.mo");
 | 
|---|
| 10 | getErrorString();
 | 
|---|
| 11 | 
 | 
|---|
| 12 | loadFile("MathTest.mo");
 | 
|---|
| 13 | checkModel(Test_Math_Matrices_norm);
 | 
|---|
| 14 | saveTotalModel("Test_Math_Matrices_normTotal.mo",Test_Math_Matrices_norm);
 | 
|---|
| 15 | //simulate(Test_Math_Matrices_norm);
 | 
|---|
| 16 | //val(x4,0.0);
 | 
|---|
| 17 | 
 | 
|---|
| 18 | // Result:
 | 
|---|
| 19 | // endResult
 | 
|---|