I'm sorry if this has been asked before, but I could not find the answer to my question. I have defined a function t(x), and I would like to plot its results against a different domain than the one I use to generate the range or "y" values. It seems like I may have to use the function I've created to generate an array of values, then simply plot those against an array of the same dimension with the x values I would like to plot against.
In my worksheet that I've attached, I would like to evaluate my function t(x) against the domain x_i, then use those results and plot against the domain x_plot. Thanks for any assistance.