Toolverse
All skills

vector-spaces

by parcadei

Problem-solving strategies for vector spaces in linear algebra

Installation

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

Installation

Quick info

Author
parcadei
Category
Data Science
Views
14

About this skill

Problem-solving strategies for vector spaces in linear algebra

How to use

  1. Zainstaluj umiejętność w katalogu .claude/skills/math/linear-algebra/ swojego projektu Claude'a.

  2. Gdy pracujesz nad zadaniem dotyczącym przestrzeni wektorowych, określ, jaki typ problemu rozwiązujesz: sprawdzenie podprzestrzeni, liniową niezależność, bazę i wymiar, lub zmianę bazy.

  3. Dla problemu liniowej niezależności: skonfiguruj macierz A, gdzie kolumny to wektory, a następnie uruchom uv run python -m runtime.harness scripts/sympy_compute.py nullspace "[[1,2,3],[4,5,6]]" (zastąp wartości swoimi wektorami). Jeśli nullspace zawiera tylko wektor zerowy, wektory są liniowo niezależne.

  4. Aby znaleźć bazę i wymiar: użyj uv run python -m runtime.harness scripts/sympy_compute.py rref "[[1,2,3],[4,5,6]]" na swojej macierzy. Kolumny z pivotami tworzą bazę, a liczba pivotów to wymiar.

  5. Dla problemów podprzestrzeni: sprawdź trzy warunki (zawiera wektor zerowy, zamknięta na dodawanie, zamknięta na mnożenie skalarne), a następnie potwierdź wynik za pomocą uv run python -m runtime.harness scripts/z3_solve.py prove "subspace_closed".

  6. W przypadku zmiany bazy: wyznacz macierz przejścia P, oblicz jej odwrotność poleceniem uv run python -m runtime.harness scripts/sympy_compute.py inverse "P", a następnie pomnóż przez stare współrzędne, aby uzyskać nowe.

Related skills

quant-analyst

by zenobi-us

Expert quantitative analyst specializing in financial modeling, algorithmic trading, and risk analytics. Masters statistical methods, derivatives pricing, and high-frequency trading with focus on mathematical rigor, performance optimization, and profitable strategy development.

Data Science
67217

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

a-stock-analysis

by openclaw

A股实时行情与分时量能分析。获取沪深股票实时价格、涨跌、成交量,分析分时量能分布(早盘/尾盘放量)、主力动向(抢筹/出货信号)、涨停封单。支持持仓管理和盈亏分析。Use when: (1) 查询A股实时行情, (2) 分析主力资金动向, (3) 查看分时成交量分布, (4) 管理股票持仓, (5) 分析持仓盈亏。

Data Science
48153

infographic-creation

by antvis

Create beautiful infographics based on the given text content. Use this when users request creating infographics.

Data Science
60199

data-storytelling

by wshobson

Transform data into compelling narratives using visualization, context, and persuasive structure. Use when presenting analytics to stakeholders, creating data reports, or building executive presentations.

Data Science
26105

deep-research

by davidorex

Multi-agent parallel investigation for complex VCV Rack problems

Data Science
16151