clanijos
- 27
- 0
Could someone tell me how I would go about plotting a function in Mathematica over say, x^2? or sqrt(x)?
Thanks!
Thanks!
The discussion revolves around plotting functions in Mathematica, specifically focusing on how to plot functions like x^2 or sqrt(x) and exploring the possibility of modifying the x-axis scale using another function. The scope includes technical explanations and user inquiries related to software functionality.
Participants generally agree on the basic functionality of plotting in Mathematica, but there is uncertainty regarding the specific request for modifying the x-axis scale, leading to differing views on how to achieve this.
Participants mention the importance of syntax in Mathematica, indicating that errors in notation can lead to significant confusion, but do not elaborate on specific limitations or unresolved steps in the plotting process.
Users interested in Mathematica plotting techniques, particularly those looking to customize function plots and axis scales.
clanijos said:Could someone tell me how I would go about plotting a function in Mathematica over say, x^2? or sqrt(x)?
You want to compress the scale on the x-axis, but not logarithmically? It's difficult to see why you might want to do that. I think you would have to do the compression yourself and then re-label the axis after the computer has done the plotting.clanijos said:What I am looking for is something similar to LogPlot, but where the scale of the x-axis can be changed to another function.