Does Software Exist for Symbolic Plotting with Custom Axis Labels?

  • Thread starter Thread starter gibxam
  • Start date Start date
  • Tags Tags
    Plotting
AI Thread Summary
The discussion centers on the need for software that can create symbolic plots with custom axis labels, specifically for functions like f[x]=ln[x/β]. The user expresses frustration with current methods, primarily using Mathematica, which require substituting constants for visualization. A suggestion is made to plot the function as a 3D output based on β and x, allowing for better manipulation and visualization. The conversation highlights the complexity of implementing a "do what I want" feature in plotting software due to the mathematical intricacies involved. Overall, the quest for more intuitive plotting tools remains a challenge in computational software.
gibxam
Messages
12
Reaction score
0
Hello everyone,

I've been in university for about 3 years now and the tool I want more than anything is something that can make plots symbolically. What I mean is if for example i have the following function:

f[x]=ln[\frac{x}{β}]

I want a plot that will know to plot a function that is just like the ln[x] except that when x=β the plot will go through the x-axis. Meaning the program if it exists will know to have the x-axis with a tick mark labeled β.

this would be super useful for me because up until this point I have been using mathematica and just make all my constants 1 and then change them around, which works fine but it would look so cool to have a qualitative graph that I could look at also. Does this exist anywhere? Also no big deal if it doesn't but then does anyone have any cool tips with Mathematica or some other software to make their plots quick and easy with?

thanks

max
 
Mathematics news on Phys.org
It is difficult for me to think how this would be done in general.

Imagine you are that software for a moment and I tell you I want a plot of
y=a*x+b
or
y=a*x^2+b*x+c
or many more complicated functions
and I want you to give me back exactly the plot I am imagining.

How could you do that?

Yes I suppose that you can substitute 1 for all coefficients, if that makes the plot that you want. Then why not just substitute 1 for all the coefficients and plot it?

As a general estimate I expect that it will take about as much time and work to get the mathematics approximately right as it will take to get the graphics approximately right. And it will take between two and ten times longer to get each of those very close to what I want. If you are sort of tossing out the mathematics part and just looking at the graphics part then I wouldn't be surprised if you still have a substantial amount of time and work to get something that looks the way you want. Computer math software has just not yet implemented the "do what I want" button.
 
The second reason it would not work, extending what was written above, is that every new parameter adds another dimension to the model. Under your system, even a linear equation defines a three dimensional surface in four dimensional space.
 
gibxam said:
Hello everyone,

I've been in university for about 3 years now and the tool I want more than anything is something that can make plots symbolically. What I mean is if for example i have the following function:

f[x]=ln[\frac{x}{β}]

I want a plot that will know to plot a function that is just like the ln[x] except that when x=β the plot will go through the x-axis. Meaning the program if it exists will know to have the x-axis with a tick mark labeled β.

this would be super useful for me because up until this point I have been using mathematica and just make all my constants 1 and then change them around, which works fine but it would look so cool to have a qualitative graph that I could look at also. Does this exist anywhere? Also no big deal if it doesn't but then does anyone have any cool tips with Mathematica or some other software to make their plots quick and easy with?

thanks

max

Hey max.

If you are interested solely on how β affects your function, it would be better to just plot an output function as a function of β and x and then view it 3D and rotate, translate, and scale the function using a standard software package.
 
Suppose ,instead of the usual x,y coordinate system with an I basis vector along the x -axis and a corresponding j basis vector along the y-axis we instead have a different pair of basis vectors ,call them e and f along their respective axes. I have seen that this is an important subject in maths My question is what physical applications does such a model apply to? I am asking here because I have devoted quite a lot of time in the past to understanding convectors and the dual...
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Back
Top