0

All the matrix solvers I've come across require the matrices to be square and invertible, but what about matrices that are not square and have multiple solutions...how would I go about finding a parametric form of this using java?

Skorpius
  • 2,135
  • 2
  • 26
  • 31

1 Answers1

0

You can do this using the SVD of your matrix

dmuir
  • 614
  • 4
  • 4