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!
1 | initial version |
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!
2 | No.2 Revision |
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!
3 | No.3 Revision |
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!
4 | No.4 Revision |
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!