Toolverse
All skills

first-order-odes

by parcadei

Problem-solving strategies for first order odes in odes pdes

Installation

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

Installation

Quick info

Author
parcadei
Category
Data Science
Views
3

About this skill

Problem-solving strategies for first order odes in odes pdes

How to use

  1. Zainstaluj umiejętność w swoim środowisku Claude'a, dodając folder first-order-odes do katalogu .claude/skills/math/odes-pdes/.

  2. Przygotuj swoje równanie różniczkowe. Określ jego typ: czy jest separowalne (y' = f(x)g(y)), liniowe (y' + P(x)y = Q(x)), dokładne (M(x,y)dx + N(x,y)dy = 0) czy Bernoulli'ego (y' + P(x)y = Q(x)y^n). Umiejętność zawiera drzewo decyzyjne, które Cię poprowadzi.

  3. Dla rozwiązania analitycznego użyj polecenia SymPy: uv run python -m runtime.harness scripts/sympy_compute.py dsolve "Derivative(y,x) + y" --ics "{y(0): 1}". Zastąp równanie i warunki początkowe swoimi danymi.

  4. Dla rozwiązania numerycznego (zagadnienia początkowego) użyj SciPy: uv run python -c "from scipy.integrate import solve_ivp; sol = solve_ivp(lambda t, y: -y, [0, 5], [1]); print('y(5) =', sol.y[0][-1])". Zmień funkcję, przedział czasu i warunek początkowy.

  5. Zweryfikuj rozwiązanie, podstawiając je z powrotem do wyjściowego równania i sprawdzając, czy spełnia warunki początkowe lub brzegowe.

  6. Jeśli pracujesz z równaniem autonomicznym, przeanalizuj portret fazowy: znajdź punkty równowagi (gdzie f(y*) = 0) i zbadaj ich stabilność na podstawie znaku pochodnej f'(y*).

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

arxiv-search

by langchain-ai

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

Data Science
76172

claude-automation-recommender

by anthropics

Analyze a codebase and recommend Claude Code automations (hooks, subagents, skills, plugins, MCP servers). Use when user asks for automation recommendations, wants to optimize their Claude Code setup, mentions improving Claude Code workflows, asks how to first set up Claude Code

Data Science
1787

notebooklm

by leegonzales

Query Google NotebookLM for source-grounded, citation-backed answers from uploaded documents. Reduces hallucinations through Gemini's document-only responses. Browser automation with library management and persistent authentication.

Data Science
142112

codex

by Lucklyric

Invoke Codex CLI for complex coding tasks requiring high reasoning capabilities. This skill should be invoked when users explicitly mention \

Data Science
16163

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