Question: Numerical solution of a matrix equation

Hi,

I'm having some troubles in solving an equation which has the following form:

 

S. Inv(R). T = L

 

whereas S is a [nx1] row vector, T is a [1xn] colomn vector, R is a [nxn]Matrix and L is a scalar.

The problem is that R is a quite complicated function of a single variable for which i want to solve this system. Thus the analytical matrix inversion doesnt work.

 

Do you have any suggestions how i can solve this in a numerical way?

 

Thanks..

Fritz

Please Wait...