scipy とは?
SciPy の包括的なガイド - Python の科学技術コンピューティングの基本ライブラリ。統合、最適化、内挿、線形代数、信号処理、統計、ODE、フーリエ変換、高度な科学アルゴリズムに使用します。 NumPy 上に構築されており、研究とエンジニアリングに不可欠です。 ソース: tondevrel/scientific-agent-skills。
SciPy の包括的なガイド - Python の科学技術コンピューティングの基本ライブラリ。統合、最適化、内挿、線形代数、信号処理、統計、ODE、フーリエ変換、高度な科学アルゴリズムに使用します。 NumPy 上に構築されており、研究とエンジニアリングに不可欠です。
コマンドラインで scipy AI スキルを開発環境にすばやくインストール
ソース: tondevrel/scientific-agent-skills。
Advanced scientific computing library built on NumPy, providing algorithms for optimization, integration, interpolation, and more.
Official docs: https://docs.scipy.org/ Search patterns: scipy.integrate.quad, scipy.optimize.minimize, scipy.interpolate, scipy.stats, scipy.signal
| Integration | integrate | quad(f, 0, 1) | | Optimization | optimize | minimize(f, x0) | | Interpolation | interpolate | interp1d(x, y) | | Linear algebra | linalg | linalg.solve(A, b) | | Signal processing | signal | signal.butter(4, 0.5) | | Statistics | stats | stats.norm.pdf(x) | | ODEs | integrate | solveivp(f, tspan, y0) |
SciPy の包括的なガイド - Python の科学技術コンピューティングの基本ライブラリ。統合、最適化、内挿、線形代数、信号処理、統計、ODE、フーリエ変換、高度な科学アルゴリズムに使用します。 NumPy 上に構築されており、研究とエンジニアリングに不可欠です。 ソース: tondevrel/scientific-agent-skills。
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/tondevrel/scientific-agent-skills --skill scipySciPy の包括的なガイド - Python の科学技術コンピューティングの基本ライブラリ。統合、最適化、内挿、線形代数、信号処理、統計、ODE、フーリエ変換、高度な科学アルゴリズムに使用します。 NumPy 上に構築されており、研究とエンジニアリングに不可欠です。 ソース: tondevrel/scientific-agent-skills。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/tondevrel/scientific-agent-skills --skill scipy インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/tondevrel/scientific-agent-skills