Hi,

I'm wondering how to use Mllib for solving equation systems following this
pattern

2*x1 + x2 + 3*x3 + .... + xn = 0
x1 + 0*x2 + 3*x3 + .... + xn = 0
..........
..........
0*x1 + x2 + 0*x3 + .... + xn = 0

I definitely still have some reading to do to really understand the direct
solving techniques, but at the current state of "knowledge" SVD could help
me with this right?

Can you point me to an example or a tutorial?

best regards

Reply via email to