Re: [問題] 解不等式已回收

看板MATLAB作者 (幫解MATLAB難題囧)時間16年前 (2008/09/28 14:02), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串2/2 (看更多)
※ 引述《mTQTm (男人本不壞不是嗎?)》之銘言: : 請問如果撰寫以下不等式的程式 : a*x < b*w/x , x > 0 : a, b, w為已知正整數如何求得x : 煩請各位指導~ 利用 SOLVE 再加上一些數學技巧應該可以 >> syms a b w x >> solve('a*x- b*w/x=0','x') ans = 1/a*(a*b*w)^(1/2) -1/a*(a*b*w)^(1/2) 答案有兩個.但是要符合 x>0 的條件 故 x < 1/a*(a*b*w)^(1/2) -- 1.MATLAB programming 2.ASPEN process simulation package 3.FORTRN programming 4.Advance Engineering Mathematics 5.Process Control Theory 6.Chemical Engineering Basic Theory(Kinetic.thermodynamics.transport) 7.Numerical Method and Analysis 8.MATLAB Toolbox.Simulink system basic design -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 124.9.137.43
文章代碼(AID): #18tnuJbG (MATLAB)
討論串 (同標題文章)
文章代碼(AID): #18tnuJbG (MATLAB)