Thread: program for factoring polynomial ?

  1. #1
    Registered User
    Join Date
    Oct 2015
    Posts
    39

    program for factoring polynomial ?

    i am looking for an example c program for factoring polynomial ...

    but i could not find any even after googling a lot ...

    please help ...


  2. #2
    Programming Wraith GReaper's Avatar
    Join Date
    Apr 2009
    Location
    Greece
    Posts
    2,738
    I found a handful at github, but none of them was in C. Here's one in C++:
    GitHub - mustrumr/Factorizer: Simple polynomial factorizer I use for my homework
    Devoted my life to programming...

  3. #3
    Registered User
    Join Date
    Oct 2015
    Posts
    39
    GReaper ,

    thanks ...

    this is a bit harder than i thought ...


  4. #4
    Programming Wraith GReaper's Avatar
    Join Date
    Apr 2009
    Location
    Greece
    Posts
    2,738
    Yeah, polynomial factorization is a "hard" problem. Don't give up. You may want to look into this wikipedia page if you're considering implementing one yourself.
    Devoted my life to programming...

  5. #5
    Registered User
    Join Date
    Oct 2015
    Posts
    39
    GReaper ,

    i have lots of things to cover .. i really thought i would start with a program for polynomial factorization ...

    but unfortunately , none of the texts or online materials has it ...

    anyway i have this much amount of things to learn ...

    there are examples available on the internet for everything else ...

    program for factoring polynomial ?-numerical_methods-png

    program for factoring polynomial ?-numerical_methods_3-jpg

    Last edited by delta; 08-08-2016 at 12:03 AM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Lagrange Polynomial Program
    By Zachary May in forum C Programming
    Replies: 4
    Last Post: 04-08-2013, 08:38 AM
  2. Polynomial Multiplication program
    By daggerhunt in forum C Programming
    Replies: 2
    Last Post: 11-02-2012, 07:57 AM
  3. Is it just me, or is the polynomial program popular?
    By CaptainMorgan in forum A Brief History of Cprogramming.com
    Replies: 6
    Last Post: 10-05-2006, 08:10 PM
  4. Newbie - cubic polynomial program - help!
    By jaffa in forum C Programming
    Replies: 1
    Last Post: 03-27-2006, 05:52 AM
  5. Need help on factoring program.
    By JLee253 in forum C++ Programming
    Replies: 2
    Last Post: 08-03-2004, 10:28 PM

Tags for this Thread