Matrix Operations

Use when the task is a direct-method dense matrix problem: a linear system solve, a determinant evaluation, a matrix inverse, a singular-matrix check, or a residual verification of a solution, and numpy or other numerical libraries are unavailable. Compute and verify dense square-matrix operations with only the Python standard library: solve the linear system Ax=b by Gaussian elimination with partial pivoting, compute the determinant, invert the matrix, and detect singularity. Produces the solution vector, the determinant value, the inverse matrix, and a singularity verdict with the residual check that gates the solve. Trigger: gaussian elimination, partial pivoting, linear system solve, Ax equals b, determinant, matrix inverse, singular matrix, pivot.

ashfordeOU 8802936 3 files · 23.3 KB Updated

File contents

ashfordeOU/aero-agent-skills/tree/main/skills/cross-cutting/numerics/matrix-operations commit 880293681c

Frequently asked questions

npx skillmds@latest add ashfordeou/matrix-operations