Toolverse
All skills

residues

by parcadei

Problem-solving strategies for residues in complex analysis

Installation

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

Installation

Quick info

Author
parcadei
Category
Backend
Views
3

About this skill

Problem-solving strategies for residues in complex analysis

How to use

  1. Zainstaluj umiejętność w swoim środowisku Claude, upewniając się, że masz dostęp do narzędzi Bash i Read oraz zainstalowany Python z biblioteką SymPy.

  2. Określ typ osobliwości funkcji zespolonej w punkcie z0. Jeśli (z - z0)f(z) ma skończoną granicę, masz biegun prosty; jeśli (z - z0)^n f(z) ma skończoną granicę dla n > 1, to biegun rzędu n; jeśli żaden z tych warunków nie zachodzi, to osobliwość istotna.

  3. Oblicz residuum odpowiedną metodą. Dla bieguna prostego użyj polecenia sympy_compute.py limit "(z - z0)*f(z)" --var z --at z0. Dla bieguna rzędu n zastosuj sympy_compute.py diff "((z-z0)**n)*f(z)" --var z --order n-1, a następnie podziel wynik przez (n-1)!. Dla osobliwości istotnej oblicz szereg Laurenta: sympy_compute.py series "f(z)" --var z --at z0.

  4. Jeśli pracujesz z całką konturową, zidentyfikuj wszystkie bieguny leżące wewnątrz konturu C. Zastosuj twierdzenie o residuach: całka równa się 2πi razy suma residuów wewnątrz konturu.

  5. Dla funkcji wymiernych f(z) = g(z)/h(z) z biegunem prostym w z0 możesz użyć skrótu: residuum równa się g(z0)/h'(z0).

Related skills

himalaya

by openclaw

CLI to manage emails via IMAP/SMTP. Use `himalaya` to list, read, write, reply, forward, search, and organize emails from the terminal. Supports multiple accounts and message composition with MML (MIME Meta Language).

Backend
35108

travel-planner

by ailabs-393

This skill should be used whenever users need help planning trips, creating travel itineraries, managing travel budgets, or seeking destination advice. On first use, collects comprehensive travel preferences including budget level, travel style, interests, and dietary

Backend
4379

scientific-writing

by K-Dense-AI

Write scientific manuscripts. IMRAD structure, citations (APA/AMA/Vancouver), figures/tables, reporting guidelines (CONSORT/STROBE/PRISMA), abstracts, for research papers and journal submissions.

Backend
47191

humanizer

by davila7

Remove signs of AI-generated writing from text. Use when editing or reviewing\ntext to make it sound more natural and human-written. Based on Wikipedia's\ncomprehensive \

Backend
2873

effective-go

by openshift

Apply Go best practices, idioms, and conventions from golang.org/doc/effective_go. Use when writing, reviewing, or refactoring Go code to ensure idiomatic, clean, and efficient implementations.

Backend
248296

patent-search

by RobThePCGuy

Advanced prior art search using the PatentsView API. Use this skill when users need to search for patents, perform prior art searches, analyze patent landscapes, or find patents by inventor, title, date range, or technical fields. Helps with patent research, freedom to operate

Backend
36218