这是我解决方程系统的代码.
我的代码有问题,但我无法修复它.
D=1 E=2 F=3 syms a b c; S= solve('a+b-c=D','2*+b-3*c=E','a-2*b=F') S = [S.a S.b S.c]
matlab
matlab ×1