Post Reply 
Problem with equation in Programming
05-29-2015, 06:40 PM
Post: #4
RE: Problem with equation in Programming
If you want "that" result, this take you there:

Code:

export AA:=123,d:=20,t:=30,SA:=356,EA:=234,ar:=98,So:=342;
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("A1=d*(15-t)*S*E-x+(((ar^2)*So^2)*S*E)/(24*x^2)","x");

  return solve("AA=d*(15-t)*SA*EA-x+(ar^2*So*EA)/(24*x^2)","x");

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 06:40 PM



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