| Author |
Comment/Response |
Lisa Harvey
|
06/22/06 10:42am
I want to put the function on the graph automatically.
I set t to be the graph then want to have the function t be displayed on the grap in Traditional form
I set
t = -2x^3 - 5x^2 - 8x + 12
Then
Text["y="TraditionalForm[t]"", (10,10)],
The result is that the function comes out
y=(-2x^3 - 5x^2 - 8x + 12)
How do I do this so that brackets are not shown. I want it to show
y= -2x^3 - 5x^2 - 8x + 12
Lisa
URL: , |
|