User Portlet User Portlet

Discussions
I also used the syntax as you have mentioned. But here I'm getting the "**$RecursionLimit::reclim: Recursion depth of 1024 exceeded**." Hence if someone can provide me valuable advice as how to correct this error will be helpful for me. rgds...
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]; ...
Thanks, the text is getting to the desired location i.e. to the right top corner of the plot. Now, I tried to scale the coordinates so as to get the text to left top, or to the centre top. I changed the coordinates to (-1,-1) or (0,1) etc. But its...
Thanks, Kindly tell me how to remove the legend border?
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.
It's working. But I didn't understand how it's working.
Thanks a lot for your valuable advice Sir.
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...
Yes Sir, I have a complex binomial series, when expanded. Let me try to implement your advice. It seems the Binomial series that I calculated manually can't get generated by the inbuilt Binomial function. when I calculated manually I...