Solve for x with given equation
1 回表示 (過去 30 日間)
古いコメントを表示
I have a problem trying to find the value in this long equation, whats the correct input?
I consider f'c = x so i use syms x
and below my simplified attempt but no result
syms x
3.818=x(1-sqrt(1-(2.809*10^-5*(42/sqrt(x))^2+7.9*10^-3*(42/sqrt(x))-0.0053*(42/sqrt(x))
0 件のコメント
回答 (1 件)
Alan Stevens
2024 年 4 月 14 日
Look up the help on function fzero.
And don't forget that Matlab doesn't recognise implicit multiplication. x(...) should be x*(...)
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Symbolic Math Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!