Advertisement
ExcelCalcs
Welcome, Guest
Please Login or Register.    Lost Password?
Quartic2.xls (1 viewing) (1) Guest
This area of the Forum is Reserved for comments and discussion of specific Calculation Repository items. There is one topic for every document in the Repository. Generally authors like to receive feedback, to let them know that you value their contribution or to help them make improvements to their calculations. You might also like to make other users aware of other resources and references relating to this topic. I would encourage all users to leave some feedback when ever possible.
Go to bottom Post Reply Favoured: 0
TOPIC: Quartic2.xls
#1134
DougJenkins (User)
Fresh Boarder
Posts: 6
graphgraph
User Offline Click here to see the profile of this user
Interactive Design Services
Quartic2.xls 2 Months ago Karma: 3  
Please reply to this topic to comment on or discuss Repository item:
Quartic2.xls
 
Report to moderator   Logged Logged  
 
  The administrator has disabled public write access.
#1197
Claiborne (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Re:Quartic2.xls 2 Weeks, 4 Days ago Karma: 0  
Hello Doug,

Having gone through your excellent and impressive spreadsheet, I find I must do what is nearly the unthinkable. Please tell me how to get started, an example would be fine.

Respectfully,
Claiborne
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#1198
DougJenkins (User)
Fresh Boarder
Posts: 6
graphgraph
User Offline Click here to see the profile of this user
Interactive Design Services
Re:Quartic2.xls 2 Weeks, 4 Days ago Karma: 3  
Claiborne - The quartic (and other) functions work just like a built in Excel function.

If you have a quartic equation: ax^4 + bx^3 + cx^2 + dx +e = 0, then enter the values for the coefficients a to e in five separate cells, say A1 to A5, then the four solutions to the equation are given by:

=quartic(A1, A2, A3, A4, A5, 1) through to:
=quartic(A1, A2, A3, A4, A5, 4)
and the number of real roots is given by
=quartic(A1, A2, A3, A4, A5, 5)

You can also enter
=quartic(A1, A2, A3, A4, A5) in one cell, then select that cell and the three below, and press ctrl-shift-enter, and this will return all four roots of the equation.

Hope that helps

Doug
 
Report to moderator   Logged Logged  
 
  The administrator has disabled public write access.
Go to top Post Reply