Does Software Exist for Symbolic Plotting with Custom Axis Labels?

  • Thread starter Thread starter gibxam
  • Start date Start date
  • Tags Tags
    Plotting
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.
 
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...
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...
I'm interested to know whether the equation $$1 = 2 - \frac{1}{2 - \frac{1}{2 - \cdots}}$$ is true or not. It can be shown easily that if the continued fraction converges, it cannot converge to anything else than 1. It seems that if the continued fraction converges, the convergence is very slow. The apparent slowness of the convergence makes it difficult to estimate the presence of true convergence numerically. At the moment I don't know whether this converges or not.
Back
Top