Example: Function call: logistic(matrix_1).
matrix_1:
x1 |
x2 |
x3 |
x4 |
1 1 1 1 |
4 -5 8 3 |
-8 -4 1 4 |
3 -6 0 -9 |
The matrix_1 is in file matrix_1.txt in PSG Matrix format (see, PSG Matrix in General (Text) Format).
Logistic is calculated at point_1:
component_name |
value |
x1 x2 x3 x4 |
1 1 1 1 |
The point point_1 is in file point_1.txt (see, PSG Point).
To calculate logistic at point_1 run problem in file problem_logistic_test.txt (see, Calculate Problem):
calculate
Point: point_1
Value:
logistic(matrix_1)
Value of logistic(matrix_1) at point_1 is vector:
value |
5.0e-001 8.3e-007 9.9e-001 2.7e-001 |
Files problem_logistic_test.txt, matrix_1.txt, and point_1.txt are in folder .\Aorda\PSG\Examples\Functions\logistic_test.