Post Reply 
Problem with equation in Programming
05-29-2015, 05:47 PM
Post: #2
RE: Problem with equation in Programming
This seems to work:

Code:

EXPORT prueba1()
BEGIN
LOCAL d,ar,So,t,S;
LOCAL E,A,Tc;

A:=123;
d:=20;
t:=30;
S:=356;
E:=234;
ar:=98;
So:=342;

Tc:=solve("A=d*(15-t)*S*E-x+(((ar^2)*So^2)*S*E)/(24*x^2)","x");
MSGBOX(Tc);

END;
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Problem with equation in Programming - DrD - 05-29-2015 05:47 PM



User(s) browsing this thread: 1 Guest(s)