Mathematica Numerical Simulations with Mathematica: A Beginner's Guide

Click For Summary
To plot the equation Y = CX in Mathematica, users can utilize the Plot command, which simplifies the process significantly. By specifying the function, the variable, and the range, Mathematica automatically calculates the values needed for the plot. For example, using the command Plot[C X, {X, 0, 100}] allows for straightforward visualization, provided that C is assigned a specific value. This ease of use is beneficial for both beginners and researchers, as it eliminates the need for complex calculations and allows users to focus on more critical aspects of their theoretical work. The discussion emphasizes that plotting in Mathematica is designed to be efficient, countering the misconception that it requires tedious effort.
shinobi20
Messages
277
Reaction score
20
I'm very new to Mathematica/programming and I want to do a theoretical calculation using Mathematica,
suppose I have,

##Y=CX,~~~C=constant##

Now, I want to plot Y vs. X but X should run at every point since every point is a solution for Y, how should I do this? Before, I was thinking maybe I could just give the domain (i.e. from 0 to 100 with interval 1) and then just let Mathematica do it, but I was wrong since Mathematica should calculate the value of Y for a certain X for one round then input another point then run again, etc.

Background:
* I'm really a beginner, I can just do the basic stuff in Mathematica (arithmetic, calculus, etc)
* Hands on start to mathematica (Wolfram website)
* Mathematica: A Problem Centered Approach by Roozbeh Hazrat (https://www.amazon.com/dp/1849962502/?tag=pfamazon01-20)

I will appreciate any advice on how to continue in this situation.
 
Last edited by a moderator:
Physics news on Phys.org
shinobi20 said:
Before, I was thinking maybe I could just give the domain (i.e. from 0 to 100 with interval 1) and then just let Mathematica do it, but I was wrong since Mathematica should calculate the value of Y for a certain X for one round then input another point then run again, etc.
With Mathematica's Plot command you need only specify the function to plot, the variable, and the variable's range. Mathematica will do the rest.

Plot[C X, {X,0,100}]

Of course, C will need to have a value for this to work.
 
Orodruin said:
With Mathematica's Plot command you need only specify the function to plot, the variable, and the variable's range. Mathematica will do the rest.

Plot[C X, {X,0,100}]

Of course, C will need to have a value for this to work.
Is the plot command also used by researchers when doing their theoretical simulation (assuming mathematica can)? Is it really that easy now? I thought it was a very tedious work.
 
Last edited by a moderator:
A simple plot should not need tedious work to be plotted, because nobody wants to waste essential time of their work trying to figure out how plotting a function works... it's not the tedious part of their work...
 
Last edited:

Similar threads

  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 6 ·
Replies
6
Views
12K