Interpreting an Expression

If the insertion point is placed in a mathematical expression, CTRL + ? gives Scientific Notebook's interpretation of that expression.

$\blacktriangleright$ CTRL + ?

$\dint$ax3 = $\dint$ax3 d?        

$\dint$x3a = $\dint$x3a d?

$\blacktriangleright$ Evaluate

$\dint$ax3 = ${\frac{{1}}{{4}}}$ax4        

$\dint$x3a = ${\frac{{1}}{{4}}}$ax4

If f is not defined as a function, then it is treated like any other letter.

$\blacktriangleright$ Evaluate

$\dint$f = ${\frac{{1}}{{2}}}$f2        

$\dint$f (x)dx = ${\frac{{1}}{{2}}}$fx2

In these expressions, f behaves the same as any other variable, and f (x) is interpreted as simply the product of f and x.