Welcome Guest! To enable all features please Login. New Registrations are disabled.

Notification

Icon
Error

Login


Options
Go to last post Go to first unread
Offline abustillos  
#1 Posted : 26 July 2011 15:43:50(UTC)
abustillos

Rank: Newbie

Groups: Registered
Joined: 19/07/2011(UTC)
Posts: 4
Location: Miami

Was thanked: 1 time(s) in 1 post(s)
Hello! I need to solve the following equation:

f(x)←(x/FractionTSS_ade_l+(TSSm_ade-x)/FractionTSS_ade_s)-Qm_ade

x←1000*'kg/'day

TSSm_ade_l←root(f(x),x)

TSSm_ade_l=#@'kg/'day

But can not get any correct answer. Can I use the root function?? or is there any other function that I should use?

Thanks for your help,

Adriana

Wanna join the discussion?! Login to your SMath Studio Forum forum account. New Registrations are disabled.

Offline TheWizEd  
#2 Posted : 28 July 2011 09:28:02(UTC)
TheWizEd


Rank: Advanced Member

Groups: Registered
Joined: 04/07/2010(UTC)
Posts: 178
Man
United States

Was thanked: 19 time(s) in 13 post(s)
Adriana,

It appears your function is a straight line. There are no roots.

a=FractionTSS_ade_l

b=TSSm_ade

c=FractionTSS_ade_s

d=Qm_ade

x/a + (b-x)/c -d = 0

x(1/a - 1/c) + (b/c - d) = y or y=mx+b m=slope, b=y intercept
Ed
Users browsing this topic
Similar Topics
Solve equation - "no real roots" result (Bugs & Problems)
by moaojanuel 27/02/2018 13:10:25(UTC)
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.