User Portlet User Portlet

Discussions
Dear All, I have a code for a complex polynomial equation which I'm trying to plot solving its real and imaginary parts separately. While I try to plot it gives me a blank plot. I need your valuable advice which can help me immensely in solving...
Hello, I have a 3D plot in which a particular axis label (Omega_Real) has coincided with the scales of that particular axis. Thus it is not quite distinct. I need to separate them. Kindly advice me. My code is as below: y=Range[1,10]; ...
Hi, I have a text to be aligned inside a plot at a desired location (top right). I used the Show command followed by Graphics and Text. But I'm unable to take my text to the location. in my code the text is "(b)" which is to be brought to the...
Kindly let me know as how to place the legend in the following code, to be placed inside the plot. In my case presently it is placed outside the plot. y = Range[1, 10]; x = Range[1, 10]; visco = 12*10^-6; x = (-p11*(1/xi + I k)...
I want to do formatting for a 3d plot such that 1) the text (box label) is to be made bold, 2) the box scales for the 3d plot is also to be made more bold Kindly suggest me the syntax.
I'm trying to do re-scaling of the vertical axis i.e. the y-axis of a 2D plot so as to remove the 10^29 and 10^27 terms as visible in my plot and convert the scale into a perfect linear scale. But surprisingly, the code does not accept the...
I'm trying to rotate a 3D plot for a complex polynomial along its perpendicular axis but its giving me an error. I'm using the inbuilt function RevolutionPlot3D. Please advise me the correction.
Dear all, I have a code for 2D plot of a complex polynomial. In Plot 1 and in Plot 3 its exactly same code with all values exactly same. When I run the code, comparing the Plot 1 and Plot 3 I can find that its giving me two different plots. Kindly...
Dear all, I'm trying to have a 3d plot for a complex polynomial using the ContourPlot3D It shows me a plot which does not vary when the input values of different variables are varied. So, I guess it is just a dummy plot I'm getting. Kindly...
Sir, I've a complex polynomial of 7th order of Omega. I want to substitute Omega=OmegaR + i Omega i and evaluate the same for all powers of Omega using binomial theorem. My ultimate goal is to evaluate the real and imaginary roots of the complex...