#1636 closed defect (fixed)
Fallo en TrSolve
Reported by: | Jorge | Owned by: | Jorge |
---|---|---|---|
Priority: | high | Milestone: | Mantainance |
Component: | Math | Version: | 3.1 |
Severity: | critical | Keywords: | |
Cc: |
Description
La solución del sistema S*L'=B
da errores con TrSolve
Matrix L = Diag(3, 1); Matrix B = Rand(2, 3, 0, 1); Matrix S = TrSolve(L, B, 0, 1, 1); Set View([[S-B]], "");
genera la siguiente traza:
<W> Warning: [1] Cannot apply TrSolve to matrices T(3x3) B(2x3) </W> <W> Warning: [2] <W>Wrong sizes when trying to subtract two matrices (0,0) and (2,3).</W> </W> $tmp$=
Change History (6)
comment:1 Changed 12 years ago by
Status: | new → accepted |
---|
comment:4 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
comment:5 Changed 12 years ago by
comment:6 Changed 12 years ago by
Note: See
TracTickets for help on using
tickets.
Prepararemos un test con diferentes opciones de argumentos.