Skip to main content
replaced http://mathematica.stackexchange.com/ with https://mathematica.stackexchange.com/
Source Link

Possible Duplicate:
How do I use Map for a function with two arguments?How do I use Map for a function with two arguments?

I have a function, e.g. $T(x,t) = \exp(-t)\sin(x)$ and I want to plot, on the same, or different graphs, $T$ as a function of $x$, for an array of $t$ values.

Possible Duplicate:
How do I use Map for a function with two arguments?

I have a function, e.g. $T(x,t) = \exp(-t)\sin(x)$ and I want to plot, on the same, or different graphs, $T$ as a function of $x$, for an array of $t$ values.

Possible Duplicate:
How do I use Map for a function with two arguments?

I have a function, e.g. $T(x,t) = \exp(-t)\sin(x)$ and I want to plot, on the same, or different graphs, $T$ as a function of $x$, for an array of $t$ values.

insert duplicate link
Source Link

Possible Duplicate:
How do I use Map for a function with two arguments?

I have a function, e.g. $T(x,t) = \exp(-t)\sin(x)$ and I want to plot, on the same, or different graphs, $T$ as a function of $x$, for an array of $t$ values.

I have a function, e.g. $T(x,t) = \exp(-t)\sin(x)$ and I want to plot, on the same, or different graphs, $T$ as a function of $x$, for an array of $t$ values.

Possible Duplicate:
How do I use Map for a function with two arguments?

I have a function, e.g. $T(x,t) = \exp(-t)\sin(x)$ and I want to plot, on the same, or different graphs, $T$ as a function of $x$, for an array of $t$ values.

Post Closed as "exact duplicate" by Artes, halirutan, Oleksandr R., rm -rf
added 9 characters in body
Source Link
rm -rf
  • 89.8k
  • 21
  • 303
  • 498

I have a function, e.g. T(x,t) = exp(-t)*sin(x)$T(x,t) = \exp(-t)\sin(x)$ and I want to plot, on the same, or different graphs, T$T$ as a function of x$x$, for an array of t$t$ values.

I have a function, e.g. T(x,t) = exp(-t)*sin(x) and I want to plot, on the same, or different graphs, T as a function of x, for an array of t values.

I have a function, e.g. $T(x,t) = \exp(-t)\sin(x)$ and I want to plot, on the same, or different graphs, $T$ as a function of $x$, for an array of $t$ values.

Source Link
l3win
  • 735
  • 6
  • 20
Loading