help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Solving for two unknown variables


From: JMCB23
Subject: Solving for two unknown variables
Date: Thu, 27 Apr 2017 01:32:18 -0700 (PDT)

As I'm new to Octave and haven't used matlab in about 3 years, I'm just
having a bit of trouble trying to solve for two unknowns simultaneously: 

>> aa = 0.3;
>> S0 = 342.5;
>> ta = 0.53;
>> oo = 5.67e-8;
>> as = 0.11;
>> taa = 0.06;
>> aaa = 0.31;
>> c = 2.7;

(aa*S0)+(ta*S0)+(2*oo*Ta^4)+(taa*oo*Ts^4)+(aaa*oo*Ts^4)=(S0)+(as*ta*S0)+(c*(Ts-Ta)+oo)*(Ts^4)

As shown in the equation above, the two values I'm trying to find are that
of Ta and Ts, however I'm not sure what function or coding to solve this
equation. If anyone could assist me with this, that would be great. Thanks!




--
View this message in context: 
http://octave.1599824.n4.nabble.com/Solving-for-two-unknown-variables-tp4683064.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]