Feeds
질문
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 -...
5년 초과 전 | 답변 수: 1 | 0
