matlab如何解方程组
syms A B P
[A,B,P]=
solve(12.56*(A-311)=-20.9*(B-311),B/311=P^0.71,933*P=A*20+B)
结果是错
[A,B,P]=solve(12.56*(A-311)=-20.9*(B-311),B/311=P^0.71,933*P=A*20+B)
Error:The expression to the left of the equals sign is not a valid target for an assignment.
人气:348 ℃ 时间:2020-02-06 03:28:06
解答
加单引号
>> [A,B,P]= solve('12.56*(A-311)=-20.9*(B-311)','B/311=P^0.71','933*P=A*20+B')
A =
58.505380691632510208368024800025
B =
462.73839323029165893698074681874
P =
1.7501029014608165735309123717248
推荐
猜你喜欢
- 在两条沿东西方向、互相平行的轨道上,有甲乙两列火车,以甲车为参照物,乙车向东运动,若以地面
- 一个数既是15的因数,又是15的倍数,把他写成两个质数相加的形式( )+( ),写成质数与合数相加的形式(
- 一筐水果,每3个一组数余2个,每4个一组数余3个,每5个一组数余4个,这筐水果最少有多少个?
- Little Jack was not ( strongly enough) to pull the little girl out of the water.
- 怎么区分定语从句,状语从句,名词从句,宾语从句?
- 大雁与鹅的区别?
- 英语翻译
- 已知关于x的方程3a+2x/a−x=7/4的解是x=1,则a=_.