Skip to main content
10-Marble
May 30, 2023
Solved

How to incorporate eBook functions into a Mathcad 14 program?

  • May 30, 2023
  • 1 reply
  • 1546 views

I bought Mathcad 14 over 10 years ago and haven't really used it yet. I have many E books listed in the help dropdown.

 

How do I move a function from a handbook directly into a Mathcad 14 program (project?), so I can use it there?

 

 

 

 

 

 

 

Best answer by LucMeekes

The Spline2 function is part of the Data Analysis Extension Pack (DAEP). You have to install that extension pack (once on your machine). If it is already installed on your pc, the function should be readily available in Mathcad, nothing else to do but use it.

To check if it exists, you could type

Spline2(1)=

If you get an error message about the number of parameters, then the function is defined, and you can use it.

Alternative is that you get an error message stating that the function is undefined, in that case it is...

Note that the function name (as defined in the DAEP) starts with a capital S.... The function spline2 is undefined.

Success!
Luc

1 reply

16-Pearl
May 30, 2023

You can copy any of the content (math or text, etc.) from an E-book into your own Mathcad worksheet. An E-book is just a collection of Mathcad files/pages.

 

Hope this helps!

10-Marble
May 30, 2023

If you want to use the function spline2 from the Data Analysis Extension Pack E book, what exactly do you copy from the E book to your Mathcad worksheet, so that the function now works in the worksheet?

LucMeekes23-Emerald IVAnswer
23-Emerald IV
May 30, 2023

The Spline2 function is part of the Data Analysis Extension Pack (DAEP). You have to install that extension pack (once on your machine). If it is already installed on your pc, the function should be readily available in Mathcad, nothing else to do but use it.

To check if it exists, you could type

Spline2(1)=

If you get an error message about the number of parameters, then the function is defined, and you can use it.

Alternative is that you get an error message stating that the function is undefined, in that case it is...

Note that the function name (as defined in the DAEP) starts with a capital S.... The function spline2 is undefined.

Success!
Luc