Need help putting into mathcad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Need help putting into mathcad
Having trouble figuring out how to do this and put it into mathcad, any help is appreciated!
- Labels:
-
Mechanical_Engineering
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi,
look up the following in help for instructions on using them.
"linterp" comes with an example on use.
"cspline" comes with an example on use.
These are the same implementation in Prime and Mathcad 15.
Cheers
Terry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I find question a) very unclear, questionable at least.
What must be interpolated?
Luc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
As was already said you may use linterp and cspline for part a). You may also use pspline or lspline. Don't get confused - all three are cubic splines! The "c"(cubic), "p"(parabolic) or "l"(linear) only refers to the behavior at the endpoints.
If the goal of a) are simply plots, you don't even have to use linterp. Simply plot vector y over vector x. by default the points will be connected by straight lines.
According to b) the following should get you in the right direction. As so often Mathcad offers different ways to achieve a goal.
For the rest you should show some efforts of your own.
Guess the label "Math Homework" would have been a better choice for the label.
