Community Profile

photo

Bevey


Last seen: 3 years ago Active since 2021

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


I have a code and it keep saying "invalid expression. when calling a function or indexing a variable, use parentheses. otherwise check for mismatched delimiters.
i1 = 1.11 * 10^-3; i2 = - 7.4 * 10^-3; i3 = 1.85 * 10^-3; syms i1 i2 i3 eq1 = 2000 * i1 + 1500 * i3; eq2 = 3000 * i2 -...

3 years ago | 1 answer | 0

1

answer