I am not 100% sure the right term is simultaneous equation. It could also be function group.
My problem is that I am trying to solve equations with two or more unknowns with LINQ.
For example:
x + y = 10
3x + 5y = 30
(or with x, y and z etc.)
I have searched everywhere but couldn't find any info regarding this kind of mathematical questions in LINQ.