Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

linear matrix equation

I want to solve the following equation for a matrix solution X:

'A*X*B == C' # A, B, C have appropriate dimensions

Are there some tools in SAGE for equations of this type?

Thanks in advance!

linear matrix equation

I want to solve the following equation for a matrix solution X:

'A*X*B == C' # A, B, C have appropriate dimensions

Are there some any tools in SAGE for equations of this type?

Thanks in advance!

linear matrix equation

I want to solve the following equation for a matrix solution X:

'A*X*B == C' # A, B, C have appropriate dimensions

Are there any tools in SAGE (or Numpy/Scipy, Fortran, ...) for solving equations of this type?

Thanks in advance!

linear matrix equation

I want to solve the following equation for a matrix solution X:

'A*X*B == C'  # A, B, in general, they are rectangular with dimensions: 
# A m-by-n, B p-by-q, and hence, X n-by-p, C have appropriate dimensions
m-by-q
# for simplicity, assume: they are all n-by-n square matrices

Are there any tools in SAGE (or Numpy/Scipy, Fortran, ...) for solving equations of this type?

Thanks in advance!