Skip to content
Prev 170587 / 398506 Next

solve a linear system with argument is a matrix

Depending on F, there may already be software to solve your system. If
not, have you considered recasting the problem as minimizing the sum of
squares of deviations from solutions? Then you could use 'optim' or
'nlminb' or ... .

Spencer Graves
andrew wrote: