Are there are code samples of how to solve a matrix such as the one below on the iPhone platform. In reality the real matrix is much larger (about 100 variables). Since it's simple linear algebra I can't think the code is that complex, also I've heard of math library packages and LAPACK but can't find any examples where they are implemented.
If anyone knows of any examples or tutorials on how to go from creating the matrix to solving each variable it would be really appreciated thanks a ton.
____ ____
| |
| 4 3 -1 | 2 |
| -2 3 8 | 0 |
| 0 2 6 | -1 |
|____ ____|