numerical-linear-algebra
CommunityDecompose matrices and solve systems fast.
Data & Analytics#numerical linear algebra#svd#pca#sparse matrices#iterative solvers#condition number#numpy scipy
Authorxjtulyc
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill helps you analyze and compute with matrices by enabling stable decomposition, dimensionality reduction, and efficient linear system solves for both dense and sparse scientific problems.
Core Features & Use Cases
- Matrix decompositions: compute SVD, eigendecomposition, and Cholesky factorization to understand structure and recover low-rank representations.
- Dimensionality reduction: run PCA via covariance eigenanalysis for interpretable variance explained and component projections.
- Scalable solvers: apply iterative methods like conjugate gradient (CG) and GMRES for large sparse systems, including basic conditioning and convergence diagnostics.
- Conditioning insights: estimate condition number behavior to choose direct methods, iterative solvers, or regularization/truncation strategies.
Quick Start
Use the numerical-linear-algebra Skill to compute an SVD of your matrix and produce a truncated low-rank approximation while reporting relative Frobenius error across different ranks.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: numerical-linear-algebra Download link: https://github.com/xjtulyc/awesome-rosetta-skills/archive/main.zip#numerical-linear-algebra Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.