I tried to solve this eigen value problem. I have a complex trigonometric function, whose graph looks similar to a tan function curve. I cannot use fsolve to solve for all the solutions at once, since the function has jump discontinuities. I am able to plot the function for small ranges and then from the plot, I use the fsolve command to determine my range of solution. Is there a way I can automate this process, meaning, can I write a program wherein I can get all the roots of the functions (w/o the jump discont. being shown as a root)at one go. Any help would be appreciated. Thanks Sri

Please Wait...