SaveDefinitions
Доступно
Option to save definitions with output
SaveDefinitions
Manipulate[g[x], {x, 0, 1}, SaveDefinitions -> True, FrameLabel -> "saved"]
→ Manipulate[g[x], {x, 0, 1}, SaveDefinitions -> True, FrameLabel -> saved]Manipulate[f[x], {x, 0, 1}, SaveDefinitions -> False, FrameLabel -> "unsaved"]
→ Manipulate[f[x], {x, 0, 1}, SaveDefinitions -> False, FrameLabel -> unsaved]Manipulate[f[t], {t, 0, 1}, SaveDefinitions -> True]//MakeBoxes//MakeExpression//InputForm
→ InputForm[MakeExpression[RowBox[{Manipulate, [, RowBox[{RowBox[{f, [, t, ]}], ,, RowBox[{{, RowBox[{t, ,, 0, ,, 1}], }}], ,, RowBox[{SaveDefinitions, , True}]}], ]}]]] Усі 6300 функцій ·
Використати з MCP-клієнта