How to solve it using MATLAB ..

Status
Not open for further replies.

engr.waqas

Full Member level 3
Joined
Jul 21, 2009
Messages
172
Helped
13
Reputation
26
Reaction score
10
Trophy points
1,298
Location
karachi,Pakistan
Activity points
2,342
Can anyone tell me how to solve 1st line in MATLAB to get the second line in picture.
 

Im not sure about the equation, but you can do the Symbolic, a few example

syms H w s n

tmp = (1+0.25*1e-3*n*s);
sigma = symsum(tmp,n,0,39);
H = w/(s^2+w^2)*sigma;

H_simple1 = simple(H); H_simple1
H_simple2 = simplify(H); H_simple2

you can use one of simple or simplify, wich one best for the solution, ..
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…