y = (1*1*((25)-(x.^2)))/((x.^4)-((x.^2)*((1*(1.78))+(25)+1))+(1*(25)))
y =
First, where are the poles? A pole lives where the denominator is zero.
[N,D] = numden(y)
N = D = droot = solve(D)
droot =
double(droot)
ans =
0.9650
5.1816
-0.9650
-5.1816
<mw-icon class=""></mw-icon>
<mw-icon class=""></mw-icon>
So we need to look between -6 and 6.
NO. It does not look the way you want it to look. But it is your function. You set the problem. If it does not look like what you want, then maybe you are starting with the wrong function.