Qurak

Automatically parallelize computations

1 ステップを1つのセッション内で順に実行します。各ステップはエンジンで実行済みで、以下の出力は実際に生成されたものです。

ステップ 1
Parallelize[Map[StreamPlot[#, {x, -3, 3}, {y, -3, 3}]&, Flatten[Table[ {x^i y^j, x^jy^i}, {i, 2}, {j, 2}], 1]]]
出力
{-Graphics-, -Graphics-, -Graphics-, -Graphics-}

使用する関数

関連レシピ

すべてのレシピ · 関数リファレンス · MCPクライアントから使う