Question


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 years ago | 2 answers | 0

2

answers

Question


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 years ago | 0 answers | 0

0

answers