Understanding User Selections

You can restrict the computation to a selection you have made and so override Scientific Notebook's automatic choice. (Recall that you can select a piece of mathematics by holding down the left mouse button while moving the mouse; your selection is the information that appears on the screen in reversed colors.)

There are two options for applying operations to your selection—one displays the result of the operation but leaves the selection intact, and the other replaces the selection with the result of the operation. Following are two examples illustrating the behavior of the system for each of these two options.

$\blacktriangleright$ To operate on a selection

2 + 3 - x : 5

$\left(\vphantom{ x+y}\right.$x + y$\left.\vphantom{ x+y}\right)^{{3}}_{}$(7x - 13y)3 + sin2x : x3 +3x2y + 3xy2 + y3

In general, Scientific Notebook assumes that the result of applying an operation to a user selection is not equal to the entire original expression, so it places the result at the end of the mathematics, separated by something in text (in this case, a colon). You can then use the word-processing capabilities of Scientific Notebook to put the result where you want it in your document.

You can replace part of an expression with the result of a computation on that part.

$\blacktriangleright$ To replace a selection

600459

(x2 -4xy + 4y2)(7x - 13y)(x2 + 1)

You can return the expression to a factored form by selecting $\left(\vphantom{ x^{2}-4xy+4y^{2}}\right.$x2 -4xy + 4y2$\left.\vphantom{ x^{2}-4xy+4y^{2}}\right)$, holding down the CTRL key, and choosing Factor.

a + b$\left(\vphantom{ -1+b}\right.$ -1 + b$\left.\vphantom{ -1+b}\right)$

Important    This ``computing in place''— that is, holding down the CTRL key as you choose an operation from the Maple menu—is a key feature of Scientific Notebook. It provides a convenient way for you to manipulate expressions into the forms you desire.