omkari sai krishna
Followers: 0 Following: 0
Feeds
提问
fourier series code in matlab
Sir/Mdm i had a fourier equation need to be evaluate to find THD using matlab code but i am not able to solve this summation usi...
4 years 前 | 1 个回答 | 0
1
个回答提问
solution using newton raphson method?
this is my code i am unable to substitue x1,x2,x3,x4 values in the matrix.Please help in solve this. syms x1 x2 x3 x4 g1=cos(...
4 years 前 | 1 个回答 | 0
1
个回答提问
sir, i am not able develop a matlab code to solve four transcendental equations using newton raphson method? i had tried till the creation of jacobian matrix but not able to substitute values in the jacobian matrix please help to solve this problem?
syms x1 x2 x3 x4 epsi; g1=cos(x1)+cos(x2)+cos(x3)+cos(x4)-0.9424; g2=cos(5*x1)+cos(5*x2)+cos(5*x3)+cos(5*x4); g3=cos(7*x1)...
4 years 前 | 1 个回答 | 0