Factoring

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
= 5 * 11 * 3
=sumproduct(A1,A2,A3)
= 3^2 * 5 =(A1^2)*B1

x^2 - x - 6 = (x+2)(x-3)
=(A1^B1) - A1 - C1

--
HTH,
Gary Brown
(e-mail address removed)
If this post was helpful to you, please select ''YES'' at the bottom of the
post.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top