Palettes and buttons

Palettes and buttons allows the interactive style of the Mathematica system.

We have a collection of standard palettes which are accesible through the File\Palettes menu.

Here is a part of the palette Basic Calculations.

 . 
Cross[, ]
Outer[, , ]
ListConvolve[, ]
ListCorrelate[, ]
Tr[]
Det[]
Inverse[]
Transpose[]
Eigenvalues[]
Eigenvectors[]
LinearSolve[, ]
RowReduce[]

Here is the symbols palette -International Characters .

à á â ã ä å æ ç
è é ê ë ì í î ï
ð ł ñ ò ó ô õ ö
ø ù ú û ü ý ÿ þ
ß À Á Â Ã Ä Å Æ
Ç È É Ê Ë Ì Í Î
Ï Ð Ł Ñ Ò Ó Ô Õ
Ö Ø Ù Ú Û Ü Ý Þ
€ £ ¥ « » ¿ ¡

Palettes are like extentions to your keyboard.

Clicking on the symbol  ε from a palette like as shown below will place it in your notebook at the cursor location.

α β γ
δ ϵ ζ

2 (1 +

2 (1 + ϵ

This is a working version of the palette.

α β γ
δ ϵ ζ

In a palette like the one below the marked symbol shows that other symbols can be placed on it.

^(1/2)   Log[]
^2   Exp[]

Another way is to select the text before clicking the button, in our case - square root.

1 + Sin[x] + Cos[x]

1 + (Sin[x] + Cos[x])^(1/2)

Here is a working version of the same palette.

^(1/2)   Log[]
^2   Exp[]

It is possible to create your own palette.

We start by creating an empty palette and filling it out as suggested from the Input/Create Table/Matrix/Palette menu ...

Darken[] Lighten[]
EdgeSelect[] 
 

You can create your own menus so you can use any function or expression manipulation.

Expand[]
Factor[]
Simplify[]

Clicking the button on a previously selected expression will work like the standard buttons.

1 + a^2 + 2 a b + b^2 + (p + q)^2

1 + (a + b)^2 + (p + q)^2

Here is a working version of the palette:

Expand[]
Factor[]
Simplify[]

Created by Mathematica  (October 6, 2007)