Toolverse
All skills

eigenvalues

by parcadei

Problem-solving strategies for eigenvalues in linear algebra

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
parcadei
Category
Data Science
Views
17

About this skill

Problem-solving strategies for eigenvalues in linear algebra

How to use

  1. Przygotuj macierz, którą chcesz analizować, w formacie listy zagnieżdżonej, na przykład [[1,2],[3,4]] dla macierzy 2×2.

  2. Oblicz wielomian charakterystyczny macierzy za pomocą polecenia sympy_compute.py charpoly, podając macierz i zmienną (zwykle lambda). To polecenie obliczy det(A - lambda*I) = 0, czyli podstawę do znalezienia wartości własnych.

  3. Znajdź wartości własne, rozwiązując wielomian charakterystyczny. Użyj polecenia sympy_compute.py eigenvalues z tą samą macierzą — narzędzie automatycznie obliczy wszystkie wartości własne.

  4. Dla każdej znalezionej wartości własnej oblicz odpowiadające jej wektory własne za pomocą polecenia sympy_compute.py eigenvectors. Wektory własne spełniają równanie (A - lambda*I)v = 0.

  5. Zweryfikuj wyniki, sprawdzając, czy Av = lambda*v dla każdej pary wartość-wektor. Możesz użyć polecenia z3_solve.py prove do formalnego dowodu poprawności obliczeń i sprawdzenia krotności algebraicznej oraz geometrycznej wartości własnych.

Related skills

pptx

by anthropics

Presentation creation, editing, and analysis. When Claude needs to work with presentations (.pptx files) for: (1) Creating new presentations, (2) Modifying or editing content, (3) Working with layouts, (4) Adding comments or speaker notes, or any other presentation tasks

Data Science
134310

last30days

by sickn33

Research a topic from the last 30 days on Reddit + X + Web, become an expert, and write copy-paste-ready prompts for the user's target tool.

Data Science
2148

ml-paper-writing

by davila7

Write publication-ready ML/AI papers for NeurIPS, ICML, ICLR, ACL, AAAI, COLM. Use when drafting papers from research repos, structuring arguments, verifying citations, or preparing camera-ready submissions. Includes LaTeX templates, reviewer guidelines, and citation

Data Science
2681

arxiv-search

by langchain-ai

Search arXiv preprint repository for papers in physics, mathematics, computer science, quantitative biology, and related fields

Data Science
76172

pdf

by anthropics

Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale.

Data Science
31144

deepwiki-rs

by sopaco

AI-powered Rust documentation generation engine for comprehensive codebase analysis, C4 architecture diagrams, and automated technical documentation. Use when Claude needs to analyze source code, understand software architecture, generate technical specs, or create professional

Data Science
18144