Real and Complex Roots on Same Plot
- To: mathgroup at smc.vnet.net
- Subject: [mg91423] Real and Complex Roots on Same Plot
- From: Narasimham <mathma18 at hotmail.com>
- Date: Thu, 21 Aug 2008 04:15:20 -0400 (EDT)
How to plot all real and complex roots of the following function in 3- D using Manipulate by varying constant c? q = 2.304 ; z[c_] = q Sin[ c x ] + c Sin[q x]. The real roots of z[c] = 0 ( 0 < x < 20, 0 < real part of complex root < 20 ) to be plotted on x-axis, complex conjugates on y-axis, and z[c] on z-axis as c is varied between 0.5 and 2.0 Thanks in advance. Narasimham