Linear Interpolation Using MathCAD
Linear Interpolation Using MathCAD
(OP)
I need help writing the statement below on mathCAD
C1= 0.2 when beta is less than or equal to 0.9
C1= -0.2 when beta is equal to 1.0
linearly interpolating values between b=0.9 and b=1.0
( please refer to the attached for further clarification)
Thanks
C1= 0.2 when beta is less than or equal to 0.9
C1= -0.2 when beta is equal to 1.0
linearly interpolating values between b=0.9 and b=1.0
( please refer to the attached for further clarification)
Thanks





RE: Linear Interpolation Using MathCAD
RE: Linear Interpolation Using MathCAD
Thanks, that was very helpful.
Meanwhile, I have a vector Qf with some values greater than 1 .
How do i write a command to make Qf maximum as 1.
Please see attached
RE: Linear Interpolation Using MathCAD
where i,j are predefined indexes , or scale to the max value or whatever
In the future, please post a live worksheet, rather than a picture. While it didn't make any difference this time, there may be other occasions where the live sheet would be infinitely more useful.
TTFN
FAQ731-376: Eng-Tips.com Forum Policies
RE: Linear Interpolation Using MathCAD
I have tried the "If" Statement but it get a scalar instead of a vector.
Please see the worksheet (page 7) for more clarity
RE: Linear Interpolation Using MathCAD
TTFN
FAQ731-376: Eng-Tips.com Forum Policies
RE: Linear Interpolation Using MathCAD