Recent content by mummerta
-
M
Mathematica Plotting in a loop in mathematica
If your two list are in list format such as: Time = {1, 2, 3, 4} and Temp = {4, 5, 6, 7} with the correspondence between (Time, Temp) (1,4) (2,5) (3,6) (4,7) That is Time[[i]] corresponds to Temp[[i]] Then you can use a Do loop in the following way: Do[ put commands here...- mummerta
- Post #5
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
M
Mathematica Plotting in a loop in mathematica
Thanks so much! I never would have thought to use a Table. I now have solutions and graphs running with 4 parameters!- mummerta
- Post #3
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
M
Drawing programs for diagrams in papers
I use latex and I just discovered the TikZ package. I've found it very easy to use for drawing diagrams; though it maybe difficult if you have never used latex. Here's the site I found with tons of examples: http://www.texample.net/tikz/examples/all/- mummerta
- Post #15
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
M
Mathematica Plotting in a loop in mathematica
I am trying to solve a system of differential equations and plot solution curves. The differential equations have parameters. I would like to write a loop for these parameters and have the solution curves plot. Here is my code for the solving / plotting. The parameters I want to change...- mummerta
- Thread
- Loop Mathematica Plotting
- Replies: 5
- Forum: MATLAB, Maple, Mathematica, LaTeX