Solve for x with given equation

조회 수: 1 (최근 30일)
Muhammad Syauqi
Muhammad Syauqi 2024년 4월 14일
편집: Sam Chak 2024년 4월 14일
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))
Incorrect use of '=' operator. Assign a value to a variable using '=' and compare values for equality using '=='.

답변 (1개)

Alan Stevens
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*(...)

카테고리

Help CenterFile Exchange에서 Symbolic Math Toolbox에 대해 자세히 알아보기

태그

제품


릴리스

R2023b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by