WLJS LogoWLJS Notebook

Divide

x/y or Divide[x, y] is equivalent to x y^-1.

Examples

Basic division:

Divide[10, 2]
(* 5 *)

Symbolic division:

Divide[a + b, c]
(* (a + b)/c *)

Please visit the official Wolfram Language Reference for more details.

On this page