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.
x/y or Divide[x, y] is equivalent to x y^-1.
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.