Thread: Factoring
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Cole Cole is offline
external usenet poster
 
Posts: 8
Default Factoring

Is there a function for factoring or prime factorization?

i.e.

45 = 3^2 * 5
165 = 5 * 11 * 3

If so, does it work with variables?

i.e.

x^2 - x - 6 = (x+2)(x-3)

Thanks