Toggle navigation
Egison
ドキュメント
デモ
オンライン・デモ
ポーカーの役判定
麻雀の上がり判定
双子素数の列挙
ツリー
グラフ
3-SATを解く乱択アルゴリズム
時系列データ解析
オンライン・ツール
オンライン Egison
オンライン・チュートリアル
数式処理
ブログ
コミュニティ
外微分
Nov 20 2017
-- -- Exterior Derivative -- declare symbol x, y, z : MathExpr def N : Integer := 3 def params : Vector MathExpr := [|x, y, z|] def g : Matrix Integer := [|[|1, 0, 0|], [|0, 1, 0|], [|0, 0, 1|]|] def d {a} (X: a) : DiffForm a := !(flip ∂/∂) params X --def f : MathExpr := function (x, y, z) def f := x ^ 2 + y ^ 2 + z ^ 2 -- The exterior derivative of f is the gradient 1-form d f -- The exterior derivative of d(f) is 0 (d^2 = 0) d (d f) dfNormalize (d (d f))
リンク
Egison 数学ノート目次に戻る
This website in other langauge:
English
,
日本語