...
| |||||
The function solves a system of 3 linear equations with 3 unknowns and returns one of the solutions in the x3 parameter. The solution is selected by specifying which root you want to retrieve using square brackets, with the first root being represented by [0], the second by [1], and the third by [2]. The function will return the requested root as the result. | |||||
| |||||
| |||||
To view this example in the library, see (https://openbrim.org/platform/?application=inc&author=ParamML_Examples_OpenBrIM+Platform&folder=Functions&obj=objidvt2corziomsxfuebw6jg3) |
...