Re: Solve system of linear equations in Spark

2016-10-06 Thread Sean Owen
inversing 'A' would be very helpful. > > > > -- > View this message in context: > http://apache-spark-user-list.1001560.n3.nabble.com/Solve-system-of-linear-equations-in-Spark-tp27847.html > Sent from the Apache Spark User List mailing list archive at Nabble.com. > > - > To unsubscribe e-mail: user-unsubscr...@spark.apache.org > >

Solve system of linear equations in Spark

2016-10-05 Thread Cooper
iginal matrix A is: 1,2,3,4 2,1,5,6 3,5,1,7 4,6,7,1 and b is: 5,6,7,8 What is passed as argument to the "solve" method ? Any other solution other than inversing 'A' would be very helpful. -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.co