Polynomial Update

Following a comment here: Solving cubic and quartic equations with Excel the Quartic and CubicC User Defined Functions (UDFs) have been amended to fix a problem occurring with some combinations of coefficients.

The updated spreadsheet (including full open source code) can be downloaded from: Polynomial.zip

As well as functions to solve Quartic, Cubic and Quadratic equations analytically the spreadsheet includes an iterative method that will solve polynomial functions of any order, using the Jenkins-Traub method, and a function to evaluate polynomial functions of any order.

This entry was posted in Excel, Maths, Newton, UDFs, VBA and tagged , , , , , , , . Bookmark the permalink.

12 Responses to Polynomial Update

  1. Pingback: Daily Download 19: Solving polynomials | Newton Excel Bach, not (just) an Excel Blog

  2. Imad Al-Satary says:

    I cannot find the words to thank you for your help in solving polynomials equations, it was a real headache and with the help of your download every thing went smooth

    Thanks & Best Regards

    Imad Al-Satary
    Sales Manager
    Jordan House for Modern Technology

    Like

  3. Joshua says:

    The second I click enable editing it breaks apart and fails, any idea how to solve that?

    Like

    • dougaj4 says:

      No, but if you provided some details I might. What breaks apart and fails exactly? Windows or Mac, and which version? What version of Excel? Any other information that might be relevant?

      Like

      • Joshua says:

        I’m using windows, and so whatever links or formula’s that are used instantly break once clicking on “enable editing”. It’s as though enable editing wipes away the custom formula’s and functions set in the code so each fails to run as it doesn’t know the functions anymore.

        Like

  4. dougaj4 says:

    I’m not sure why you are getting an “enable editing” box. If you save the zip file to your local drive, and extract the polynomial.xlsb file, then open that, you should get a box to enable macros, and if you click that, the functions should work.

    Also do you get the same problem with other files, or just this one?

    Like

    • Joshua says:

      Anytime a windows user downloads an excel file it automatically puts it in a protected state where no cell can be edited nor any functions can be edited. Until I click “enable editing” from a bar on the top of my excel page I literally cannot do anything besides view the sheets. Its standard practice for Excel 2016.

      Like

      • excel1star says:

        After you download – do a right click on the file in the downloads folder – choose properties – select unblock
        Alfred

        Like

      • dougaj4 says:

        Thanks for that Alfred.
        It seems the reason I don’t get the “enable editing” box (even with other peoples’ files) is because I always un-zip and open using the File Manager “Total Commander”, which seems to do the un-block automatically, although I still have to “enable content”, unless I copy to a “trusted location”.

        Like

  5. Joshua says:

    Thanks Excel1star!

    Liked by 1 person

    • dougaj4 says:

      Joshua – did the Excel1star solution work for you?
      If so, good, but for future reference and other downloads:

      After you click “enable editing” you should immediately get a similar box “enable content”, and after you click that the user defined functions and macros should work.

      If you don’t get the “enable content” box, and the functions aren’t working then:
      In Excel, go to File-Options-Trust Center, click on Trust Centre Settings, then Macro Settings and select “Disable all macros with notification”, and also tick “Trust access to the VBA project object model”

      After you do that you should get the “enable content” box, whether “enable editing” appears or not. You can also set up a “trusted location”, and any files copied there should have editing and macros enabled automatically, but you probably don’t want to do that with download files until you have checked them out.

      Like

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.