Mathematical Graphing question

In summary, a mathematical graph is a visual representation of data or relationships between variables, consisting of points connected by lines or curves. There are various types of mathematical graphs, including line graphs, bar graphs, scatter plots, and histograms. To plot a mathematical graph, one must determine the variables, their values, and the appropriate scale for each axis. The purpose of a mathematical graph is to present data in a clear and concise manner for analysis and interpretation. To interpret a mathematical graph, one can analyze the shape, direction, and slope of the lines or curves, as well as the values of the points for patterns and relationships between variables.
  • #1
Nabeshin
Science Advisor
2,207
16
Hey, I was wondering if any of you know if it's possible to graph functions in mathematica with respect to a constant instead of a real number.

For example, plot the function ax from 1 to 10.

Is there any way to get it to plot this and just realize it needs to throw a's on the vertical axis, or do I always have to specify a definite value of the constant?
 
Physics news on Phys.org
  • #2
Do you mean you want to plot y = a x for several values of a, like so:
Code:
Plot[Table[a x, {a, 1, 10}], {x, -2, 2}]
 
  • #3


I can confirm that it is indeed possible to graph functions in Mathematica with respect to a constant. This is known as a parametric plot, where the value of the constant is varied and plotted on the vertical axis while the independent variable is plotted on the horizontal axis. In your example, you can use the ParametricPlot function in Mathematica to plot the function ax from 1 to 10, with the constant a on the vertical axis. This allows for a visual representation of how the function changes as the value of the constant changes. However, if you want to plot a specific value of the constant, you will need to specify it in the function. I hope this helps!
 

Related to Mathematical Graphing question

1. What is a mathematical graph?

A mathematical graph is a visual representation of data or relationships between variables. It consists of points, or vertices, connected by lines or curves, known as edges.

2. What are the different types of mathematical graphs?

There are several types of mathematical graphs, including line graphs, bar graphs, scatter plots, and histograms. Each type is used to represent different types of data and relationships.

3. How do I plot a mathematical graph?

To plot a mathematical graph, you will need to first determine the variables to be graphed, their corresponding values, and the appropriate scale for each axis. Then, plot the points and connect them with a line or curve as necessary.

4. What is the purpose of a mathematical graph?

The purpose of a mathematical graph is to visually represent data or relationships between variables in a clear and concise way. This allows for easier analysis and interpretation of the data.

5. How do I interpret a mathematical graph?

To interpret a mathematical graph, you will need to analyze the shape, direction, and slope of the lines or curves. You can also look at the values of the points on the graph to determine patterns and relationships between the variables.

Similar threads

  • MATLAB, Maple, Mathematica, LaTeX
Replies
2
Views
750
  • MATLAB, Maple, Mathematica, LaTeX
Replies
1
Views
3K
  • Introductory Physics Homework Help
Replies
10
Views
784
  • MATLAB, Maple, Mathematica, LaTeX
Replies
4
Views
1K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
2
Views
1K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
12
Views
3K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
1
Views
3K
  • Set Theory, Logic, Probability, Statistics
Replies
11
Views
557
  • MATLAB, Maple, Mathematica, LaTeX
Replies
2
Views
2K
  • General Math
Replies
7
Views
1K
Back
Top