Jul 9, 2024
Cell на правой стороне2+2 -> 4F12+2In и Out)Plot, ContourPlot, Manipulate
Plot[x^2 - x/4 + Log[x], {x, -10, 10}]ManipulateSolve
Solve[x^2 + 3 x + 2 == 0, x]Simplify, FunctionDomainSimplify[Sin[x]^2 + Cos[x]^2]D
D[Log[x], x]Integrate
Integrate[1/(x^2 + 1), x]Attributes
HoldAll и HoldFirstDSolve
DSolve[y''[x] + y[x] == 0, y[x], x]