Re: [問題] 解不等式已回收
※ 引述《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
討論串 (同標題文章)
本文引述了以下文章的的內容:
完整討論串 (本文為第 2 之 2 篇):
MATLAB 近期熱門文章
PTT數位生活區 即時熱門文章