EGN1006 - Mathcad Fundamentals and Functions III PDF
EGN1006 - Mathcad Fundamentals and Functions III PDF
stdev(A)=
var(A)=
Interpolation Functions
MATHCAD is capable of automatically
interpolating data using several
degrees of approximation
linterp(Vx,Vy,p) Linear Interpolation
lspline(Vx,Vy) Linear Spline
pspline(Vx,Vy) Parabolic Spline
cspline(Vx,Vy) Cubic Spline
interp(Vs,Vx,Vy.p) General Interpolation
from spline output
corr(Vx1,Vx2) correlates two arrays
for residuals
What is a spline?
The linear spline
represents a set
of line
segments
between the
two adjacent
data points
Enter the following
Create an 11r,1c
Matrix called
“time” and enter
the values shown.
Create an 11r,1c
Matrix called “T”
and enter the
values shown
Do the following
m:=slope(time,T)
m=
Do the following
Let’s say we want to see the line of best fit! Copy
and Paste the graph underneath all current
work.
Enter the following ABOVE the pasted graph:
Enter:
a= These are the COEFFICIENTS in the
parabola equation
Enter the following