-6

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.

4

1 回答 1

9

尝试查看Math.NET Linq 代数库。它可以做你所要求的。

于 2013-04-11T21:20:49.930 回答