No, they should not.
You did not define the variable 'freq'. This means that you left it to Mathcad to pick a suitable range for frequencies when you created the 'autoplot' (which is a nice feature, but as all features: to be handled with care).
In the case of mathcad 11, it took a linear range, starting at 10 (maybe) and stepping to 10^9 with steps of 10^6. That is why there are no (additional) points in the range of freq between 10 and one million.
In the case of mathcad 15, it probably took a range of frequencies logarithmically spaced from 10 to 10^9 with maybe 20 points per decade.
If you add this,

above the plot, tou your Mathcad 11 sheet, the you have defined freq as an array of frequencies, logarithmically spaced from 10 to 10^9 at 20 points per decade. And f is an index into that array.
Now all there is left to be done is to handle freq as an array in your plots, so add [f at the end each occurrence of freq in your plots.
Note that in mathcad 15 a function logspace() is available that can create a similar array.
Success!
Luc
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.


