error regarding syms symbolic mathtool

1 view (last 30 days)
grace lim
grace lim on 21 Feb 2022
Answered: Star Strider on 21 Feb 2022
i have an error regarding syms,i keyed in all in syms in symbolic however there are stilll some error,
thanks in advance

Answers (2)

Steven Lord
Steven Lord on 21 Feb 2022
You're missing an operator between Rid and (R1+Rf). If you want to multiply those two quantities you need to explicitly specify the multiplication operator *.

Star Strider
Star Strider on 21 Feb 2022
Yes, there is.
The expression is missing a multiplication operator —
Rid*(R1+Rf)
↑ ← HERE
MATLAB does not recognise implicit multiplication.

Categories

Find more on Symbolic Math Toolbox in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!