Cofactors and adjoint matrix - Printable Version +- HP Forums (https://www.hpmuseum.org/forum) +-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html) +--- Forum: HP Prime (/forum-5.html) +--- Thread: Cofactors and adjoint matrix (/thread-4076.html) |
Cofactors and adjoint matrix - salvomic - 06-04-2015 08:06 PM hi, this code doesn't run: Code:
Is it not possible to have a matrix as item od another matrix? I think the problem is in the line < tempmat(j,k):= cofact; >, in fact... Any help? Salvo RE: Cofactors and adjoint matrix - salvomic - 06-04-2015 09:00 PM ok, found! this should run. It returns both cofactors and adj (adjoint, transpose of cofactors): Code:
|