什麼是 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