Thread: Computer Algebra

Results 1 to 3 of 3
  1. #1 Computer Algebra 
    Donator


    Join Date
    Feb 2014
    Age
    23
    Posts
    161
    Thanks given
    261
    Thanks received
    62
    Discord
    View profile
    Rep Power
    100
    I am working on a algebra calculator, I haven't started the GUI yet because I'm still working on the algorithms for solving algebra equations. I did some research and realised the Newton-Raphson process can be used to find a root for any given polynomial. Is it possible to use the Newton-Raphson process to find more than one root of a polynomial (e.g. finding the other 3 roots of a quartic) or should I implement algebraic long division for normal cases?
    Reply With Quote  
     

  2. #2  
    Donator


    Join Date
    Feb 2014
    Age
    23
    Posts
    161
    Thanks given
    261
    Thanks received
    62
    Discord
    View profile
    Rep Power
    100
    bump i still need help with this. right now i'm using an iterative (trial and error) method of finding roots.
    Reply With Quote  
     

  3. #3  
    Renown Programmer
    Harha's Avatar
    Join Date
    Jul 2006
    Age
    28
    Posts
    432
    Thanks given
    3
    Thanks received
    29
    Rep Power
    339
    Took me a few seconds to google: [Only registered and activated users can see links. ]

    But yeah, I don't know what would be the best method. I've never created any solver like this, the closest thing to this I've done is writing a numerically stable 4x4 matrix inverse function using the gauss-jordan elimination routine aand that isn't close to this at all. Other method they're discussing in that link is building a companion matrix and finding the eigenvalues of that matrix which would be precisely the roots of your poly.
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Help..computer keeps restarting
    By Harambe_ in forum Software
    Replies: 19
    Last Post: 06-11-2008, 06:27 PM
  2. Alien Ware Computers
    By Makam in forum Voting
    Replies: 25
    Last Post: 02-06-2008, 05:31 AM
  3. Speed up my computer
    By Perfection in forum Chat
    Replies: 23
    Last Post: 01-23-2008, 11:03 AM
  4. How to make your computer look like Vista
    By Furion Pk in forum Tutorials
    Replies: 11
    Last Post: 09-23-2007, 09:15 PM
  5. Computer Modified 350Z By me!
    By C4RB1NE in forum Showcase
    Replies: 5
    Last Post: 06-10-2007, 05:13 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •