I have a 2D Plot of 3 functions
Plot[ { f1[x], f2[x], f3[x] }, { x, 8, 18 } ]
where I want f3[x] only plotted for the range [10, 18] instead of [8, 18]. Is that possible?
|
I have a 2D Plot of 3 functions
where I want f3[x] only plotted for the range [10, 18] instead of [8, 18]. Is that possible? |
|||||
|
|
You can use
For example, let's define :
now
The thickest curve is the graph of of |
|||||||||||
|
|
A solution using individual plots combined using
Define a function to plot some functions over some ranges:
Plot the three functions:
|
|||||
|
|
At Mr. Wizard's urging: |
|||
|
|