質問


how can we solve non-linear equations like this via MATLAB, I am trying to solve it by using following program but it shows error, shown below in the pic? Thanks in advance.
clc clear syms a1 a2 a3 a4 eqn1 = cos(a1)+cos(a2)+ cos(a3)+ cos(a4) ==3 eqn2 = cos(3*a1)+ cos(a3*2)+ cos(3*a3)+ cos(3*a4)...

3年以上 前 | 2 件の回答 | 0

2

回答

質問


how can we solve linear equations like this via matlab, I am trying to solve it by using following program but it is showing error shown below in the pic? Thanks in advance.
clc clear syms a1 a2 a3 a4 eqn1 = cos(a1)+cos(a2)+ cos(a3)+ cos(a4) ==3 eqn2 = cos(3*a1)+ cos(a3*2)+ cos(3*a3)+ cos(3*a4) =...

3年以上 前 | 0 件の回答 | 0

0

回答