Optimize function (find the minimun value of function of s, s is variable)
이전 댓글 표시
I have a function of (s):
Rl_f =
1/((- (5731525556631357*s^6)/147573952589676412928 + (21989195558260875*s^5)/18446744073709551616 - (30706941264372055*s^4)/2305843009213693952 + (294729030299171*s^3)/4503599627370496 - (2509916046412341*s^2)/18014398509481984 + (2858849959201839*s)/18014398509481984 + 6381469896557435/9007199254740992)^2 + ((28170773207104255*s^6)/590295810358705651712 - (10028621399684733*s^5)/9223372036854775808 + (18237315031244675*s^4)/2305843009213693952 - (1400809543005711*s^3)/72057594037927936 + (13548071838963447*s^2)/576460752303423488 + (4816708806873475*s)/144115188075855872 - 758739476339415/1125899906842624)^2)^(1/2)
And I want to find the minimum value of function.
What should I do? Give the code will be helpful to me (I try several command but it is not working)
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Calculus에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!