Advertisement
ExcelCalcs
Welcome, Guest
Please Login or Register.    Lost Password?
Re:Formula displays and square roots (1 viewing) (1) Guest
Use this forum to discuss any problems, user suggestions or any other issue regarding the XLC software.
Go to bottom Post Reply Favoured: 0
TOPIC: Re:Formula displays and square roots
#81
Clyde (User)
Fresh Boarder
Posts: 13
graphgraph
User Offline Click here to see the profile of this user
Formula displays and square roots 1 Year, 3 Months ago Karma: -1  
See below:

=(J9/4)*((J10/J9)-J11)^2 Eqn. 1

=(J9/4)*POWER((J10/J9)-J11,2) Eqn. 2

Both formulas do the same thing. ExcelCalcs provides two different presentations.

The preferred ExcelCalcs display would be from Eqn. 1. Will ExelCalcs be able to understand Eqn. 2 in the future?

Also, the square root displays the radical without the line above the radicand. In the example on the website, the line is there. And just for curiosity, will it display the index for values other than two?
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#83
JohnDoyle (Admin)
Admin
Posts: 400
graph
User Online Now Click here to see the profile of this user
Gender: Male MoreVision Location: LEEDS, WEST YORKSHIRE, UK Birthdate: 1965-02-24
Re:Formula displays and square roots 1 Year, 3 Months ago Karma: 469  
Thanks for the question. In answer to the first part there are no plans to interpret the POWER() function. Generally speaking the way you input your formula will have an effect on how the equation is drawn. I am mainly worried about introducing anomalies with particular functions. For now I would keep using the '^' operator it produces a better mathematical representation.

The line above the radicand (and you have taught me a new word today) only appears if the SQRT() function is nested around OVD() and UND() functions.

e.g.
SQRT(OVD(J10)/UND(J9))
 
Report to moderator   Logged Logged  
 
Last Edit: 2008/05/15 08:32 By JohnDoyle.
 
Talk to me about training.
Talk to me about engineering consultancy work and finite element analysis.
  The administrator has disabled public write access.
#1084
megamaxx (User)
Fresh Boarder
Posts: 6
graphgraph
User Offline Click here to see the profile of this user
Re:Formula displays and square roots 1 Month, 3 Weeks ago Karma: 0  
Wow tnx for answering this question sir! I was about to ask the same question about the line above the 'radicand'. Big help!

-Maxx



JohnDoyle wrote:
QUOTE:
Thanks for the question. In answer to the first part there are no plans to interpret the POWER() function. Generally speaking the way you input your formula will have an effect on how the equation is drawn. I am mainly worried about introducing anomalies with particular functions. For now I would keep using the '^' operator it produces a better mathematical representation.

The line above the radicand (and you have taught me a new word today) only appears if the SQRT() function is nested around OVD() and UND() functions.

e.g.
SQRT(OVD(J10)/UND(J9))
 
Report to moderator   Logged Logged  
 
Last Edit: 2008/05/15 08:32 By JohnDoyle.
  The administrator has disabled public write access.
Go to top Post Reply