·numpy

NumPy の包括的なガイド - Python の科学技術コンピューティングの基本パッケージ。配列演算、線形代数、乱数生成、フーリエ変換、数学関数、および高性能数値計算に使用します。 SciPy、pandas、scikit-learn、およびすべての科学的な Python の基盤。

8インストール·0トレンド·@tondevrel

インストール

$npx skills add https://github.com/tondevrel/scientific-agent-skills --skill numpy

numpy のインストール方法

コマンドラインで numpy AI スキルを開発環境にすばやくインストール

  1. ターミナルを開く: ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます
  2. インストールコマンドを実行: このコマンドをコピーして実行します: npx skills add https://github.com/tondevrel/scientific-agent-skills --skill numpy
  3. インストールを確認: インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります

ソース: tondevrel/scientific-agent-skills。

The fundamental package for numerical computing in Python, providing multi-dimensional arrays and fast operations.

Official docs: https://numpy.org/doc/ Search patterns: np.array, np.zeros, np.dot, np.linalg, np.random, np.broadcast

| Create arrays | array, zeros, ones | np.array([1, 2, 3]) | | Mathematical ops | +, , sin, exp | np.sin(arr) | | Linear algebra | dot, linalg.inv | np.dot(A, B) | | Statistics | mean, std, percentile | np.mean(arr) | | Random numbers | random.rand, random.normal | np.random.rand(10) | | Indexing | [], boolean, fancy | arr[arr > 0] |

NumPy の包括的なガイド - Python の科学技術コンピューティングの基本パッケージ。配列演算、線形代数、乱数生成、フーリエ変換、数学関数、および高性能数値計算に使用します。 SciPy、pandas、scikit-learn、およびすべての科学的な Python の基盤。 ソース: tondevrel/scientific-agent-skills。

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/tondevrel/scientific-agent-skills --skill numpy
カテゴリ
{}データ分析
認証済み
初回登録
2026-02-25
更新日
2026-03-11

Browse more skills from tondevrel/scientific-agent-skills

クイックアンサー

numpy とは?

NumPy の包括的なガイド - Python の科学技術コンピューティングの基本パッケージ。配列演算、線形代数、乱数生成、フーリエ変換、数学関数、および高性能数値計算に使用します。 SciPy、pandas、scikit-learn、およびすべての科学的な Python の基盤。 ソース: tondevrel/scientific-agent-skills。

numpy のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/tondevrel/scientific-agent-skills --skill numpy インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/tondevrel/scientific-agent-skills