0

Hello first of all I would just like to say that I wouldn't like the answer I would just like to know the method of doing these kinds of equations, because I have been asked to implement this into a macro for excel and have difficulty understanding them.

an example would be s = 12/x + x

Any help would be greatly appreciated.

Community
  • 1
  • 1
user2970001
  • 65
  • 1
  • 1
  • 7
  • 2
    This question appears to be off-topic because it is not about programming – Rowland Shaw Dec 03 '13 at 13:47
  • 1
    Tell us what part you are having trouble with. Caternary curves or excel-macros? – RBarryYoung Dec 03 '13 at 13:48
  • @RowlandShaw Sorry man, I'll try elsewhere. – user2970001 Dec 03 '13 at 13:49
  • @RBarryYoung Just the Caternary curves, I would know how to write the code if I was able to figure out how to do the maths (Maths isn't my strong point). Thanks – user2970001 Dec 03 '13 at 13:50
  • Then this is probably off-topic for here. Not because of what @RowladShaw said, it *is* about programming. But rather because the help you are specifically asking for is too introductory/tutorial and is more about the math. It is unclear to me how we would help you here *without* just giving you the answer, per your request. – RBarryYoung Dec 03 '13 at 13:54

1 Answers1

1

Something like this ? Here Excel does the math for you ... enter image description here

Now you could probably ask: "I want to enter the symbolic formula and want to see it developed in Excel for a range of X that I enter, too - with table and graph"

MikeD
  • 8,861
  • 2
  • 28
  • 50